The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation. The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
The EC-Apache plugin lets you interact with the Apache Application Server to accomplish tasks such as managing servers and deployments.
See the Apache about page.
Plugin Version 1.0.4.2020102201 Revised on July 1, 2015
Plugin procedures
For all parameter descriptions below, required parameters are shown in bold italics. |
In the ElectricFlow UI, go to the Home page, open the Main Menu, and click Admin > Plugins to open the Plugin Manager. |
RunApache
With the RunApache
procedure, you can start, stop, or restart the Apache server.
Parameter | Description |
---|---|
Path to httpd |
Path to the httpd utility. For example: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin |
URL |
URL used by Apache to check the status of the server after you run a command to start, stop, or restart the Apache HTTP server. The URL must include the protocol, host, and port. For example: http://localhost:80 |
Action |
Action to perform. Available options are start, stop, or restart. |
Debug |
Enables debug mode. |
To start the server, select the following highlighted step:

Then, enter the following parameters:

When the job is executed, you should see the following job detail. Note the output indicating that the job finished successfully:

In the RunApache step, click the Log icon to see diagnostic information. Following is a sample report for a "start" action:

Following is a sample report for a "stop" action:

If the action is "restart," the plugin stops the server and then starts it again.