Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 81291 invoked from network); 1 Dec 2008 11:14:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 11:14:23 -0000 Received: (qmail 54252 invoked by uid 500); 1 Dec 2008 11:14:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53898 invoked by uid 500); 1 Dec 2008 11:14:23 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 53885 invoked by uid 99); 1 Dec 2008 11:14:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 03:14:23 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gkpruthi@gmail.com designates 209.85.198.248 as permitted sender) Received: from [209.85.198.248] (HELO rv-out-0708.google.com) (209.85.198.248) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 11:12:55 +0000 Received: by rv-out-0708.google.com with SMTP id c5so2469502rvf.24 for ; Mon, 01 Dec 2008 03:13:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=hCAZdNiSYgrjRa5Z24KLBiuE5nYVFxHY/lSaIgUl9/o=; b=ZQ/bYQFskj7fauUf/vEol0/PsMd2TmhNLm+RNGbCtCGdCD5PuhKQb/hXrnD2xTQj+R /tfiD8b1mh9DqhqyosRAetHp+JD+4+PGH/BndY4WQP6g2Fk7/Emp7jedh5RBYo/rewcQ su2zNEsJliAg1F5MNRkY2WiM7ucS2CfJ4hkyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=oSFxB+7pAAkOt6cL1MvBM/rdIUq+UCN4PWkkkrCc6tDJtG4JbOJTN/36Jj3zKPrrno 8JnEuegO6eO59j8uTAWSq7XyfUSdp7++0ScL4h/Bs3SXRE1rKKcQ7kmcjj1L8SdicCt3 tZlMXYbSszhwXq9vpjyW7DFcJvN3WAW75CQrM= Received: by 10.141.136.4 with SMTP id o4mr5189338rvn.13.1228130022370; Mon, 01 Dec 2008 03:13:42 -0800 (PST) Received: by 10.140.157.20 with HTTP; Mon, 1 Dec 2008 03:13:42 -0800 (PST) Message-ID: Date: Mon, 1 Dec 2008 16:43:42 +0530 From: "Gaurav Pruthi" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_57806_25131667.1228130022356" X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache not starting ------=_Part_57806_25131667.1228130022356 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I was adding anpther apache node to the cluster. All the nodes have RHEL5 installed on it. I downloaded the source httpd-2.2.10 and compile it using commands: ./configure --prefix=/usr/local/apache --enable-module=so --enable-rewrite=shared --enable-cgi=shared --enable-unique_id=shared --enable-ssl=shared --enable-include=shared make make install After it is compiled without any errors, when i am trying to start it it's giving me error. # /usr/local/apache/bin/apachectl start httpd: Could not open configuration file /usr/local/apache/conf/httpd.conf: Invalid argument File exists at the said location. There is no permission issue also. Kindly help in resolving the issue. -- Gaurav Pruthi ------=_Part_57806_25131667.1228130022356 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All,

I was adding anpther apache node to the cluster. All the nodes have RHEL5 installed on it. I downloaded the source httpd-2.2.10 and compile it using commands:

./configure --prefix=/usr/local/apache --enable-module=so --enable-rewrite=shared --enable-cgi=shared --enable-unique_id=shared --enable-ssl=shared --enable-include=shared

make

make install


After it is compiled without any errors, when i am trying to start it it's giving me error.

# /usr/local/apache/bin/apachectl start

httpd: Could not open configuration file /usr/local/apache/conf/httpd.conf: Invalid argument

File exists at the said location. There is no permission issue also.

Kindly help in resolving the issue.



--
Gaurav Pruthi
------=_Part_57806_25131667.1228130022356--