[TinyOWS-users] trouble with tinyows

Olivier Courtin olivier.courtin at gmail.com
Wed Aug 31 11:48:17 EST 2011


On Wed, Aug 31, 2011 at 6:24 PM, Andrea Peri <aperi2007 at gmail.com> wrote:

> For Apache could be an issue.
> Infact Apache run by default with a nobody user.
>
> However I change this setting to run Apache with the same user that I use
> for all the files , but nothing change.

Ok the other point could be related to the config file path itself.
By default it's /etc/tinyows.xml

But if you change the path (in your home),
you must have something like that in your apache config file:

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                [...]
                SetEnv TINYOWS_CONFIG_FILE  /your_path_to/tinyows.xml
        </Directory>


> I'm using postgres 9.0.
> Could this be an issue ?

Nope.

-- 
Olivier


More information about the TinyOWS-users mailing list