Hi, I just upgraded a debian6 to debian7. I have a small problem. Before my url phpadmin was http://server.com/phpmyadmin Now i m with one url http://server.com:8080/phmyadmin I would like to access without 8080. especially for webmail with my customers. it's easier for them. He put webmail after their domain name I try with symlink, not working. I try with https://www.howtoforge.com/protect-phpmyadmin-on-an-ispconfig-3-server-debian same problem. Help me please. Thx AsA
Change the URL of the phpmyadmin and webmail application under System > Interface config in ISPConfig.
thank you for your answer, but I have the same problem. I can access phpmyadmin and webmail as with port 8080. an idea ?
/webmail and /phpmyadmin area pache alises, this means that they are available on every vhost and every port that apache has. Like I mentioned aboev, you can configure the URL that is used in ISPConfig under system > interface config. incl port.
Yes, thats what I posted abve. Just enter the uRL without the port into the phpmyadmin or webmail field in ispconfig. e.g. http://yourserver.tld/phpmyadmin
I m sorry but not working without 8080. When i chech url domaine.ltd/phpmyadmin, my page loads ... It's download file phpmyadmin
i don't know, because before on debian6 all were ok. My apache config : Server Version: Apache/2.2.22 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.4.36-0+deb7u3 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_ssl/2.2.22 OpenSSL/1.0.1e mod_perl/2.0.7 Perl/v5.14.2 Server Built: Dec 23 2014 22:48:29 With port 8080 / phpmyadmin ans webmail are ok. without port : domain.ltd/phpmyadmin , my browser download this file
I try this : https://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p4
ok it's good yesss it was my file suphp.conf <IfModule mod_suphp.c> # <FilesMatch "\.ph(p3?|tml)$"> # SetHandler application/x-httpd-suphp # </FilesMatch> suPHP_AddHandler application/x-httpd-suphp and comment out the <FilesMatch" ... Big thx