Apache HTTP Server Version 2.4
Available Languages: tr
On Windows, Apache is normally run as a service. For details, see Running Apache as a Service.
On Unix, the httpd
.
If the Multi-Processing Module.
The recommended method of invoking the httpd
binary and any command-line arguments that you wish to be always present.
The first thing that configuration file
apache2.conf
. The location of this file is set at compile-time, but it is possible to specify its location at run time using the -f
command-line option as in
/usr/local/apache2/bin/apache2ctl -f /etc/apache2/apache2.conf
If all goes well during startup, the server will detach from the terminal and the command prompt will return almost immediately. This indicates that the server is up and running. You can then use your browser to connect to the server and view the test page in the DocumentRoot
directory.
If Apache suffers a fatal problem during startup, it will write a message describing the problem either to the console or to the ErrorLog
before exiting. One of the most common error messages is "Unable to bind to Port ...
". This message is usually caused by either:
For further trouble-shooting instructions, consult the Apache FAQ.
If you want your server to continue running after a system reboot, you should add a call to apache2ctl
to your system startup files (typically rc.local
or a file in an rc.N
directory). This will start Apache as root. Before doing this ensure that your server is properly configured for security and access restrictions.
The apache2ctl
into the appropriate init directory. But be sure to check the exact requirements of your system.
Additional information about the command-line options of directives that they provide.
Available Languages: tr