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/DistrosDefaultLayout The comment on the change is: Add leopard apache 2.2 ------------------------------------------------------------------------------ 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: == + == Mac OS X (Tiger and earlier, Apache 1.3): == {{{ ServerRoot :: /usr Primary Config Fle :: /etc/httpd/httpd.conf @@ -124, +124 @@ binary :: /usr/sbin/httpd start/stop :: apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help) }}} + == Mac OS X (Leopard, Apache 2.2): == + {{{ + ServerRoot :: /usr + Primary Config Fle :: /etc/apache2/httpd.conf + DocumentRoot :: /Library/WebServer/Documents + ErrorLog :: /var/log/apache2/error_log + AccessLog :: /var/log/apache2/access_log + cgi-bin :: /Library/WebServer/CGI-Executables (empty by default) + binary :: /usr/sbin/httpd + start/stop :: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|graceful-stop|configtest|help) + }}} + === Notes: === + 1. apachectl graceful is equivalent to apachectl restart and doesn't keep running connections alive. Similarly, graceful-stop is not graceful. + == NetBSD Apache 2.0 and 1.3 from pkgsrc (layout is identical): == {{{ ServerRoot :: /usr/pkg
