On 22 Nov 2007, at 15:19, Til Obes wrote:

Hello,

i have a problem with mod_proxy. I want to redirect all
requests to another apache running on localhost:8080.
So the url https://s1.example.com/ will be proxied to
http://localhost:8080/. But i have a problem with phpmyadmin
running inside this vhost. I use cookie based authentification
and when i hit OK after entering the credentials, something goes
wrong. Firefox is displaying the url:
https://s1.example.comphpmyadmin/index.php?lang=....
Of course this doesnt exist. When i insert a / there, the site gets
displayed and im logged in. I'm confused ....

Try setting phpMyAdmin's $cfg['PmaAbsoluteUri'] config variable to make sure it redirects to a correct url.

--
noodl

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