Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Installing.. |
|
Author |
|
Yaz
Joined: 03 Dec 2006 Posts: 3
|
Posted: Sun 03 Dec '06 8:48 Post subject: Installing.. |
|
|
Code: |
If you have unpacked this binary distribution from the .zip package, you
_must_ edit the conf/httpd.conf file (with notepad or another text editor)
to reflect the correct ServerName, Domain, and directory paths. Search for
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 |
I need help.. Where do I put that code in or am I in the wrong version.. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sun 03 Dec '06 9:30 Post subject: |
|
|
there is a file named httpd.conf where you have to replace the @@
I don't know which version you have. Apache 2.0.x there is apache.exe
In version 2.2.x there is httpd.exe
If you want to run that as service you can install that from the commandline (cmd) browse to the apache\bin folder e.g. C:\Program Files\Apache\bin
Code: |
httpd -k install
httpd -k start
|
To run apache not as service, just make a bookmark to the httpd.exe to you desktop or where ever you want to. |
|
Back to top |
|
Yaz
Joined: 03 Dec 2006 Posts: 3
|
Posted: Sun 03 Dec '06 9:34 Post subject: |
|
|
James Blond wrote: | there is a file named httpd.conf where you have to replace the @@
I don't know which version you have. Apache 2.0.x there is apache.exe
In version 2.2.x there is httpd.exe
If you want to run that as service you can install that from the commandline (cmd) browse to the apache\bin folder e.g. C:\Program Files\Apache\bin
Code: |
httpd -k install
httpd -k start
|
To run apache not as service, just make a bookmark to the httpd.exe to you desktop or where ever you want to. |
I cannot access httpd.exe.. Oh and my version is 2.2.3 |
|
Back to top |
|
SabinF
Joined: 03 May 2006 Posts: 37 Location: Timisoara (Romania)
|
|
Back to top |
|
pips
Joined: 03 May 2006 Posts: 65 Location: Manchester, UK
|
Posted: Sun 03 Dec '06 13:42 Post subject: |
|
|
Yaz,
Have a look at this topic, scroll to the bottom and you can download my step by step instructions.
Cheers,
Phil. |
|
Back to top |
|
|
|
|
|
|