Skip to content

Commit

Permalink
As per PR 41823 - s/apache.exe/httpd.exe
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619746 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Tony Stevenson committed Feb 8, 2008
1 parent 35d3755 commit d7e194a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
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
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/platform/win_compiling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ nmake /f Makefile.win installd INSTDIR=<em>dir</em>
<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
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/platform/windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion modules/ldap/README.ldap
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Quick installation instructions (win32):
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
Expand Down
2 changes: 1 addition & 1 deletion server/mpm/winnt/mpm_winnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ static int create_process(apr_pool_t *p, HANDLE *child_proc, HANDLE *child_exit_
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);
Expand Down

0 comments on commit d7e194a

Please sign in to comment.