[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache Internal Error



Bonsoir à tous


dans mon ~/public_html/htdocs/

j'ai un .htacces qui est ça : 

----------------------------------------
AddType application/x-httpd-parse .xml .htm .html
Action application/x-httpd-parse "/parser.php?uri="

DirectoryIndex index.html index.php index.php3 index.xml
------------------------------------------------------


et dès que je tente d'acceder à ce répertoire j'ai droit à 

"Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request."

Dans mon /etc/apache/httpd.conf

il y a entre autre :

----------------------------------------------
DocumentRoot /var/www
<Directory />
    Options SymLinksIfOwnerMatch
    AllowOverride None
</Directory>
<Directory /var/www/>
  Options Indexes Includes FollowSymLinks MultiViews
    AllowOverride All
...
-----------------------------------------------


Que dois je faire pour que cela fonctionne ?


Merci d'avance
COrdialement
-- 
R.Pac



Reply to: