problem with url /phpmyadmin or /webmail

Discussion in 'Installation/Configuration' started by AsA, Feb 14, 2015.

  1. AsA

    AsA New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Change the URL of the phpmyadmin and webmail application under System > Interface config in ISPConfig.
     
  3. AsA

    AsA New Member

    thank you for your answer, but I have the same problem. I can access phpmyadmin and webmail as with port 8080.
    an idea ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    /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.
     
  5. AsA

    AsA New Member

    if I want to use them without the port 8080 is that possible?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  7. AsA

    AsA New Member

    I m sorry but not working without 8080. When i chech url domaine.ltd/phpmyadmin, my page loads ... It's download file phpmyadmin :(
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    and you have mod_php installed, as described in the perfect server tutorial?
     
  9. AsA

    AsA New Member

    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 :(
     
  10. AsA

    AsA New Member

  11. AsA

    AsA New Member

    ok it's good :D 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 ;)
     

Share This Page