localhost Port

Problems with the Windows version of XAMPP, questions, comments, and anything related.

localhost Port

Postby shital jadhav » 28. June 2009 14:49

I've installed IIS & my localhost runs without taking any port specification i.e. i dont need 2 specify localhost:8080 but due 2 this my apache doesnt work can nybody give me a solution for this plzzz :lol:
shital jadhav
 
Posts: 1
Joined: 28. June 2009 14:31

Re: localhost Port

Postby Zarin Denatrose » 01. July 2009 13:48

You can't have 2 servers bound to one port both looking for localhost like that. You could set up a virtual host in your apache\confs\extra\httpd-hosts.conf like so:
<VirtualHost *>
DocumentRoot /xampp/htdocs
ServerName apachehost
</VirtualHost>

Then edit a line in your hosts file
(On windows it's at %systemroot%\system32\drivers\etc\hosts )
add the line

127.0.0.1 apachehost

This should allow you to navigate to apachehost for the xampp server. If not, revert all those changes and change your apache listen directive in \xampp\apache\confs\httpd.conf to:
Listen: 8080 (Or whichever port you want.)
Then you should be able to navigate there with localhost:8080.
Zarin Denatrose
 
Posts: 1
Joined: 01. July 2009 13:38


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 107 guests