Page 1 of 1

Localhost not work!!!!!

PostPosted: 06. February 2007 04:47
by the_ripper
I type localhost, then nothing happen except stall.............
My OS is Win XP Pro SP1
This is list of my applications :
-Adobe Reader 6.0
-BlueSoleil -->For Bluetooth
-Canon PIXMA IP1000
-Fifa Manager 2007
-K-Lite Mega Codec Pack 1.03
-Linguist
-McAfee
-Office 2003
-Firefox 1.5
-Musicmatch Jukebox v.10
-Nero 6 Ultra Edition
-Nokia Connectivity Cable driver
-Nokia PC Suite
-Nokia Wireless Presenter
-NVIDIA Driver
-Virtual CD
-Windows Installer 3.0(KB884016)
-WMPlayer v.10

Is there application i should uninstall?
Cuz i've ever uninstalled all those software,then localhost is work no stall

PostPosted: 06. February 2007 05:51
by Wiedmann
Try adding "Win32DisableAcceptEx" to your "httpd.conf".

PostPosted: 07. February 2007 00:51
by the_ripper
Wiedmann wrote:Try adding "Win32DisableAcceptEx" to your "httpd.conf".


it's still not work dude......

PostPosted: 07. February 2007 01:20
by Wiedmann
Something in the "error.log"?

PostPosted: 10. February 2007 00:01
by cvdbAdmin
I don't know if this is the cause of your problems but I would suggest installing SP 2 for Windows XP. This does include a number of things helpful in internet functions. You should be able to get this for free from the Microsoft website.

Port 80 Conflict with Apache and IIS

PostPosted: 10. February 2007 22:45
by emilh
This is a solution that worked for me. IIS had port 80 and Apache could not get it.
Without getting into all the frustrations of the problem (2 days) of fighting it. One Google search, 1o minutes to fix it.
If there is a better solution let me know.
from (check out the date) How long has this been a problem?:
Oracleguy
12-23-2003, 12:22 AM
Or you could do this:

To stop IIS: in XP

enter cmd from run

The enter: net stop iisadmin

Enter yes to the dependencies question

Then once it is all done, IIS will be offline.

(I installed Apache here and it worked!!!)

Then to restart it IIS,

net start iisadmin
net start w3svc

And if you have apache installed as a service, just do net start/stop apache to start and stop it.
PS
(Monitor please post this on your "Apache start problems" page, Skype was not the issue with me it was IIS was.) I restarted IIS and now both Apache and IIS work!