Thomas,

Thank you for your response.

In case any else runs into this config issue I found a solution.  By default
after setting up my new apache2 server on Ubuntu 9.04 at slicehost my
etc/apache2/sites-available/default file had the following included by
default:

Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

This was causing the permission and page conflict.  I simply removed the
items above and now it works like a charm. :)

Thanks again laconica team for your efforts and for creating such a great
tool.

- Patrick

--------------
> Message: 2
> Date: Fri, 21 Aug 2009 14:54:38 +0200
> From: Thomas Linnemann <[email protected]>
> Subject: Re: [Laconica-dev] pages in doc-src
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Patrick Phelan schrieb:
> > Can someone provide some guidance on what needs to be setup for the
> >
> >         * Help
> >         * About
> >         * FAQ
> >         * Privacy
> >         * Source
> >         * Contact
> >         * Badge
> >
> > pages to function?  I am using 0.8.0.  When I click on one of the links
> > in the footer navigation I receive the following message:
> >
> >
> >   Forbidden
> >
> > You don't have permission to access /doc/source on this server.
> >
> > ------------------------------------------------------------------------
> > Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch Server
>
>
>
> Hi,
> just have a look into your apache error logs.
> I bet there some permission problems with your laconica installation ;-).
>
>
>
> greetings
>
>
> Thomas
>
>
>
>
> *****************************************
>
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to