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