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 pctony: http://wiki.apache.org/httpd/Recipes/DistrosDefaultLayout The comment on the change is: Added slackware, courtesy of a reader from elreg ------------------------------------------------------------------------------ 1. ''Config needs to be copied from example file to httpd.conf.'' 1. ''Apache-1.3 is the default installation in /etc/init.d and /etc/rc3.d files. Also Apache Tomcat is included in 1.3 installation.'' + == 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 (httpd, apachectl &c): /usr/sbin/ + modules: /usr/libexec/apache/ + + system startup script: /etc/rc.d/rc.httpd (start|stop|restart) + + 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/ + }}} + + === Notes: === + 1. ''There is no official slackware package for Apache2 as of yet.'' == TODO: == @@ -213, +237 @@ * OpenBSD * Winders 2.0 & 1.3 * Netware. eek! - * Slackware
