Hello Martin, Thanks a lot for your prompt response and help.
I am able to start apache after adding "include" before each line. include /opt/app/ccr/home/ccr/Apache/includes/performance2.std include /opt/app/ccr/home/ccr/Apache/includes/log.std include /opt/app/ccr/home/ccr/Apache/includes/negotiate.std include /opt/app/ccr/home/ccr/Apache/includes/security.std #include /opt/app/ccr/home/ccr/Apache/includes/alias.std include /opt/app/ccr/home/ccr/Apache/includes/indexes2.std Thanks once again!!! --- On Tue, 8/24/10, Martin Hasicek <[email protected]> wrote: From: Martin Hasicek <[email protected]> Subject: Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration To: [email protected] Date: Tuesday, August 24, 2010, 1:29 PM Hi, in front of each line, you should add Include directive. It is working like from httpd.conf Include <somefile>, from <somefile> Include <somefile2>, etc ... mh On Tue, Aug 24, 2010 at 9:55 AM, Amol Puglia <[email protected]> wrote: Hello Joost, It is a file which is loading all the configuration files. The file contains the following lines. #/opt/app/ccr/home/ccr/Apache/includes/performance2.std /opt/app/ccr/home/ccr/Apache/includes/log.std /opt/app/ccr/home/ccr/Apache/includes/negotiate.std /opt/app/ccr/home/ccr/Apache/includes/security.std /opt/app/ccr/home/ccr/Apache/includes/alias.std /opt/app/ccr/home/ccr/Apache/includes/indexes2.std --- On Tue, 8/24/10, Joost de Heer <[email protected]> wrote: From: Joost de Heer <[email protected]> Subject: Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration To: [email protected] Date: Tuesday, August 24, 2010, 1:13 PM On Tue, August 24, 2010 09:29, Amol Puglia wrote: > Hello Joost, > > Thanks for your response. > > I am loading the file in the same way as mentioned by you in the last > response. > > I am still receiving same error. > > Include includes/httpd2.std > > Syntax error on line 2 of > /opt/app/ccr/home/ccr/Apache/includes/httpd2.std: > Invalid command '/opt/app/ccr/home/ccr/Apache/includes/log.std', perhaps > mis-spelled or defined by a module not included in the server > configuration And what is line 2 of /opt/app/ccr/home/ccr/Apache/includes/httpd2.std? Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
