How can I get Apache HTTP Server 2.2 and IIS 5.1 to both work on my localhost? -


I just easiest thing to port number that was to change Apache listens to, but I still do not to get started you may return it after you install IIS My IIS currently works correctly on pages in many PHP project to me, and the basics of how at the configured ports in my httpd.conf Is:

  listening Start listening to 81 # virtual hosts. NameVirtualHost *: 81 & lt; VirtualHost *: 81 & gt; # Virtual.myvirtualdomain.com virtual host ServerAdmin webmaster@virtual.myvirtualdomain.com DocumentRoot "c: /Development/HTTPServer_WWW/virtual.myvirtualdomain.com/www" server name virtual.myvirtualdomain.com Errorlog "c: / Development / HTTPServer_WWW / virtual .myvirtualdomain.com / logs / log "& lt; Directory "C: / D / Actiteepisrvr_ WWW / Warchualkmaywartaldomen / www" & gt; Option Index Follow-up Simlinks Allow Order Allow all orders, Deny from all & lt; / Directory & gt; & Lt; / VirtualHost & gt;  

My Windows host file, and I have such a listing:

127.0.0.1 virtual.myvirtualdomain.com

I have many These Virtual Domain Setup, I am currently working for many PHP running projects locally. All port was working correctly at 80, but then I had installed IIS 5.1, and the service is not starting now. I did some research, and they can not run on the same port. If I change it then Apache is now looking 81 to the port, but it will still not start

Edit:. So, I uninstalled IIS, and now I can not get the Apache HTTP server at startup at all, I have changed all of the settings back to Port 80, and it Still failing

After

Stop the service, run Apache from the command line, it will show errors that occur during the beginning.


Comments