RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-06 Thread Vinay Purohit
Thanks Jet. I am able to resolve the issues. \Vinay -Original Message- From: Wilda, Jet [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 4:52 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1 Hi

RE: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-06 Thread Wilda, Jet
IL PROTECTED] Sent: Tuesday, May 06, 2008 4:23 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1 Hi Jet, In apache 2.2.8 PidFile directive is not present in httpd.conf file and hence the following command failed. sed -e &

[EMAIL PROTECTED] How to start multiple apache daemon in apache 2.2.8 on RHEL 5.1

2008-05-06 Thread Vinay Purohit
Hi Jet, In apache 2.2.8 PidFile directive is not present in httpd.conf file and hence the following command failed. sed -e "s/$ORIG_APACHE\.pid/$NEW_APACHE\.worker\.pid/g" \ -e "s/\/$ORIG_APACHE/\/$NEW_APACHE/g" --in-place $NEW_CONF/conf/httpd.conf I tried to change the ServerRoot directive