Hello Joost, Thanks for your prompt response.
I am able to start apache server now after including include before each line i.e 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, 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, 2:39 PM On Tue, August 24, 2010 09:55, Amol Puglia wrote: > Hello Joost, > > It is a file which is loading all the configuration files. Include files don't work that way. The included file itself should contain valid configuration options, not a list of files to be included. If you want to include multiple files, you can use wildcard includes, e.g. 'Include /opt/app/ccr/home/ccr/Apache/includes/*.std' (after deleting httpd2.std, because you won't need this file). 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]
