Re: [PHP] PHP httpd debug question

2009-11-17 Thread Nathan Rixham
John Beaulaurier -X (jbeaulau - Advanced Network Info at Cisco) wrote: > That’s sounds like what I’m looking for. I don’t want to interfere with the > current httpd process serving content while running the debug. > http://www.google.com/search?q=multiple+apache+instances note: setting only th

RE: [PHP] PHP httpd debug question

2009-11-17 Thread John Beaulaurier -X (jbeaulau - Advanced Network Info at Cisco)
(jbeaulau - Advanced Network Info at Cisco) Cc: php-general@lists.php.net Subject: Re: [PHP] PHP httpd debug question Hi, I am not getting what are you asking but if you want to run two httpd then you have to run those on different ports. For this you can change "Listen 80" to &q

Re: [PHP] PHP httpd debug question

2009-11-17 Thread Devendra Jadhav
Hi, I am not getting what are you asking but if you want to run two httpd then you have to run those on different ports. For this you can change "Listen 80" to "Listen 2020" from httpd.conf file. So that one server will run on 80 and other will run on 2020. you can change 2020 to whatever port you