Thecus N4100+ The original 4-bay NAS N4100+ Leaflet

Product codes
N4100+
Page of 8
 
 
Please always stop the web server service before making any modifications to the 
“httpd.conf” file. After completing your modifications, restart the web server to 
activate service. Do not make any changes to the “httpd.conf” file while the web 
server is running or it could cause unexpected errors   
 
To verify that the “httpd.conf” file has been correctly modified, click the Test 
button from Web Server window to have the system check the syntax of the 
configuration file and report its status.   
 
 
PHP v5.0.5 and SQL-Lite v2.8.14 Web Server 
Support 
 
You may also have PHP and SQL-Lite work together with this Web Server module.   
 
Below is an example of how to have your PHP program retrieve SQL lite supported 
information.  
 
Create a file named phpinfo.php, and place this file under the 
\\<NAS-IP>\naswebsite\www
 directory. The phpinfo.php should contain the 
following: 
 
<?php 
 phpinfo(); 
?> 
 
Then, you can get information from the currently supported SQL Lite version by 
using the URL: