Yeah, obviously... But why is the default setting "/phpmyadmin" if it is not wise to have that? Anyway, I modified that setting to...
Excellent! Crossing post answered my additional question. Thanks Croydon :)
I tried configuring within the ISPConfig admin panel under the first site's config Additional PHP.INI Directives the line session.save_path =...
I thought the same and after searching the internet, I found that mod_memcacheD needs session.save_path = "localhost:11211" without the tcp...
Oh... but by default, the phpmyadmin link from inside the ISPConfig panel uses port 8080. Why's that?
UPDATE 2.b: I suppose adding RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}:8080%{REQUEST_URI} to the...
Hi drodrig, yes I tried that to start with but after checking via phpinfo on one of the sites, only the session.save_handler changed but not the...
Hmmm... this does not work for sites using PHP-FPM :(
UPDATE 2: A similar modification to the file /etc/apache2/sites-available/ispconfig.vhost (adding a <Directory /usr/share/phpmyadmin> directive...
UDATE: Till, you did put me on the right track! To make phpmyadmin work with CGI/FastCGI there are some changes to the file...
Hi Till, thanks for your reply :) But like I described, phpmyadmin does work on the server without mod_php5. It seems to be using FPM/FastCGI...
Hi all, After following the instructions on http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p4 "The...
Separate names with a comma.