Re: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-05 Thread Nick Kew
On 4 May 2010, at 08:06, Tapan Maheshwari wrote: > /usr/local/apache2/bin/httpd: syntax error at line 1: `(' unexpected Looks like your system may be trying to run httpd as a script, which implies the installation is broken. How did you install? What does "file /usr/local/apache2/bin/httpd" tel

Re: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-05 Thread Eric Covener
> $ ./apachectl -k start . it gives me following error > /usr/local/apache2/bin/httpd: syntax error at line 1: `(' unexpected The problem is the contents of the file /usr/local/apache2/bin/httpd, not of the config file. Normally this is a binary. -- Eric Covener cove...@gmail.com

RE: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-05 Thread Voellinger, Sandy
. From: Tapan Maheshwari [mailto:tapan...@yahoo.com] Sent: Wednesday, May 05, 2010 2:41 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Unable to start HTTPD , apache web server Hi, Thanks for replying The first line of httpd.conf is ServerRoot "/usr/apache2" I dont see any err

RE: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-04 Thread Tapan Maheshwari
Hi,Thanks for replying The first line of httpd.conf is ServerRoot "/usr/apache2" I dont see any error in this line Thanks --- On Tue, 5/4/10, Voellinger, Sandy wrote: From: Voellinger, Sandy Subject: RE: [us...@httpd] Unable to start HTTPD , apache web server To: "'us

RE: [us...@httpd] Unable to start HTTPD , apache web server

2010-05-04 Thread Voellinger, Sandy
Edit your httpd.conf - the first line has a syntax error that's causing it to fail. It looks like you have a left parenthesis ( that doesn't belong. Cheers- Sandy From: Tapan Maheshwari [mailto:tapan...@yahoo.com] Sent: Tuesday, May 04, 2010 3:07 AM To: users@httpd.apache.org Subject: [us...@