Race Dendy wrote: > Hello everyone, > > I am new to this list. I am also new to php. this is the error I am > getting below. > > # /etc/rc.d/init.d/httpd start > Shutting down http: [ OK ] > Starting httpd: Processing config directory: > /etc/httpd/conf/vhosts/normal Processing config directory: > /etc/httpd/conf/vhosts/ssl > Syntax error on line 14 of /etc/httpd/conf/httpd.include: > Invalid command 'php_admin_flag', perhaps mis-spelled or defined by a > module not included in the server configuration > [FAILED]
maybe an "order error" you're setting the vhost dir before or after loading the php module? try moving it to the end of file, after loading the module good luck Claudio Ginex