[Linux] apache2: un script pour tout le vhost
Marc Chantreux
marc.chantreux@::1
Dim 1 Nov 00:06:41 CET 2009
Bonjour a tous,
J'ai sur mon disque une petite webapp que j'aimerais voir executée
quelque soit le chemin sur mon vhost webapp. J'ai tenté la conf.
d'apache comme suit:
<VirtualHost *:80>
LogLevel debug
ServerName webapp
ScriptAlias / /home/mc/src/webapp/
DocumentRoot /home/mc/src/webapp/
Action webapp /webapp.pl virtual
<Location />
SetHandler webapp
</Location>
</VirtualHost>
cette config amene une Internal error, je trouve dans mes logs:
[client 127.0.0.1] Request exceeded the limit of 10 internal redirects
due to probable configuration error. Use 'LimitInternalRecursion' to
increase the limit if necessary. Use 'LogLevel debug' to get a
backtrace.
....
[client 127.0.0.1] redirected from r->uri = /webapp.pl/webapp.pl/webapp.pl/test/foo
[client 127.0.0.1] redirected from r->uri = /webapp.pl/webapp.pl/test/foo
[client 127.0.0.1] redirected from r->uri = /webapp.pl/test/foo
[client 127.0.0.1] redirected from r->uri = /test/foo
si quelqu'un a une idée pour me sortir de là ?
cordialement,
mc
Plus d'informations sur la liste de diffusion linux