Welcome

If you can see this, it means that the installation of the Apache web server software on your Zaurus was successful. You may now add content to this directory (/home/apache/htdocs) and replace this page (/home/apache/htdocs/index.html).


Configuration

If you have installed the php-Package and want to enable PHP for your document-tree, either replace /home/apache/conf/httpd.conf with httpd.conf.php or (if you have already made changes to httpd.conf) add the lines

AddModule php5_module modules/libphp5.so
and
<Directory "/">
	AddType application/x-httpd-php .php
	AddType application/x-httpd-phps .phps
</Directory>
to your /home/apache/conf/httpd.conf.

Stop and restart Apache with

apachectl -k stop
sleep 5 && apachectl -k start
so the server uses the new configuration.


The Apache documentation is here.