3.0.1.6 -> phpMyAdmin (fedora10 Solution)

Discussion in 'Installation/Configuration' started by Ketama, Oct 21, 2009.

  1. Ketama

    Ketama New Member

    good day everybody

    I have upgraded my fedora 10 Server from 3.0.1.4 to 3.0.16

    I noticed www.site.foo/phpmyadmin will result into an forbidden error.
    Looked at the forum but all solutions where already done so it was something else that gave me that error

    After reading http://bugtracker.ispconfig.org/index.php?do=details&task_id=937 I noticed one little thing...

    in the file 000-ispconfig.conf it says:

    <Directory /usr/share/phpmyadmin>

    But the fedora10 (and probably other distributions) has camel-Casing into the phpMyAdmin directory, so Ive changed it to

    <Directory /usr/share/phpMyAdmin>

    And it works, with all the added security in 3.0.1.6


    So obvious, you will look over it. :D
     
    Last edited: Oct 21, 2009
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    As far as I know, all other distributions use lowercase letters.
     
  3. Ketama

    Ketama New Member

    Then someone should change the perfect server fedora-setup to make it lowercase on install or change it somewhere else perhaps ?

    ( I dont thinkthat Im going to learn you something new here :D )

    Im only working with fedora myself ;) So I dont know any other distributions.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    If you would change the path to lowercase, then the install of phpmyadmin will break on fedora updates. The path is hardcoded in the phpmyadmin rpm that is installed by fedora, os it can not be changed easily.
     

Share This Page