Hello List,

I have 2 apache 2.0.54 webserver (on different machines). Both are serving different virtual hosts on port 80 (http) and 443 (https).

The 1st server:
for every "https" virtual host there is a different ip-addess
=> the server works fine (my problem is not here ;-)

The 2nd server:
I configured name-based virtual hosts with:
    NameVirtualHost *:80
    NameVirtualHost *:443
(this is the only - important - difference between them)

The problem (only on the 2nd server!!):
If I open a directory without the trailing slash (ex. http:// my.page.com/my_dir) the webserver redirect the "request" and add the slash (=> http://my.page.com/my_dir/)... as expected. On the other hand, if I try to do the same with https instead of http, the webserver will redirect my page as follow:

    https://my.page.com/my_dir => http://my.page.com:443/my_dir/

Can someone help me?

Regards,
Michele

--
ETH Zürich
Michele Marcionelli
IT Support Gruppe D-MATH
HG G 18
Rämistrasse 101
CH–8092 Zürich

[EMAIL PROTECTED]
http://www.math.ethz.ch/~michele

+41 44 632 6193 Telefon
+41 44 632 1404 Fax


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to