From 73594f69fff617d374554b08158ee6fd644b98c2 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jan 06 2020 12:51:23 +0000 Subject: add compatibility section, remove deprecated options, add see also --- diff --git a/.gitignore b/.gitignore index d92b5da..351e025 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ x86_64 /htcacheclean.service.8 /httpd.conf.5 /httpd-2.4.41.tar.bz2.asc +/apachectl.8 diff --git a/apachectl.xml b/apachectl.xml index 0294374..223e35d 100644 --- a/apachectl.xml +++ b/apachectl.xml @@ -4,7 +4,7 @@ ]> - DESCRIPTION + Description apachectl is a front end to the Apache HyperText Transfer Protocol (HTTP) server. It is designed to help the @@ -65,10 +65,42 @@ The apachectl script returns a 0 exit value on success, and >0 if an error occurs. + + Compatibility + + The version of apachectl used on this + system is a replacement script intended to be mostly (but not + completely) compatible with version provided with + Apache httpd. This + apachectl mostly acts as a wrapper around + systemctl and manipulates the + systemd service for httpd. + The interface to the Apache version of + apachectl is described at . + + The following differences are present in the version of + apachectl present on this system: + + + Option arguments passed when starting + httpd are not allowed. These should be + configured in the systemd service directly (see httpd.service8). + + The "fullstatus" option is + not available. + + The "status" option does + not use or rely on the running server's + server-status output. + + + + - OPTIONS + Options @@ -131,43 +163,29 @@ Run a configuration file syntax test. It parses the configuration - files and either reports Syntax Ok + files and either reports Syntax OK or detailed information about the particular syntax error. This is equivalent to httpd -t. - - The following options were available in earlier versions but have been removed. - - - - - - Displays a full status report from mod_status. - For this to work, you need to have mod_status enabled - on your server and a text-based browser such as lynx - available on your system. The URL used to access the status report - can be set by editing the STATUSURL variable in the - script. - - - - - - - To start httpd with SSL support, you should edit - your configuration file to include the relevant directives and then - use the normal apachectl start. - - - - BUGS - Please report bugs by filing an issue against the "httpd" component of the "Fedora" - project, in RedHat Bugzilla. + Bugs + Please report bugs by filing an issue in Bugzilla via . + + + + See also + + + httpd8, + httpd.conf5, + systemd1, + systemctl1, + httpd.service8 +