----- Original Message ----- > Hi Pierre, > > the _default_ vhost has a special meaning (see [1]), can you still > reproduce with * instead (since other vhost also uses *)? > > Regards, > Yann. > > [1] http://httpd.apache.org/docs/2.4/vhosts/examples.html#default Hi Yann, I admit I did put this _default_ vhost as a try to get the behavior I expected.. And, yes, I reproduce the same behavior I described when I set: <VirtualHost *:80> ServerName rvproxy.trychlos.pwi ... </VirtualHost> And, also, I get the exact same behavior if I put the Location directives in the main server configuration, outside (and before) this first virtual host. Regards, Pierre > > On Sun, May 17, 2015 at 11:53 AM, Pierre Wieser <pwieser@xxxxxxxxxxxx> wrote: > > Hi all, > > > > I am facing a problem with name-based virtual host on httpd 2.4.6 on CentOS > > 7. > > > > My httpd is configured as a reverse proxy, letting two internal domains be > > available > > from the internet. > > I have wanted add server-status and server-info directives to the main > > server configuration > > and this is where I have an issue: > > > > - when I request for http://rvproxy.trychlos.pwi/server-info, > > then my browser goes to https://cloud.trychlos.orgserver-info (which is > > bad) > > > > - but if I request for http://rvproxy.trychlos.pwi/server-info?, then the > > browser > > rightly displays the expected page (though empty due to the lack of > > parameters, but I at > > least get the title with the right server name). > > > > Curiously, this behavior is the same with the /server-status location when > > accessed > > from firefox (v 34.0 from fedora 20), though works fine when accessed from > > chrome > > (v39.0 from fedora 20). > > > > Apache documentation and Google were not of any help in this matter, and so > > I come > > here to ask for some help: > > - why does something somewhere change the domain name i am requesting ? > > - why does the question mark change the behavior ? > > - was someone conscious of this difference between Chrome and Firefox ? > > > > Thans in advance for some advice or valuable link. > > Regards > > Pierre --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx