Quantcast
Channel: WampServer - WampServer Francais
Viewing all articles
Browse latest Browse all 3475

Wamp et Htaccess ! Ou est l'erreur ? (7 réponses)

$
0
0
Bonjour,
Je viens d'installer WAMP avec succès et tout voyant sont au vert mais lorsque j'accède à "[localhost];, je me rend compte les dossiers contenant mes sites ont disparu. Après quelques recherches je suis arrivé sur la piste d'un problème avec le HTACCESS. En supprimant ou en vidant le fichier HTACCESS les dossiers réapparaissent. Le souci c'est que je ne trouve pas d'ou vient le problème incompatibilité entre ce fichier et le serveur APACHE de WAMP.




Voici mon HTACCESS :
==============


#php_value error_reporting 0
#--------- Redirection Erreurs ------------
ErrorDocument 404 [www.alhuilesurtoile.com]
#ErrorDocument 500 [www.alhuilesurtoile.com]
#--------- Disable mod_security ------------
#SecFilterEngine Off
#--------- Set var from php.ini ------------
#php_value session.gc_maxlifetime 10800
#php_value max_input_time 10800
#php_value max_execution_time 10800
#php_value upload_max_filesize 15M
#php_value post_max_size 50M
#--------------------------------------------
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteBase /

##################### Duplicate content #####################
#RewriteCond %{HTTP_HOST} !^www.domaine.com$
#RewriteRule ^(.*) [www.domaine.com] [QSA,L,R=301]

########################################################
##################### START URL Rewriting #####################
########################################################
RewriteRule ^cat$ categories.php [QSA,L]
RewriteRule ^cat/$ categories.php [QSA,L]
RewriteRule ^catid$ list.php [QSA,L]
RewriteRule ^catid/$ list.php [QSA,L]
RewriteRule ^prod$ description.php [QSA,L]
RewriteRule ^prod/$ description.php [QSA,L]
RewriteRule ^rss$ rss.php [QSA,L]
RewriteRule ^rss/$ rss.php [QSA,L]
RewriteRule ^catalog.html$ catalog.php [QSA,L]
RewriteRule ^catalog/(1|2|3).html$ catalog.php?lang=$1 [QSA,L]
RewriteRule ^news.html$ news.php [QSA,L]
RewriteRule ^news/(1|2|3).html$ news.php?lang=$1 [QSA,L]
RewriteRule ^cc.html$ cc.php [QSA,L]
RewriteRule ^lastView.html$ lastView.php [QSA,L]
RewriteRule ^top10.html$ top10.php [QSA,L]
RewriteRule ^top10/(1|2|3).html$ top10.php?lang=$1 [QSA,L]
RewriteRule ^printCatalog.html$ printCatalog.php [QSA,L]
RewriteRule ^rss.html$ rss.php [QSA,L]
RewriteRule ^caddie.html$ caddie.php [QSA,L]
RewriteRule ^sitemap_html.html$ sitemap_html.php [QSA,L]
RewriteRule ^affiliation.html$ affiliation.php [QSA,L]
RewriteRule ^affiliation/(1|2|3).html$ affiliation.php?lang=$1 [QSA,L]
RewriteRule ^your_account.html$ your_account.php [QSA,L]
RewriteRule ^guestbook.html$ guestbook.php [QSA,L]
RewriteRule ^404.html$ 404.php [QSA,L]
RewriteRule ^categories.html$ categories.php [QSA,L]
RewriteRule ^cat.html$ categories.php [QSA,L]
RewriteRule ^description.html$ description.php [QSA,L]
RewriteRule ^prod.html$ description.php [QSA,L]
RewriteRule ^index.html$ index.php [QSA,L]
RewriteRule ^catid.html$ list.php [QSA,L]
RewriteRule ^savecart.html$ savecart.php [QSA,L]
RewriteRule ^search.html$ search.php [QSA,L]
RewriteRule ^sitemap_html.html$ sitemap_html.php [QSA,L]
RewriteRule ^devis.html$ devis.php [QSA,L]
RewriteRule ^search-(on|off).html$ search.php?AdSearch=$1 [QSA,L]
RewriteRule ^search/search.html$ search.php?action=search [QSA,L]
RewriteRule ^search/(on|off),search.html$ search.php?action=search&AdSearch=$1 [QSA,L]
RewriteRule ^file/([0-9]+).html$ doc.php?id=$1 [QSA,L]
RewriteRule ^file/([0-9]+),(1|2|3).html$ doc.php?id=$1&lang=$2 [QSA,L]
RewriteRule ^info/([0-9]+).html$ infos.php?info=$1 [QSA,L]
RewriteRule ^rss/(1|2|3).html$ rss.php?lang=$1 [QSA,L]
RewriteRule ^rss/rss_(actu|news|promo|flash|top10|favorite)/(1|2|3).html$ rss/rss_$1.php?lang=$2 [QSA,L]
RewriteRule ^box/([a-zA-Z0-9_-]+).html$ page_box.php?module=$1 [QSA,L]
RewriteRule ^info/([a-zA-Z0-9_-]+)-([0-9]+).html$ infos.php?info=$2 [QSA,L]
RewriteRule ^info/([a-zA-Z0-9_-]+)-(web),([0-9]+).html$ infos.php?info=$3&from=$2 [QSA,L]
RewriteRule ^info/([a-zA-Z0-9_-]+)-([0-9]+),(1|2|3).html$ infos.php?info=$2&lang=$3 [QSA,L]

RewriteRule ^cat/([a-zA-Z0-9_-]+)-([0-9]+).html$ categories.php?path=$2 [QSA,L]
RewriteRule ^cat/([a-zA-Z0-9_-]+)-(c|e|n),([0-9]+).html$ categories.php?action=$2&path=$3 [QSA,L]
RewriteRule ^cat/([a-zA-Z0-9_-]+)-(c|e|n),([0-9]+),([0-9]+).html$ categories.php?action=$2&num=$3&path=$4 [QSA,L]
RewriteRule ^cat/([a-zA-Z0-9_-]+)-(1|2|3),([0-9]+).html$ categories.php?lang=$2&path=$3 [QSA,L]

RewriteRule ^catid/([0-9]+).html$ list.php?path=$1 [QSA,L]
RewriteRule ^catid/([a-zA-Z0-9_-]+)-([0-9]+).html$ list.php?path=$2 [QSA,L]
RewriteRule ^catid/(new|promo|author|favorite|randomly|TOP100).html$ list.php?target=$1 [QSA,L]
RewriteRule ^catid/([a-zA-Z0-9_-]+)-(1|2|3),([0-9]+).html$ list.php?lang=$2&path=$3 [QSA,L]
RewriteRule ^catid/(new|promo|author|favorite|randomly|TOP100),flash.html$ list.php?target=$1&tow=flash [QSA,L]
RewriteRule ^catid/(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ list.php?target=$1&view=$2 [QSA,L]
RewriteRule ^catid/([0-9]+),(new|promo|author|favorite|randomly|TOP100).html$ list.php?authorid=$1&target=$2 [QSA,L]
RewriteRule ^catid/([0-9]+),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ list.php?path=$1&target=$2&view=$3 [QSA,L]
RewriteRule ^catid/([a-zA-Z0-9_-]+)-([0-9]+),(new|promo|author|favorite|randomly|TOP100).html$ list.php?authorid=$2&target=$3 [QSA,L]
RewriteRule ^catid/([0-9]+),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ list.php?path=$1&target=$2&tow=$3&view=$4 [QSA,L]
RewriteRule ^catid/([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day).html$ list.php?path=$1&sort=$2 [QSA,L]
RewriteRule ^catid/(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ list.php?sort=$1&target=$2 [QSA,L]
RewriteRule ^catid/(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash).html$ list.php?sort=$1&target=$2&tow=$3 [QSA,L]
RewriteRule ^catid/(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ list.php?sort=$1&target=$2&view=$3 [QSA,L]
RewriteRule ^catid/([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ list.php?authorid=$1&sort=$2&target=$3 [QSA,L]
RewriteRule ^catid/([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ list.php?path=$1&sort=$2&target=$3&view=$4 [QSA,L]
RewriteRule ^catid/([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ list.php?path=$1&sort=$2&target=$3&tow=$4&view=$5 [QSA,L]

RewriteRule ^catid/page-([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ list.php?page=$1&sort=$2&target=$3 [QSA,L]
RewriteRule ^catid/page-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day).html$ list.php?page=$1&sort=$3&path=$2 [QSA,L]
RewriteRule ^catid/page-([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ list.php?page=$1&sort=$2&target=$3&view=$4 [QSA,L]
RewriteRule ^catid/page-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day).html$ list.php?page=$1&path=$2&sort=$3 [QSA,L]
RewriteRule ^catid/page-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ list.php?authorid=$1&page=$2&sort=$3&target=$4 [QSA,L]
RewriteRule ^catid/page-([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash).html$ list.php?page=$1&sort=$2&target=$3&tow=$4 [QSA,L]

RewriteRule ^prod/([0-9]+).html$ description.php?id=$1 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+).html$ description.php?id=$2 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+).html$ description.php?id=$2&path=$3 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(1|2|3)L.html$ description.php?id=$2&lang=$3 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(1|2|3),([0-9]+).html$ description.php?id=$2&lang=$3&path=$4 [QSA,L]

RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([0-9]+).html$ description.php?id=$2&path=$3&z=$4 [QSA,L]
RewriteRule ^prod/([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100).html$ description.php?authorid=$1&id=$2&target=$3 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(new|promo|author|favorite|randomly|TOP100).html$ description.php?id=$2&target=$3 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(new|promo|author|favorite|randomly|TOP100),(flash).html$ description.php?id=$2&target=$3&tow=$4 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100).html$ description.php?id=$2&page=$3&target=$4 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100),(flash).html$ description.php?id=$2&page=$3&target=$4&tow=$5 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ description.php?id=$2&path=$3&target=$4&view=$5 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ description.php?id=$2&path=$3&target=$4&tow=$5&view=$6 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ description.php?id=$2&path=$3&page=$4&target=$5&view=$6 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([0-9]+),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ description.php?id=$2&page=$3path=$4&target=$5&tow=$6view=$7 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day).html$ description.php?id=$2&path=$3&sort=$4 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ description.php?id=$2&sort=$3&target=$4 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash).html$ description.php?id=$2&sort=$3&target=$4&tow=$5 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100).html$ description.php?id=$2&path=$3&sort=$4&target=$5 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash).html$ description.php?id=$2&page=$3&sort=$4&target=$5&tow=$6 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ description.php?id=$2&path=$3&sort=$4&target=$5&view=$6 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ description.php?id=$2&path=$3&sort=$4&target=$5&tow=$6&view=$7 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ description.php?id=$2&page=$3&path=$4&sort=$5&target=$6&view=$7 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([0-9]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),(new|promo|author|favorite|randomly|TOP100),(flash),([0-9]+).html$ description.php?id=$2&page=$3&path=$4&sort=$5&target=$6&tow=$7&view=$8 [QSA,L]

RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([a-zA-Z0-9_-]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day).html$ description.php?id=$2&path=$3&search_query=$4&sort=$5 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),(new|promo|author|favorite|randomly|TOP100),([0-9]+).html$ description.php?id=$2&target=$3&z=$4 [QSA,L]
RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),([a-zA-Z0-9_-]+),(id|Id|Ref|Article|Prix|Compagnie|Les_plus_populaires|specials_last_day),([0-9]+).html$ description.php?id=$2&path=$3&search_query=$4&sort=$5&z=$6 [QSA,L]

RewriteRule ^prod/([a-zA-Z0-9_-]+)-([0-9]+),([0-9]+),(sur-toile|sur-chassis|sur-cadre).html$ description.php?id=$2&path=$3&opt=$4 [QSA,L]

#######################################################
##################### END URL Rewriting #####################
#######################################################

# MOD_DEFLATE COMPRESSION
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/x-httpd-php
#Pour les navigateurs incompatibles
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
#ne pas mettre en cache si ces fichiers le sont déjà
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
#les proxies doivent donner le bon contenu
Header append Vary User-Agent env=!dont-vary

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 7200 seconds"
ExpiresByType image/jpg "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
AddType image/x-icon .ico
ExpiresByType image/ico "access plus 2592000 seconds"
ExpiresByType image/icon "access plus 2592000 seconds"
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType text/css "access plus 2592000 seconds"
ExpiresByType text/javascript "access plus 2592000 seconds"
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType application/xhtml+xml "access plus 7200 seconds"
ExpiresByType application/javascript A259200
ExpiresByType application/x-javascript "access plus 2592000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<FilesMatch "\\.(ico|jpe?g|png|gif|swf|gz|ttf)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
<FilesMatch "\\.(css)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
<FilesMatch "\\.(js)$">
Header set Cache-Control "max-age=2592000, private"
</FilesMatch>
<filesMatch "\\.(html|htm)$">
Header set Cache-Control "max-age=7200, public"
</filesMatch>
# Disable caching for scripts and other dynamic files
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header unset Cache-Control
</FilesMatch>
</IfModule>
# END Cache-Control Headers

# KILL THEM ETAGS
Header unset ETag
FileETag none

# protect the htaccess file
<files .htaccess>
order allow,deny
deny from all
</files>





Pour info, les modules APACHE actifs et inactifs (#) sont :
====================================



LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_core_module modules/mod_authn_core.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_socache_module modules/mod_authn_socache.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
#LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule buffer_module modules/mod_buffer.so
LoadModule cache_module modules/mod_cache.so
LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule data_module modules/mod_data.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule dbd_module modules/mod_dbd.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
LoadModule expires_module modules/mod_expires.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule filter_module modules/mod_filter.so
LoadModule headers_module modules/mod_headers.so
#LoadModule heartbeat_module modules/mod_heartbeat.so
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
#LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_debug_module modules/mod_log_debug.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule lua_module modules/mod_lua.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_express_module modules/mod_proxy_express.so
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule ratelimit_module modules/mod_ratelimit.so
#LoadModule reflector_module modules/mod_reflector.so
#LoadModule remoteip_module modules/mod_remoteip.so
#LoadModule request_module modules/mod_request.so
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule sed_module modules/mod_sed.so
LoadModule session_module modules/mod_session.so
#LoadModule session_cookie_module modules/mod_session_cookie.so
#LoadModule session_crypto_module modules/mod_session_crypto.so
#LoadModule session_dbd_module modules/mod_session_dbd.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
#LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule ssl_module modules/mod_ssl.so
#LoadModule status_module modules/mod_status.so
#LoadModule substitute_module modules/mod_substitute.so
#LoadModule unique_id_module modules/mod_unique_id.so
#LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule version_module modules/mod_version.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule watchdog_module modules/mod_watchdog.so
#LoadModule xml2enc_module modules/mod_xml2enc.so




Voyez vous quelque chose qui cloche ?

Merci pour votre aide !!!

Viewing all articles
Browse latest Browse all 3475

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>