PDA

View Full Version : EasyPHP problem



opel
February 26th, 2004, 09:34 AM
I've instlled Easy PHP v1.7 and it runs except for Apache which tells me the web port is being used by something else????

opel
February 26th, 2004, 09:50 AM
when I'm setting up my testing server in dreamweaver MX do Iset it to:

server Model - PHP MySQL

Access - LocalNetwork

Testing server folder - point this at the same as my Local root folder for the site

Url/prefix - http://localhost/...index.htm of my site

λ
February 26th, 2004, 11:29 AM
Try changing the line "Listen: 80" in <apachedir>/conf/httpd.conf to "Listen: 501" or something.

Then use localhost:501 instead of just localhost.