[GIS.lab] pywps on GIS.lab Unit

Martin Landa landa.martin at gmail.com
Tue Jun 2 05:04:49 PDT 2015


Hi,

2015-06-01 19:00 GMT+02:00 Ivan Minčík <ivan.mincik at gmail.com>:
> Log files are in /storage/log directory. In GIS.lab,  we have moved all data
> to /storage. Postgresql or ldap db is in /storage too.

thanks for answer. I tried to set up access log for lighttpd:

server.modules = ( "mod_accesslog" )
accesslog.use-syslog = "enable"

&

$ sudo service lighttpd restart

But I don't see any access logs in syslog file, how it is possible?

I also added

$ cat /etc/lighttpd/conf-enabled/10-cgi.conf
# /usr/share/doc/lighttpd-doc/cgi.txt

server.modules += ( "mod_cgi",
                "mod_alias",
                "mod_rewrite",
)

alias.url = ( "/cgi-bin/" => "/usr/lib/cgi-bin/" )

$HTTP["url"] =~ "^/cgi-bin/" {
        cgi.assign = ( "" => "" )
}

But, URL

http://server/cgi-bin/pywps.cgi?service=wps&version=1.0.0&request=GetCapabilities

still shows default index.html. I also tried to disable
10-fastcgi.conf, but with no success.

Any idea where to start? Thanks, Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa


More information about the GIS.lab mailing list