logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Installing..
Author
Yaz



Joined: 03 Dec 2006
Posts: 3

PostPosted: Sun 03 Dec '06 8:48    Post subject: Installing.. Reply with quote

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.. Question
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Sun 03 Dec '06 9:30    Post subject: Reply with quote

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

PostPosted: Sun 03 Dec '06 9:34    Post subject: Reply with quote

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)

PostPosted: Sun 03 Dec '06 10:18    Post subject: Reply with quote

The binaries were built using Visual Studio C++ 2005 (VC8). You must install first the Microsoft Visual C++ 2005 Redistributable Package. Here is a link: http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
Back to top
pips



Joined: 03 May 2006
Posts: 65
Location: Manchester, UK

PostPosted: Sun 03 Dec '06 13:42    Post subject: Reply with quote

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


Reply to topic   Topic: Installing.. View previous topic :: View next topic
Post new topic   Forum Index -> Apache