# rpm -q -f 00_manual.conf
apache2-manual-2.0.44-7mdk
# service httpd start
Starting httpd2: Syntax error on line 2 of /etc/httpd/conf.d/00_manual.conf: 
<Directory> directive missing closing '>'
                                                                 [FAILED]
# head 00_manual.conf
Alias /manual /usr/share/doc/apache2-2.0.44
<Directory /usr/share/doc/apache2-2.0.44
Order allow,deny
Allow from all
</Directory>


Sure enough, there is a missing > at line 2 of 00_manual.conf


      

-- 
Ryan T. Sammartino
http://members.shaw.ca/ryants/
life, n.:
        That brief interlude between nothingness and eternity.

Reply via email to