php - Apache and IIS 7 running together -
i working on windows 7. iis 7 , xampp installed on same computer. have been playing win host file , apache configuration files understand server root , directory.
i dont know messed up, know when type localhost shows me iis 7 screen , when localhost/xampp apache screen.
how can iis , apache run @ port 80 ? confused.
it doable. thing keep in mind no 2 services can share same port , ip address. unfortunately, iis takes on port 80 on magic 0.0.0.0 address. need re-bind apache , iis different ip addresses remove 0.0.0.0 binding. not sure how there on iis7 (presuming running given ie9 in screenies), last time pulled stunt iis6 hawt.
a more sane option setup reverse proxy on 80 , have hand stuff out different web servers based on whatever rational criteria want use.
edit: found magic juju, iis7 post #44 - iis7 , apache on same machine.
Comments
Post a Comment