GithubHelp home page GithubHelp logo

Comments (6)

SSilence avatar SSilence commented on September 18, 2024

Is your mod_rewrite module enabled? Sometimes the RewriteBase in htaccess has to be set.

I have started a support forum a few minutes ago. Feel free to post there your problem too: http://selfoss.aditu.de/forum

from selfoss.

nosbig avatar nosbig commented on September 18, 2024

I will post on the support forum as well...

I have mod_rewrite enabled, and I have tried leaving the RewriteBase option commented, "selfoss", "/selfoss", "selfoss/", and "/selfoss/"

from selfoss.

SSilence avatar SSilence commented on September 18, 2024

Do you have mod_headers. It seems some people have a problem with this missing module. You can also remove the lines
Header Unset ETag
FileETag none
from .htaccess. Does this help?

from selfoss.

nosbig avatar nosbig commented on September 18, 2024

I noticed in the new troubleshooting thread on the support board that mod_headers was required. On checking, it was installed but not enabled. I used a2enmod to enable mod_headers, which was verified in my phpinfo() output.

I then attempted to reload the page with no success. On your suggestion, I commented out the ETag lines in my .htaccess; no effect. I also noticed in Github issue #58 that the author used a conditional to only process those lines when mod_headers was loaded. I implemented that in my .htaccess. This had no effect either.

from selfoss.

migerh avatar migerh commented on September 18, 2024

I had the same issue. Ubuntu 12.10, Apache 2.2.22, PHP 5.4.6, mod_rewrite and mod_headers were both enabled.

The problem is that apparently Debian ships with a default configuration that does not allow ANY overrides:

   <Directory /var/www/>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride None
            Order allow,deny
            allow from all
    </Directory>

For a quick'n'dirty fix set that None after AllowOverride to All.

// edit says: I don't even have to set RewriteBase anymore.
On my setup omitting RewriteBase allows access to config.ini which could be fatal.

from selfoss.

nosbig avatar nosbig commented on September 18, 2024

I changed my configuration of Apache to allow overrides in /var/www, and I am now able to use selfoss without a problem. I have imported my OPML data sources from Google Reader and working on tweaking my setup. Other than uncommenting the RewriteBase line in my .htaccess, this is a stock installation.

from selfoss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.