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

Apache module mod_proxy



Bonjour,

Dans la section 2 de mon httpd.conf j'ai glissé:

RewriteEngine       on
ProxyRequests        on
RewriteRule /mldonkey http://localhost:4080/$1 [P,L]
RewriteRule /(submit.*) http://localhost:4080/$1 [P,L]
RewriteRule /(files.*) http://localhost:4080/$1 [P,L]
ProxyPassReverse /(.*)  http://localhost:4080/$1

lynx localhost/mldonkey me fowarde bien sur localhost:4080
mais le lien vers commands.html me retourne localhost/commands.html
NOT FOUND au lieu de localhost:4080/commands.html

Une idée ?
-- 
Remi COLETTA



Reply to: