Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "DistrosDefaultLayout" page has been changed by thumbs. http://wiki.apache.org/httpd/DistrosDefaultLayout?action=diff&rev1=40&rev2=41 -------------------------------------------------- 1. ''Config needs to be copied from example file to httpd.conf. Apache-1.3 is the default installation in /etc/init.d and /etc/rc3.d files.'' - - == Slackware 10.1, 10.2 and 11.0 (Apache 1.3): == - {{{ - ServerRoot :: /usr - DocumentRoot :: /var/www/htdocs - AccessLog :: /var/log/apache/access_log - ErrorLog :: /var/log/apache/error_log - binaries (apachectl) :: /usr/sbin - modules :: /usr/libexec/apache - system startup script :: /etc/rc.d/rc.httpd (start|stop|restart|graceful) - Apache config file :: /etc/apache/httpd.conf - mod_ssl config file :: /etc/apache/mod_ssl.conf - php config file :: /etc/apache/mod_php.conf - cgi-bin :: /var/www/cgi-bin - on-line docs ("manual") :: /var/www/htdocs/manual - proxy cache :: /var/cache/proxy - }}} - == Slackware 12.0 (Apache 2.2): == + == Slackware 12.0+ (Apache 2.2): == {{{ ServerRoot :: /usr DocumentRoot :: /svr/httpd/htdocs
