Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by RickyZhou: http://wiki.apache.org/httpd/DistrosDefaultLayout The comment on the change is: Add Gentoo ------------------------------------------------------------------------------ 1. ''Modules are enabled in /etc/sysconfig/apache2 which is read by the startup script.'' 1. ''See /usr/share/doc/packages/apache2/README.SUSE for more information.'' + == Gentoo (Apache 2.2): == + {{{ + ServerRoot :: /usr/lib/apache2 + DocumentRoot :: /var/www/localhost/htdocs + Apache Config File :: /etc/apache2/httpd.conf + Other Config Files :: /etc/conf.d/apache2 + Default VHost Config :: /etc/apache2/vhosts.d/00_default_vhost.conf + Module Configuration :: /etc/apache2/modules.d + Module Locations :: /usr/lib/apache2/modules/ + ErrorLog :: /var/log/apache2/error_log + AccessLog :: /var/log/apache2/access_log + cgi-bin :: /var/www/localhost/cgi-bin + binaries (apachectl2) :: /usr/sbin/ + start/stop :: /etc/init.d/apache2 (start|restart|graceful|stop|configtest) + }}} + === Notes: === + 1. ''"-D MODULENAME" must be added to APACHE_OPTS in /etc/conf.d/apache2'' == TODO: == Add: - * Gentoo (including setting -DBLAH for <IfDefine> in /etc/conf.d/apache2). See: http://www.gentoo.org/doc/en/apache-developer.xml * OpenBSD * Winders 2.0 & 1.3 * Netware. eek!
