*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> apachectl (8)              
Title
Content
Arch
Section
 

apachectl(1)

Contents


NAME    [Toc]    [Back]

       apachectl - Apache HTTP server control interface

SYNOPSIS    [Toc]    [Back]

       apachectl command [...]

DESCRIPTION    [Toc]    [Back]

       apachectl  is a front end to the Apache HyperText Transfer
       Protocol (HTTP) server.  It is designed to help the administrator
  control the functioning of the Apache httpd daemon.


       NOTE: If your Apache installation uses non-standard paths,
       you  will  need  to  edit  the apachectl script to set the
       appropriate paths to your PID file and your httpd  binary.
       See the comments in the script for details.

       The  apachectl  script  returns a 0 exit value on success,
       and >0 if an error occurs.  For  more  details,  view  the
       comments in the script.

       Full    documentation   for   Apache   is   available   at
       http://httpd.apache.org/

OPTIONS    [Toc]    [Back]

       The command can be  any  one  or  more  of  the  following
       options:

       start       Start the Apache daemon.  Gives an error if it
                   is already running.

       stop        Stops the Apache daemon.

       restart     Restarts the Apache daemon  by  sending  it  a
                   SIGHUP.   If  the daemon is not running, it is
                   started.  This  command  automatically  checks
                   the  configuration files via configtest before
                   initiating the restart  to  make  sure  Apache
                   doesn't   die.   If  the  Apache  daemon  runs
                   chrooted (default in OpenBSD)  and  3rd  party
                   modules  are  loaded,  restart may fail due to
                   path inconsistency. Completely stop and  start
                   the daemon instead.

       fullstatus  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.

       status      Displays  a  brief  status report.  Similar to
                   the fullstatus option, except that the list of
                   requests currently being served is omitted.

       graceful    Gracefully restarts the Apache daemon by sending
 it a SIGUSR1.  If the daemon is  not  running,
 it is started.  This differs from a normal
 restart in that currently open connections
                   are  not  aborted.   A side effect is that old
                   log files  will  not  be  closed  immediately.
                   This  means  that  if  used  in a log rotation
                   script, a substantial delay may  be  necessary
                   to  ensure  that  the old log files are closed
                   before processing them.  This command automatically
 checks the configuration files via con-
                   figtest before initiating the restart to  make
                   sure Apache doesn't die.

       configtest  Run  a  configuration  file  syntax  test.  It
                   parses  the  configuration  files  and  either
                   reports  Syntax  Ok  or  detailed  information
                   about the particular syntax error.

       help        Displays a short help message.

SEE ALSO    [Toc]    [Back]

      
      
       httpd(8)


                          September 1997                        2
[ Back ]
 Similar pages
Name OS Title
httpd OpenBSD Apache Hypertext Transfer Protocol Server
rotatelogs OpenBSD rotate Apache logs without having to kill the server
sitestat.cgi IRIX sitemgr HTTP log file analysis Common Gateway Interface process
accf_http FreeBSD buffer incoming connections until a certain complete HTTP requests arrive
apxs OpenBSD APache eXtenSion tool
logresolve OpenBSD resolve hostnames for IP-adresses in Apache logfiles
CGI::Apache IRIX Make things work with CGI.pm against Perl-Apache API
rndc HP-UX name server control utility
rndc OpenBSD name server control utility
stlicense HP-UX server access control program for X
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service