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:
slackware formatting, again

------------------------------------------------------------------------------
  
  == Slackware 10.1, 10.2 and 11.0 (Apache 1.3): ==
  {{{
- ServerRoot: /usr
+ ServerRoot              ::     /usr
- DocumentRoot: /var/www/htdocs/
+ DocumentRoot            ::     /var/www/htdocs/
- AccessLog: /var/log/apache/access_log
+ AccessLog               ::     /var/log/apache/access_log
- ErrorLog: /var/log/apache/error_log
+ ErrorLog                ::     /var/log/apache/error_log
- binaries (httpd, apachectl &c): /usr/sbin/
+ binaries (apachectl)    ::     /usr/sbin/
- modules: /usr/libexec/apache/
+ modules                 ::     /usr/libexec/apache/
- system startup script: /etc/rc.d/rc.httpd (start|stop|restart)
+ system startup script   ::     /etc/rc.d/rc.httpd (start|stop|restart)
- Apache config file: /etc/apache/httpd.conf
+ Apache config file      ::     /etc/apache/httpd.conf
- mod_ssl config file: /etc/apache/mod_ssl.conf
+ mod_ssl config file     ::     /etc/apache/mod_ssl.conf
- php config file: /etc/apache/mod_php.conf
+ php config file         ::     /etc/apache/mod_php.conf
- cgi-bin: /var/www/cgi-bin/
+ cgi-bin                 ::     /var/www/cgi-bin/
- on-line docs ("manual"): /var/www/htdocs/manual/
+ on-line docs ("manual") ::     /var/www/htdocs/manual/
- proxy cache: /var/cache/proxy/
+ proxy cache             ::     /var/cache/proxy/
  }}}
  
  === Notes: ===

Reply via email to