> -----Original Message-----
> From: Michele Marcionelli [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 14, 2006 5:46 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] unexpected redirect
> 
> I upgrade my webserver to 2.0.58 and the preblem is still 
> here; where  
> I open following URL
> 
>       https://my.page.com/my_dir
> 
> the server redirect the page to
> 
>       http://my.page.com:443/my_dir/
> 
> with the following error message:

It looks like the request is landing in a VH where the UseCanonicalName and 
ServerName directives are such that the self-referential redirect is switching 
to HTTP. See http://httpd.apache.org/docs/2.0/mod/core.html#usecanonicalname

If you don't get it, post back with VH configs. It would also help if you could 
reveal your real domain-name, then we could test it instead of guessing...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> 
> ##########
> Bad request!
> 
>      Your browser (or proxy) sent a request that
>      this server could not understand.
> 
> If you think this is a server error, please contact
> the webmaster.
> 
> Error 400
> 
>    my.page.com
>    Apache/2.0.58 (Unix)
> ##########
> 
> Please help!!
> Regards,
> Michele
> 
> 
> On 08.06.2006, at 11:49, Michele Marcionelli wrote:
> 
> > 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
> 
> 
> ---------------------------------------------------------------------
> 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]
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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