I now have everything running with ispconfig3 RC1 and all is well, almost. Let's call my domain for the server "mydomain.com". I was able to access phpmyadmin via mydomain.com/phpmyadmin and the same for webmail (squirrelmail). But I now created a site for mydomain.com so if you now try to visit mydomain.com/phpmyadmin I get the 404 because obviously phpmyadmin is not in that directory tree. Do I have to move phpmyadmin into that directory if I want to access the same way or do I have to create a new site for it?
I checked the log in /var/log/ispconfing/httpd/mysite and found errors about the .htaccess file .htaccess: Options not allowed here Also, when I restart apache I get this error
Add something like Code: <Directory /path/to/documentroot> AllowOverride All </Directory> to the Apache Directives field in ISPConfig. This has been fixed in SVN already.
Thanks for the AllowOverride, that fixed the phpmyadmin problems. I updated my trunk from svn and ran the update but I still get the apache error if I restart the service.
This error? VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results If yes, thats uncritical. You can either ignore it or change the apache default vhost from debian / ubuntu to listen to *:80 and not just *