I installed iss and then i typed http://127.0.0.1 and ran it on firefor.My system suddenly restarts.after it i tried to access apache by localhost again it restarts suddenly.how can i rectify.I am using xp media center plz help.
I installed iis and then???
Does http://127.0.0.1:80 or http://127.0.0.1:8080 help at all? This means you are specifically accessing the http ports.
Just a question: why did you install IIS when you had Apache installed?
Nyizsa is correct. You should not have both IIS and Apache setup on the machine machine unless they are setup to listen on different ports. The issue is that you have two windows services trying to respond to a port 80 request and it's causing a page system fault which is making your machine reboot. Your machine is rebooting because it's probably set to automatically reboot when a blue screen (BSOD) error occurs. I would configure one to use seperate ports from the other then restart your IIS and apache services. This should allow you to run both on the same machine with no service conflicts.
| Nyizsa wrote: |
| Just a question: why did you install IIS when you had Apache installed? |
I did it i plan to run asp files.....does apache support asp executions..
| samsundar wrote: | ||
I did it i plan to run asp files.....does apache support asp executions.. |
Yes, there are several ways to run them. A fast search popped up http://www.apache-asp.org.
