the text "@@" to discover what you must edit. To install and start the
service after you have corrected the httpd.conf file, use the command
- bin\Apache -k install
- bin\Apache -k start
+ bin\httpd.exe -k install
+ bin\httpd.exe -k start
The .msi package configures the httpd.conf file, and installs and starts
the Apache2 service for you. It also installs plenty of useful shortcuts
<p>This will install the following:</p>
<ul>
- <li><code><em>dir</em>\bin\Apache.exe</code> - Apache
+ <li><code><em>dir</em>\bin\httpd.exe</code> - Apache
executable</li>
<li><code><em>dir</em>\bin\ApacheMonitor.exe</code> - Service
Apache <code>logs</code> directory.</li>
<li>Grant the account read and execute (RX) rights to the
- <code>Apache.exe</code> binary executable.</li>
+ <code>httpd.exe</code> binary executable.</li>
</ol>
<note>It is usually a good practice to grant the user the Apache
3. Compile the two modules util_ldap and mod_authnz_ldap using the dsp files
4. You get a mod_authnz_ldap.so and a mod_ldap.so module
5. Put them in the modules directory, don't forget to copy the
- nsldap32v50.dll somewhere where apache.exe will find it
+ nsldap32v50.dll somewhere where httpd.exe will find it
6. Load the two modules in your httpd.conf, like below:
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
apr_pool_create_ex(&ptemp, p, NULL, NULL);
/* Build the command line. Should look something like this:
- * C:/apache/bin/apache.exe -f ap_server_confname
+ * C:/apache/bin/httpd.exe -f ap_server_confname
* First, get the path to the executable...
*/
apr_procattr_create(&attr, ptemp);