On Nov 22, 2007 5:03 PM, Til Obes <til@xxxxxxxxxxxxxxxxxxx> 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 .... This looks like a problem with PHPMyAdmin, not with apache. When you log in to phpmyadmin it sends you a redirect. (Get the LiveHTTPHeaders plugin for Firefox, this is a great help to debug such issues). The redirect is what makes your browser's address bar change. This redirect is incorrect. You might try setting $cfg[´PmaAbsoluteUri´] = ´https://https://s1.example.com/phpmyadmin/´; in your config.inc.php file.... Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx