[clue-tech] 403

Jason Friedman jason at powerpull.net
Sun Jan 16 17:37:10 MST 2011


> You may need to allow CGI to be run in that directory to use php.  Try
> renaming the file to index.html for a quick test.

index.html worked

Here is the relevant portion of apache2.conf, I think:
<Directory "/var/www/webtrees">
        Options Indexes MultiViews
        AllowOverride None
        Allow from from all
        Order allow,deny
        AddHandler cgi-script .php
</Directory>

How should this look?


More information about the clue-tech mailing list