Results 1 to 3 of 3

Thread: Problems with ampache after upgrade to 9.10

  1. #1
    Join Date
    Jun 2008
    Beans
    15

    Problems with ampache after upgrade to 9.10

    Hi there, I've been running Ampache on my Mythbuntu 9.04 server and never had any problems accessing my music through a web browser.Today I upgraded to 9.10 and when I try to access Ampache I get a "403 Forbidden, You don't have permission to acces this server". The strange thing is that this only happens if I type the address as follows http://127.0.0.1/ampache, which used to always work. Now, if I type http://127.0.0.1/ampache/login.php it loads without a problem... any suggestions?

  2. #2
    Join Date
    Jan 2010
    Beans
    100

    Re: Problems with ampache after upgrade to 9.10

    Did you ever find a solution to this?

    I've attempted a direct symlink, modding the alias (bad idea) but all with the same result.

    I highly doubt it's a permission issue as it does load when it's pointed to the login.php or index.php (redirects correctly to the login) page.

    Could anyone point me in the right direction?

  3. #3
    Join Date
    Jul 2006
    Beans
    41

    Re: Problems with ampache after upgrade to 9.10

    I found the solution on http://wiki.debian.org/Ampache

    although the ubuntu package has the conf file it is different and editing it to resemble this worked for me


    Create and edit ampache file for apache(the webserver). This will tell apache2 about ampache: "/etc/apache2/conf.d/ampache":

    Alias /ampache "/usr/local/bin/ampache/"
    <directory />
    DirectoryIndex index.php index.html
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </directory>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •