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: Apache Installation problem
Author
anator



Joined: 10 Aug 2008
Posts: 3

PostPosted: Sun 10 Aug '08 21:34    Post subject: Apache Installation problem Reply with quote

Hi,

I am trying to setup apache in windows vista.

I have installed Apache 2.29 (msiexec) successfully but I am unable to get the "It Works!" page in my browser when I type in localhost.

I don't have IIS or skype installed. I checked the ports with netstat -noa and the pid(process) bound to port 80 belongs to the apache server. I have disabled UAC and windows firewall (so no permissions problem).

my http.conf looks like this

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"

Listen 8080

ServerName localhost

DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I have spent a lot of time trying to figure out the problem but to no avail. Please help.

Thanks.
Back to top
PipoDeClown



Joined: 20 Dec 2005
Posts: 77

PostPosted: Sun 10 Aug '08 23:09    Post subject: Reply with quote

http://localhost:8080/

and there _are_ logfiles, u know...
Back to top
anator



Joined: 10 Aug 2008
Posts: 3

PostPosted: Mon 11 Aug '08 3:28    Post subject: Reply with quote

i have tried them....now i am listening in port 80

it doesn't work

the log files are as follows

_______________________________________

[Sun Aug 10 21:23:48 2008] [notice] Apache/2.2.9 (Win32) configured -- resuming normal operations
[Sun Aug 10 21:23:48 2008] [notice] Server built: Jun 13 2008 04:04:59
[Sun Aug 10 21:23:48 2008] [notice] Parent: Created child process 3100
[Sun Aug 10 21:23:48 2008] [notice] Child 3100: Child process is running
[Sun Aug 10 21:23:48 2008] [notice] Child 3100: Acquired the start mutex.
[Sun Aug 10 21:23:48 2008] [notice] Child 3100: Starting 64 worker threads.
[Sun Aug 10 21:23:48 2008] [notice] Child 3100: Starting thread to listen on port 80.


___________________________________________

it seems fine to me.....
I am still not able to figure why the server is not working.....
Back to top
anator



Joined: 10 Aug 2008
Posts: 3

PostPosted: Mon 11 Aug '08 4:11    Post subject: etc Reply with quote

I figured out the problem. I had messed up the /etc/hosts file. localhost was pointing to some non-existent site.

@PipoDeClown
the post was pretty well researched ...i had searched forums for possible problems before posting and yet the attitude....
Back to top


Reply to topic   Topic: Apache Installation problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache