i'm trying to install xampp on my win 2003 server - as it's already hosting a IIS, i need to set it up separately on my 2nd ip. any ideas how to config apache to listen to my 2nd ip? or do i need port redirection? thanks

link|improve this question

62% accept rate
feedback

1 Answer

Did you try adding the 2nd ip address to your httpd.conf file? It should be something like:
Listen 12.34.56.78:80

Your httpd.conf file should be in a location similar to this one:
.\xampp\apache\conf\httpd.conf

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.