How much disk space does HP Apache require?
75 megabytes for Apache 1.3.x. 85 megabytes for Apache 2.x. • Q: Which directories is HP Apache installed into by default? For Apache 1.3.x /opt/apache /opt/tomcat For Apache 2.x /opt/hpapache2 /opt/hpapache2/tomcat • Q: How can I change HP Apaches document root? DocumentRoot is the directory out of which you will serve your documents. By default, all requests are taken from this directory, but symbolic links and aliases may be used to point to other locations. For HP Apache 2.x In the /opt/hpapache2/conf/httpd.conf file change: DocumentRoot “/opt/hpapache2/htdocs” To: DocumentRoot “/path_to_home” Also change: Directory “/opt/hpapache2/htdocs” To: Directory “/path_to_home” For HP Apache 1.3.x In the /opt/apache/conf/httpd.conf file change: DocumentRoot “/opt/apache/htdocs” To: DocumentRoot “/path_to_home” Also change: Directory “/opt/apache/htdocs” To: Directory “/path_to_home” • Q: How can I change Tomcats home directory? For HP Apache 2.x A. In configuration file: /opt/hpapache2/tomc