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 --- 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, 12:11 PM On Tue, August 24, 2010 08:29, Amol Puglia wrote: > Hello Team, > > I have recently installed apache 2.0.63 on solaris 5.10. I have compiled > all the modules. > > Now, I am unable to start the apache server as receiving following error > on the prompt. > > Invalid command includes/log.std', perhaps mis-spelled or defined by a > module not included in the server configuration. You have a line 'includes/log.std' in your configuration, which isn't a valid configuration command. You probably want to change this to 'Include includes/log.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]
