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: Cant Get Apache to work locally or on the net
Author
Vamp



Joined: 30 Aug 2007
Posts: 1

PostPosted: Thu 30 Aug '07 13:55    Post subject: Cant Get Apache to work locally or on the net Reply with quote

it just freezes at "waiting for" stays there forever then says timed out eventually heres everything i have

Code:

ServerRoot "c:/wamp/apache2"
Listen 80

LoadModule php5_module "c:/wamp/php/php5apache2_2.dll"

ServerName localhost:80
DocumentRoot "C:/wamp/www"

<Directory "C:/wamp/www">

    Options Indexes FollowSymLinks
    AllowOverride all
    Order Allow,Deny
    Allow from all
</Directory>
<IfModule dir_module>
    DirectoryIndex index.php index.php3 index.html index.htm index.html.var
</IfModule>

ErrorLog ../logs/apache_error.log

    CustomLog ../logs/access.log common

 ScriptAlias /cgi-bin/ "c:/wamp/Apache2/cgi-bin/"

<Directory "c:/wamp/apache2/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php3

Include "c:/wamp/apache2/conf/alias/phpmyadmin.conf"
Include "c:/wamp/apache2/conf/alias/sqlitemanager.conf"


Acess Log is 1kb with no info in it.

Here is my Error.log

[/code][Tue Feb 13 11:51:56 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.0 configured -- resuming normal operations
[Tue Feb 13 11:51:56 2007] [notice] Server built: Jan 9 2007 23:17:20
[Tue Feb 13 11:51:56 2007] [notice] Parent: Created child process 3808
[Tue Feb 13 11:51:58 2007] [notice] Child 3808: Child process is running
[Tue Feb 13 11:51:58 2007] [notice] Child 3808: Acquired the start mutex.
[Tue Feb 13 11:51:58 2007] [notice] Child 3808: Starting 250 worker threads.
[Tue Feb 13 11:51:58 2007] [notice] Child 3808: Starting thread to listen on port 80.
[Tue Feb 13 11:52:01 2007] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Tue Feb 13 11:52:01 2007] [notice] Child 3808: Exit event signaled. Child process is ending.
[Tue Feb 13 11:52:02 2007] [notice] Child 3808: Released the start mutex
[Tue Feb 13 11:52:03 2007] [notice] Child 3808: Waiting for 250 worker threads to exit.
[Tue Feb 13 11:52:03 2007] [notice] Child 3808: All worker threads have exited.
[Tue Feb 13 11:52:03 2007] [notice] Child 3808: Child process is exiting
[Tue Feb 13 11:52:03 2007] [notice] Parent: Child process exited successfully.
[/code]


Im desperate guys ive never been able to get apache to work for me ... ive even tried fresh clean installs from apache website nothing is useing port 80 ive tried switiching to port 8080 and typeing localhost:8080 nothing ever loads for me. thanks for help in advance.

Modnote: removed unneeded stuff from posted httpd.conf Please read the forum rules
Back to top
poetics5



Joined: 31 Aug 2007
Posts: 6
Location: all over

PostPosted: Fri 31 Aug '07 4:32    Post subject: Reply with quote

try adding a PHPIniDir "c:/wamp/php/"

also look here : http://www.apachelounge.com/viewtopic.php?t=466
Back to top


Reply to topic   Topic: Cant Get Apache to work locally or on the net View previous topic :: View next topic
Post new topic   Forum Index -> Apache