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 apachectl options for apache.org package ------------------------------------------------------------------------------ AccessLog :: /usr/local/apache2/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) + start/stop :: /usr/local/apache2/bin/apachectl (start|restart|graceful|graceful-stop|stop|configtest) }}} == Apache 2.0 default layout (apache.org source package): == {{{ @@ -32, +32 @@ AccessLog :: /usr/local/apache2/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|stop) + start/stop :: /usr/local/apache2/bin/apachectl (start|stop|graceful|configtest) }}} == Apache 1.3 default layout (apache.org source package): == {{{ @@ -43, +43 @@ AccessLog :: /usr/local/apache/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|restart|stop) + start/stop :: /usr/local/apache/bin/apachectl (start|stop|graceful|configtest) }}} == Debian, Ubuntu (Apache 2): == {{{
