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

[linux-team] Problemes Apache - Attachments



Voila les fichiers 'access.conf' et 'srm.conf' lies a mon mail
'Problemes Apache':


<Directory /home>
Options Indexes Includes ExecCGI FollowSymLinks
AllowOverride None

order allow,deny
allow from all
</Directory>



# /home/httpd/html  est mon DocumentRoot.

<Directory /home/httpd/html>

Options Indexes Includes ExecCGI FollowSymLinks

AllowOverride None

order allow,deny
allow from all

</Directory>



# J'ai meme essaye avec ca -> ca ne change rien !
#<Directory /home/erenthar/public_html>
#
#Options Indexes Includes ExecCGI FollowSymLinks
#
#AllowOverride None
#
#order allow,deny
#allow from all
#
#</Directory>



<Directory /home/httpd/cgi-bin>
AllowOverride None
Options ExecCGI
</Directory>


<Location /cgi-bin/phf*>
deny from all
ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
</Location>












DocumentRoot /home/httpd/html


UserDir public_html


DirectoryIndex index.html index.htm index.shtml index.cgi

FancyIndexing on


#Je passe toute la section des Addicons et celle des AddLanguage


ReadmeName README
HeaderName HEADER


IndexIgnore */.??* *~ *# */HEADER* */README* */RCS

AccessFileName .htaccess

DefaultType text/plain

Alias /icons/ /home/httpd/icons/


ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/


# To use server-parsed HTML files
AddType text/html .shtml
AddHandler server-parsed .shtml


# If you wish to use server-parsed imagemap files, use
AddHandler imap-file map