Virtualmin + Varnish Cache and phpMyAdmin

3 posts / 0 new
Last post
#1 Wed, 10/14/2015 - 15:37
Interact

Virtualmin + Varnish Cache and phpMyAdmin

I have install Varnish Cache ver.4 on Virtulmin machine. Varnish config default. There is no problem accessing websites from Virtualmin but cannot get to /phpmyadmin for each virtual host.

Have added

if (req.url ~ "^/phpmyadmin") {
return (pass);
}

to sub vcl_recv without any luck.

Any clue what is gong on?

Thanks

Fri, 10/16/2015 - 07:59
lookwhostalkin

The following blog post may help you in regards to this:-

http://websistent.com/installing-phpmyadmin-behind-varnish/

Fri, 10/16/2015 - 11:03
Interact

He did same what I have done on my side. He can log in - I'm getting a white screen.

Topic locked