Pages: 12Next
Current Page: 1 of 2
Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 07:00PM

First off, I am total noob, so please - I need explicit instructions.
I can't get h ttp://localhost (space not included in "real" address) to run.
I read Sasquatch's thread and didn't want to hijack it, so I am starting this as a new topic.
I followed the suggestions as best I could.
I am using XP SP2 and AVG w/Firewall
Here's what I did and the results I got:

Disabled FIrewall
Installed WampServer 2.0 and accepted the defaults for SMPT and email
Firefox is my default browser
Launched WAMP and the icon is white
Turned AVG Firewall on
Opened Firefox and typed h ttp://localhost (again, without the space) - Got ...Loading...loading...loading. So I ended it.
Checked my Apache log and got the following error:
Quote

[Fri Oct 03 10:28:48 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Fri Oct 03 10:28:48 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Oct 03 10:28:48 2008] [notice] Parent: Created child process 5276
[Fri Oct 03 10:28:48 2008] [notice] Child 5276: Child process is running
[Fri Oct 03 10:28:48 2008] [notice] Child 5276: Acquired the start mutex.
[Fri Oct 03 10:28:48 2008] [notice] Child 5276: Starting 64 worker threads.
[Fri Oct 03 10:28:48 2008] [notice] Child 5276: Starting thread to listen on port 80.
[Fri Oct 03 10:28:48 2008] [error] (OS 10022)An invalid argument was supplied. : Child 5276: Encountered too many errors accepting client connections. Possible causes: dynamic address renewal, or incompatible VPN or firewall software. Try using the Win32DisableAcceptEx directive.

Typed in h ttp://127.0.0.1 and got an error - Firefox can't find server at www

Then ran cmd
netstat -aon and got the following:
Quote

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Lori>netstat -aon

Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 6064
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 932
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:2804 0.0.0.0:0 LISTENING 1700
TCP 127.0.0.1:80 127.0.0.1:2108 CLOSE_WAIT 6064
TCP 127.0.0.1:80 127.0.0.1:2114 CLOSE_WAIT 6064
TCP 127.0.0.1:80 127.0.0.1:2118 CLOSE_WAIT 6064
TCP 127.0.0.1:1032 127.0.0.1:3705 ESTABLISHED 2120
TCP 127.0.0.1:1033 127.0.0.1:3705 ESTABLISHED 2120
TCP 127.0.0.1:1036 0.0.0.0:0 LISTENING 3416
TCP 127.0.0.1:1100 127.0.0.1:1101 ESTABLISHED 1828
TCP 127.0.0.1:1101 127.0.0.1:1100 ESTABLISHED 1828
TCP 127.0.0.1:1121 127.0.0.1:1122 ESTABLISHED 1828
TCP 127.0.0.1:1122 127.0.0.1:1121 ESTABLISHED 1828
TCP 127.0.0.1:1816 127.0.0.1:1817 ESTABLISHED 376
TCP 127.0.0.1:1817 127.0.0.1:1816 ESTABLISHED 376
TCP 127.0.0.1:1818 127.0.0.1:1819 ESTABLISHED 376
TCP 127.0.0.1:1819 127.0.0.1:1818 ESTABLISHED 376
TCP 127.0.0.1:3705 0.0.0.0:0 LISTENING 620
TCP 127.0.0.1:3705 127.0.0.1:1032 ESTABLISHED 620
TCP 127.0.0.1:3705 127.0.0.1:1033 ESTABLISHED 620
TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 536
TCP 127.0.0.1:10110 0.0.0.0:0 LISTENING 520
TCP 192.168.1.100:139 0.0.0.0:0 LISTENING 4
UDP 0.0.0.0:445 *:* 4
UDP 0.0.0.0:1026 *:* 536
UDP 0.0.0.0:9370 *:* 2164
UDP 0.0.0.0:9999 *:* 1700
UDP 127.0.0.1:123 *:* 976
UDP 127.0.0.1:1900 *:* 1308
UDP 192.168.1.100:123 *:* 976
UDP 192.168.1.100:137 *:* 4
UDP 192.168.1.100:138 *:* 4
UDP 192.168.1.100:1900 *:* 1308
UDP 192.168.1.100:5353 *:* 536

Where do I go from here, please? Remember, I'm a complete noob, so I need to know where to look to change settings, etc.

Thank you
Lori

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 08:25PM

Oh...one more thing...
There wasn't anything even resembling the directive Win32DisableAcceptEx in my httpd.conf file, so I found another forum where it was suggested that this be placed on the first line of the config file.
So, I shut down the Apache service, altered the config file thusly:
[quote}Win32DisableAcceptEx
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:[httpd.apache.org]; for detailed information.
# In particular, see
# <URL:[httpd.apache.org];
# for a discussion of each configuration directive
........[/quote]

Then restarted the Apache service. I still can't get localhost to work, but it DID free up the CPU usage in my processes from 99%...

I also ran Apache Test Port 80 and got the following:
Quote

Your port 80 is actually used by:
And the cursor just sits there blinking....nothing....



Edited 1 time(s). Last edit at 10/03/2008 08:56PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 03, 2008 08:38PM

TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 6064


run netstat again, look for this line with the 0.0.0.0:80

take note of 6064 part wen u look it up


in windows , ctrl alt del and check which process has a PID of the number. whats the name of the process?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 09:31PM

I'm not ure if you saw my post above before you posted your suggestion. But with the changes I noted above, her is the new netstat log:
Quote

Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 2704
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 932
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:2804 0.0.0.0:0 LISTENING 1700
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 5016
TCP 127.0.0.1:1032 127.0.0.1:3705 ESTABLISHED 2120
TCP 127.0.0.1:1033 127.0.0.1:3705 ESTABLISHED 2120
TCP 127.0.0.1:1036 0.0.0.0:0 LISTENING 3416
TCP 127.0.0.1:1100 127.0.0.1:1101 ESTABLISHED 1828
TCP 127.0.0.1:1101 127.0.0.1:1100 ESTABLISHED 1828
TCP 127.0.0.1:1121 127.0.0.1:1122 ESTABLISHED 1828
TCP 127.0.0.1:1122 127.0.0.1:1121 ESTABLISHED 1828
TCP 127.0.0.1:1816 127.0.0.1:1817 ESTABLISHED 376
TCP 127.0.0.1:1817 127.0.0.1:1816 ESTABLISHED 376
TCP 127.0.0.1:1818 127.0.0.1:1819 ESTABLISHED 376
TCP 127.0.0.1:1819 127.0.0.1:1818 ESTABLISHED 376
TCP 127.0.0.1:3705 0.0.0.0:0 LISTENING 620
TCP 127.0.0.1:3705 127.0.0.1:1032 ESTABLISHED 620
TCP 127.0.0.1:3705 127.0.0.1:1033 ESTABLISHED 620
TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 536
TCP 127.0.0.1:10110 0.0.0.0:0 LISTENING 520
TCP 192.168.1.100:139 0.0.0.0:0 LISTENING 4
UDP 0.0.0.0:445 *:* 4
UDP 0.0.0.0:1026 *:* 536
UDP 0.0.0.0:9370 *:* 2164
UDP 0.0.0.0:9999 *:* 1700
UDP 127.0.0.1:123 *:* 976
UDP 127.0.0.1:1900 *:* 1308
UDP 192.168.1.100:123 *:* 976
UDP 192.168.1.100:137 *:* 4
UDP 192.168.1.100:138 *:* 4
UDP 192.168.1.100:1900 *:* 1308
UDP 192.168.1.100:5353 *:* 536

No sign of 6064 now...
Should I try to find the PID of 2704 now?

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 03, 2008 09:42PM

yes thats wat i asked you to do,, run it again... and get the 4digit number of the 80 one ,,, then look it up in task amanger as i said..
thanks

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 09:59PM

The PID for 2704 is httpd.exe



Edited 1 time(s). Last edit at 10/03/2008 10:01PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 10:38PM

OK...here's something interesting...my task manager is showing 2 instances of httpd.exe running.
Normal?

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 03, 2008 10:40PM

yes complete
ly normal..


run apache on a different port, see if it works,,

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 03, 2008 11:07PM

I found these in my AVG log...should I unblock these?
Quote

Date and time: 2008-10-03 08:47:39
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: UDP
Direction: In/Out
Local address: 127.0.0.1:1622
Remote address: 239.255.255.250:1900

Date and time: 2008-10-03 08:47:46
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: TCP
Direction: Out
Local address: localhost:1625
Remote address: 192.168.1.1:2869

Date and time: 2008-10-03 09:46:54
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: TCP
Direction: In
Local address: localhost:135
Remote address: 0.0.0.0:1024

Date and time: 2008-10-03 10:31:13
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: TCP
Direction: In
Local address: localhost:135
Remote address: 0.0.0.0:1024

Date and time: 2008-10-03 14:16:02
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: TCP
Direction: In
Local address: localhost:135
Remote address: 0.0.0.0:1024

Date and time: 2008-10-03 14:16:20
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: UDP
Direction: In/Out
Local address: 192.168.1.100:1032
Remote address: 239.255.255.250:1900

Date and time: 2008-10-03 14:16:20
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: UDP
Direction: In/Out
Local address: 127.0.0.1:1033
Remote address: 239.255.255.250:1900

Date and time: 2008-10-03 14:16:26
Action: Block
Application: C:\WINDOWS\system32\svchost.exe
Protocol: TCP
Direction: Out
Local address: localhost:1041
Remote address: 192.168.1.1:2869

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 12:37AM

OK...I changed the port from 80 to 81 in the following files:
d:\wamp\bin\apache\apache2.2.8\conf\httpd.conf
d:\wamp\wampmanager.tpl (3 instances)
d:\wamp\scripts\testPort.php (3 instances)
d:\wamp\lang\english.lang

Shut down WAMP and restarted WampServer
Ran the Apache Test Port 81 and got the following:
Your port 81 is actually used by: with nothing but a blinking cursor.

THIS time when I ran h ttp://localhost I got a Page Load Error - Failed to Connect
(we're making progress...at least it isn't sitting there till H*ll freezes over trying to load - Yay)

ran cmd netstat -aon and got the following:
Quote

C:\Documents and Settings\Lori>netstat -aon

Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:81 0.0.0.0:0 LISTENING 5660
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 928
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:2804 0.0.0.0:0 LISTENING 1872
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 5688
TCP 127.0.0.1:81 127.0.0.1:2054 CLOSE_WAIT 5660
TCP 127.0.0.1:1027 0.0.0.0:0 LISTENING 2244
TCP 127.0.0.1:1038 127.0.0.1:3705 ESTABLISHED 3436
TCP 127.0.0.1:1039 127.0.0.1:3705 ESTABLISHED 3436
TCP 127.0.0.1:1047 127.0.0.1:1048 ESTABLISHED 2812
TCP 127.0.0.1:1048 127.0.0.1:1047 ESTABLISHED 2812
TCP 127.0.0.1:1049 127.0.0.1:1050 ESTABLISHED 2812
TCP 127.0.0.1:1050 127.0.0.1:1049 ESTABLISHED 2812
TCP 127.0.0.1:1327 127.0.0.1:1328 ESTABLISHED 160
TCP 127.0.0.1:1328 127.0.0.1:1327 ESTABLISHED 160
TCP 127.0.0.1:1329 127.0.0.1:1330 ESTABLISHED 160
TCP 127.0.0.1:1330 127.0.0.1:1329 ESTABLISHED 160
TCP 127.0.0.1:3705 0.0.0.0:0 LISTENING 1608
TCP 127.0.0.1:3705 127.0.0.1:1038 ESTABLISHED 1608
TCP 127.0.0.1:3705 127.0.0.1:1039 ESTABLISHED 1608
TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 240
TCP 127.0.0.1:10110 0.0.0.0:0 LISTENING 200
TCP 192.168.1.100:139 0.0.0.0:0 LISTENING 4
TCP 192.168.1.100:1961 192.168.1.101:445 ESTABLISHED 4
UDP 0.0.0.0:445 *:* 4
UDP 0.0.0.0:1026 *:* 240
UDP 0.0.0.0:9370 *:* 3688
UDP 0.0.0.0:9999 *:* 1872
UDP 127.0.0.1:123 *:* 972
UDP 127.0.0.1:1900 *:* 1416
UDP 192.168.1.100:123 *:* 972
UDP 192.168.1.100:137 *:* 4
UDP 192.168.1.100:138 *:* 4
UDP 192.168.1.100:1900 *:* 1416
UDP 192.168.1.100:5353 *:* 240

Checked the PID for 5660 and it's httpd.exe

What am I missing???

I'm running behind a Lynksys router...would this make any difference?

I ran the checks with my AVG Firewall turned off and on....same results.
Is there another place I need to open/configure port 81?

Thank you so much for your patience.
Lori



Edited 2 time(s). Last edit at 10/04/2008 03:08AM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 06:30PM

I give UP. I've spent 2 solid days on this, doing searches on Linksys forums, AVG forums and this one (which has a lot of GREAT stuff), reinstalling, and the problem won't go away.
I've changed ports twice (to 81 then to 82), tried to access localhost with my AVG firewall disabled and I get the same results, so that's telling me it isn't a firewall problem.
My AVG documentation tells me it uses ports 80, 4158, 6051 and 6054

I tried telnet 82 and got an error Could not open on port 23

Is there another application (besides XAMPP) that may be just a bit easier?
I REALLY appreciate the help I've received thus far, but I'm burnt out.
Lori

[qoute]
C:\Documents and Settings\Lori>telnet 82
Connecting To 82...Could not open connection to the host, on port 23: Connect fa
iled

C:\Documents and Settings\Lori>netstat -aon

Active Connections

Proto Local Address Foreign Address State PID
TCP 0.0.0.0:82 0.0.0.0:0 LISTENING 5780
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 928
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:2804 0.0.0.0:0 LISTENING 1868
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 3676
TCP 127.0.0.1:1028 0.0.0.0:0 LISTENING 2456
TCP 127.0.0.1:1042 127.0.0.1:3705 ESTABLISHED 1700
TCP 127.0.0.1:1043 127.0.0.1:3705 ESTABLISHED 1700
TCP 127.0.0.1:1050 127.0.0.1:1051 ESTABLISHED 1116
TCP 127.0.0.1:1051 127.0.0.1:1050 ESTABLISHED 1116
TCP 127.0.0.1:1053 127.0.0.1:1054 ESTABLISHED 1116
TCP 127.0.0.1:1054 127.0.0.1:1053 ESTABLISHED 1116
TCP 127.0.0.1:1055 127.0.0.1:1056 ESTABLISHED 2364
TCP 127.0.0.1:1056 127.0.0.1:1055 ESTABLISHED 2364
TCP 127.0.0.1:1060 127.0.0.1:1061 ESTABLISHED 2364
TCP 127.0.0.1:1061 127.0.0.1:1060 ESTABLISHED 2364
TCP 127.0.0.1:3705 0.0.0.0:0 LISTENING 1148
TCP 127.0.0.1:3705 127.0.0.1:1042 ESTABLISHED 1148
TCP 127.0.0.1:3705 127.0.0.1:1043 ESTABLISHED 1148
TCP 127.0.0.1:5354 0.0.0.0:0 LISTENING 248
TCP 127.0.0.1:10110 0.0.0.0:0 LISTENING 208
TCP 127.0.0.1:10110 127.0.0.1:2353 TIME_WAIT 0
TCP 192.168.1.100:139 0.0.0.0:0 LISTENING 4
TCP 192.168.1.100:2349 72.246.166.14:443 ESTABLISHED 2364
TCP 192.168.1.100:2350 128.241.218.56:80 ESTABLISHED 2364
TCP 192.168.1.100:2351 128.241.218.56:80 ESTABLISHED 2364
UDP 0.0.0.0:445 *:* 4
UDP 0.0.0.0:1026 *:* 248
UDP 0.0.0.0:9370 *:* 2424
UDP 0.0.0.0:9999 *:* 1868
UDP 127.0.0.1:123 *:* 976
UDP 127.0.0.1:1900 *:* 1416
UDP 192.168.1.100:123 *:* 976
UDP 192.168.1.100:137 *:* 4
UDP 192.168.1.100:138 *:* 4
UDP 192.168.1.100:1900 *:* 1416
UDP 192.168.1.100:5353 *:* 248
[/quote]

PID 5780 = httpd.exe



Edited 3 time(s). Last edit at 10/04/2008 07:04PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 04, 2008 07:21PM

once u have it on port 82 use ht tp://localhost:82

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 07:38PM

Thanks, Steve...you've been a dear...
I tried that and now I'm getting "Waiting for localhost".... loading....loading....loading....

I tried h ttp://127.0.0.1:82 and I get the same thing.

Here's the latest Apache Error Log
Quote

[Sat Oct 04 10:56:22 2008] [notice] Parent: child process exited with status 1 -- Restarting.
[Sat Oct 04 10:56:29 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat Oct 04 10:56:29 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Oct 04 10:56:29 2008] [notice] Parent: Created child process 4928
[Sat Oct 04 10:56:30 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Oct 04 10:56:30 2008] [notice] Child 4928: Child process is running
[Sat Oct 04 10:56:30 2008] [notice] Child 4928: Acquired the start mutex.
[Sat Oct 04 10:56:30 2008] [notice] Child 4928: Starting 64 worker threads.
[Sat Oct 04 10:56:30 2008] [notice] Child 4928: Listening on port 82.
[Sat Oct 04 10:57:01 2008] [notice] Parent: child process exited with status 1 -- Restarting.
[Sat Oct 04 10:57:02 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat Oct 04 10:57:02 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Oct 04 10:57:02 2008] [notice] Parent: Created child process 2536
[Sat Oct 04 10:57:02 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Oct 04 10:57:02 2008] [notice] Child 2536: Child process is running
[Sat Oct 04 10:57:02 2008] [notice] Child 2536: Acquired the start mutex.
[Sat Oct 04 10:57:02 2008] [notice] Child 2536: Starting 64 worker threads.
[Sat Oct 04 10:57:02 2008] [notice] Child 2536: Listening on port 82.

I manually started ApacheMoniter.exe and it is showing 2 services:
Apache .2.2
wampapache
ampapache is running
But I get a failure notice when I try to start Apache 2.2



Edited 2 time(s). Last edit at 10/04/2008 07:52PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 04, 2008 07:46PM

im free tonight so i can stay to help until u get it working..

can u tell me all programs you have open?

and paste up ur access log too

the icon is always white?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 07:55PM

Icon is white...however when I exit WampServer then start it again, I get the yellow icon. click the Stop All Services, Then Restart All Services and this will return it to white.

Right now all I have open is my Firefox 3.0.3, Thnderbird, and whatever processes shown in my tas manager

Where do I find my Access Log?
Aphache Access Log is totally blank



Edited 1 time(s). Last edit at 10/04/2008 07:56PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 04, 2008 08:03PM

that is the log.. empty lol


ok empty ut httpd log

ok try a different port totally

open c/wamp/bin/apache/apache2.xx/conf

open httpd.conf and change

Listen xx

to

Listen 8080


close down wamp
and start it again

open up broswer and type in h ttp://127.0.0.1:8080


then print up both log if there is somehting in them

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 08:20PM

OK...did what u said
Got the Waiting....loading.....loading.....
apache_error log
Quote

[Sat Oct 04 12:13:02 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Oct 04 12:13:02 2008] [notice] Child 5800: Exit event signaled. Child process is ending.
[Sat Oct 04 12:13:32 2008] [notice] Parent: Forcing termination of child process 460
[Sat Oct 04 12:13:38 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sat Oct 04 12:13:38 2008] [notice] Server built: Jan 18 2008 00:37:19
[Sat Oct 04 12:13:38 2008] [notice] Parent: Created child process 1264
[Sat Oct 04 12:13:38 2008] [notice] Disabled use of AcceptEx() WinSock2 API
[Sat Oct 04 12:13:39 2008] [notice] Child 1264: Child process is running
[Sat Oct 04 12:13:39 2008] [notice] Child 1264: Acquired the start mutex.
[Sat Oct 04 12:13:39 2008] [notice] Child 1264: Starting 64 worker threads.
[Sat Oct 04 12:13:39 2008] [notice] Child 1264: Listening on port 8080.

Apache access log is still blank

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 04, 2008 08:25PM

paste up ur hosts file

its in c:/windows/system32/drivers/etc

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Can't Access localhost
Posted by: lcorbett (---.cpe.cableone.net)
Date: October 04, 2008 08:31PM

OKie Dokie....here it is:
Quote

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

Should I have 82 behind "localhost"?



Edited 1 time(s). Last edit at 10/04/2008 08:32PM by lcorbett.

Options: ReplyQuote
Re: Can't Access localhost
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: October 04, 2008 08:34PM

hmm ok ... just try go to your ip address of machine

like htt p://192.168.1.1:8080 or similar


ul get it in cmd - type in ipconfig




do u have any firewalls or antiviruses installed? even if they are not runnint

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.