Nach ein, zwei Ã?nderungen an der httpd.conf (Hab AddType application/x-httpd-php .php3 eingebaut), einem Neustart (/etc/init.d/apache restart)
kommt flogende Fehlermeldung:
Code: Select all
Syntax error on line 447 of /etc/httpd/httpd.conf:
Invalid command '<Directory>', perhaps mis-spelled or defined by
a module not included in the server configuration failed
Code: Select all
447 <Directory>
448 AuthUserFile /etc/httpd/passwd
449 AuthGroupFile /etc/httpd/group
450
451 Options -FollowSymLinks +Multiviews
452 AllowOverride None
453
454 </Directory>
Das stand allerdings auch schon vorher so da. (btw: Die Zahlen sind die Zeilennummern, stehen natürlich nicht in der https.conf!)
Kann mir da jemand helfen?