This shows you the differences between two versions of the page.
|
faq [2009/05/05 12:57] jesper |
faq [2009/05/07 10:45] (current) jesper |
||
|---|---|---|---|
| Line 125: | Line 125: | ||
| ====How do I configure the Web server?==== | ====How do I configure the Web server?==== | ||
| The Web server configuration file is /etc/httpd/conf/boa.conf. The meaning of all the parameters presented in this file is reported on [[http://www.boa.org|www.boa.org]]. Once changed the configuration parameters you need to restart the server with the following commands: | The Web server configuration file is /etc/httpd/conf/boa.conf. The meaning of all the parameters presented in this file is reported on [[http://www.boa.org|www.boa.org]]. Once changed the configuration parameters you need to restart the server with the following commands: | ||
| + | <code> | ||
| /etc/init.d/httpd stop | /etc/init.d/httpd stop | ||
| /etc/init.d/httpd start | /etc/init.d/httpd start | ||
| + | </code> | ||
| + | or | ||
| + | <code> | ||
| + | /etc/init.d/httpd restart | ||
| + | </code> | ||
| + | |||
| === Basic authentication === | === Basic authentication === | ||
| Line 191: | Line 198: | ||
| ProtPath Operator /axis-cgi/operator/ | ProtPath Operator /axis-cgi/operator/ | ||
| ProtPath Operator /usr/html/axis-cgi/operator/ | ProtPath Operator /usr/html/axis-cgi/operator/ | ||
| + | |||
| + | === Adding Web pages and CGI scripts === | ||
| + | |||
| + | It's possible to add web pages and CGI scripts to your Developer Board without having to build a new firmware image. This is described in the | ||
| + | [[http://www.axis.com/techsup/cam_servers/dev/files/axis_scripting_guide_2_1_8.pdf|AXIS Scripting Guide]], in the "Creating custom Web pages and CGI scripts" section. | ||
| ====How do I change the network configuration?==== | ====How do I change the network configuration?==== | ||