Apache - httpd (apache daemon)

Card Puncher Data Processing

About

httpd is the apache daemon.

Command line options

Install / uninstall the service

  • Install
httpd -k install
  • Uninstall
httpd -k uninstall

Start / Stop the service

  • Start
httpd -k start
  • Stop the service
httpd -k stop
  • Restart the service
httpd -k restart

Or use ApacheMonitor.exe from the apache haus distribution

Test Config Syntax

httpd -t

Version Details

httpd -V

Help

httpd -h





Discover More
Card Puncher Data Processing
(Apache|Oracle HTTP Server|Oracle Web Cache) (httpd)

Apache is a web server. The executable is httpd. This section regroups some article such as: a manual installation on Windows with php How to add virtual host or rewrite URL to configuration...
Card Puncher Data Processing
Apache - Configuration (httpd.conf)

All the Apache configuration are in one directory, the conf directory. with one main entry point known as the httpd.conf file. From this file, all other configuration files are included. It means that...
Card Puncher Data Processing
Apache - Module

A module is handler (plugin) to the apache server They are in the modules directory and can be loaded with the LoadModule command in the conf file. Example: To list all modules, execute...
Card Puncher Data Processing
Apache - Virtual Host (Vhost)

virtual host configuration with Apache in the Apache Configuration file (apache/conf/httpd.conf), uncomment the line “Include conf/extra/httpd-vhosts.conf” Example: Below is an example...
Card Puncher Data Processing
How to get the Apache HTTP server version ?

With httpd, you can check the version with the -v option. Example of output:
Phpinfo Fastcgi
How to install the Apache FastCgi module on Windows ?

This article will show you how to install FastCgi on a Apache HTTP server thanks to the FastCGI Module of Apache It's a configuration step in the Windows installation. The FastCgI module is not...
Php Home Path System User
Installation of Apache on Windows 10 with Apache Lounge

This article shows you how easy it is to install apache on Windows 10



Share this page:
Follow us:
Task Runner