Re: [PHP-DB] Apache Service Could not be started

2006-03-16 Thread Ludvig Ericson
The line is not sure to be what you said, and probably isn't, the format would be 'Listen ' [interface][':' port] In other news, this is a PHP w/ Databases mailing list, not a WAMP5 support-list. On 3/16/06, Bastien Koert <[EMAIL PROTECTED]> wrote: > > No, they can run concurrently.What you need

RE: [PHP-DB] Apache Service Could not be started

2006-03-16 Thread Bastien Koert
No, they can run concurrently.What you need to do is change the port that apache listens on. Open the httpd.conf file in the apache conf folder. Find the line that says LISTEN:127.0.0.1 and append :8080. This tells apache to listen on port 8080 Then to access the page http://127.0.0.1:8080