You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Julien OIX <ju...@presidence.univ-nantes.fr> on 2002/01/11 13:47:17 UTC

Redirection problem ...

hi everybody and happy new year ....

here comes a part of my httpd.conf:

NameVirtualHost 193.52.112.79

<VirtualHost miles.presidence.univ-nantes.fr>

Port 8011

ServerName miles.presidence.univ-nantes.fr
ServerAdmin root@miles.presidence.univ-nantes.fr
DocumentRoot "/var/tomcat4/webapps/univ"
ErrorLog logs/error_log

DirectoryIndex index.jsp
UseCanonicalName Off

WebAppConnection    conn1 warp miles.presidence.univ-nantes.fr:8011
WebAppDeploy   /var/tomcat4/webapps/univ conn1 /
WebAppInfo   /webapp-info/

<Directory /var/tomcat4/webapps/univ>
 Options All
 Order allow,deny
 Allow from all
</Directory>

</VirtualHost>

Even if I use tomcat which is not the topic of this mailing list, I
think my problem comes from Apache configuration;
it is the one:

when I try the URL http://193.52.112.79 from the apache server, it
redirects immediatly to http://193.52.112.79/index.jsp, with or without
the DirectoryIndex directive

but when I try the first URL from an other machine even of the same
domain, it doesn't redirect ....
and when I try http://193.52.112.79/index.jsp, it works fine.

I've read the FAQ's, tried to find the appropriate directive, but
nothing works ....

does someone have a tip for this problem ?

Thanks in advance


--
Julien OIX
Service Informatique de Gestion
Tél: 02 40 99 83 65
mail: julien.oix@presidence.univ-nantes.fr




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org