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 noodl:
http://wiki.apache.org/httpd/Info/DistrosDefaultLayout

The comment on the change is:
Fixed path to sauce package log files

------------------------------------------------------------------------------
  = Distros Default Apache Layout =
  This guide lists the default installation layouts for apache on various 
distros.
  
- While examples in the main Apache HTTP Server documentation assume that you 
are using the standard file layout distributed from apache.org, many 
third-party distributors change the layout to conform to local policies.  This 
can make it difficult to follow the examples and to find various important 
files.  Using the information below, you can find where things live on your 
local install, and compare it to the standard Apache paths. 
+ While examples in the main Apache HTTP Server documentation assume that you 
are using the standard file layout distributed from apache.org, many 
third-party distributors change the layout to conform to local policies.  This 
can make it difficult to follow the examples and to find various important 
files.  Using the information below, you can find where things live on your 
local install, and compare it to the standard Apache paths.
  
  [[TableOfContents(2)]]
  
@@ -16, +16 @@

  Apache Config File      ::      /usr/local/apache2/conf/httpd.conf
  Other Config Files      ::      /usr/local/apache2/conf/extra/
  SSL Config File         ::      /usr/local/apache2/conf/extra/httpd-ssl.conf
- ErrorLog                ::      /usr/local/apache2/error_log
+ ErrorLog                ::      /usr/local/apache2/logs/error_log
- AccessLog               ::      /usr/local/apache2/access_log
+ AccessLog               ::      /usr/local/apache2/logs/access_log
  cgi-bin                 ::      /usr/local/apache2/cgi-bin (enabled by 
default, but the bundled scripts are 644)
  binaries (apachectl)    ::      /usr/local/apache2/bin
  start/stop              ::      /usr/local/apache2/bin/apachectl 
(start|restart|graceful|graceful-stop|stop|configtest)
@@ -28, +28 @@

  DocumentRoot            ::      /usr/local/apache2/htdocs
  Apache Config File      ::      /usr/local/apache2/conf/httpd.conf
  SSL Config              ::      /usr/local/apache2/conf/ssl.conf
- ErrorLog                ::      /usr/local/apache2/error_log
+ ErrorLog                ::      /usr/local/apache2/logs/error_log
- AccessLog               ::      /usr/local/apache2/access_log
+ AccessLog               ::      /usr/local/apache2/logs/access_log
  cgi-bin                 ::      /usr/local/apache2/cgi-bin (enabled by 
default, but the bundled scripts are 644)
  binaries (apachectl)    ::      /usr/local/apache2/bin
  start/stop              ::      /usr/local/apache2/bin/apachectl 
(start|stop|graceful|configtest)
@@ -39, +39 @@

  ServerRoot              ::      /usr/local/apache
  DocumentRoot            ::      /usr/local/apache/htdocs
  Apache Config File      ::      /usr/local/apache/conf/httpd.conf
- ErrorLog                ::      /usr/local/apache/error_log
+ ErrorLog                ::      /usr/local/apache/logs/error_log
- AccessLog               ::      /usr/local/apache/access_log
+ AccessLog               ::      /usr/local/apache/logs/access_log
  cgi-bin                 ::      /usr/local/apache/cgi-bin (enabled by 
default, but the bundled scripts are 644)
  binaries (apachectl)    ::      /usr/local/apache/bin
  start/stop              ::      /usr/local/apache/bin/apachectl 
(start|stop|graceful|configtest)
@@ -105, +105 @@

  DocumentRoot            ::      /var/www/html
  ErrorLog                ::      /var/log/httpd/error_log
  AccessLog               ::      /var/log/httpd/access_log
- cgi-bin                 ::      /var/www/cgi-bin 
+ cgi-bin                 ::      /var/www/cgi-bin
  binary                  ::      /usr/sbin/httpd
- start/stop              ::      /sbin/service httpd 
+ start/stop              ::      /sbin/service httpd
  
{start|stop|restart|reload|graceful|condreload|closelogs|update|condrestart|status|extendedstatus|configtest|configtest_vhosts|semcleanrestart|debug|show_defines}
  }}}
  == Mac OS X: ==

Reply via email to