Opened 8 years ago

Closed 8 years ago

#1730 closed defect (fixed)

pyWPS executes out of /etc

Reported by: darkblueb Owned by: live-demo@…
Priority: critical Milestone: OSGeoLive10.0
Component: OSGeoLive Keywords: pyWPS, wsgi
Cc:

Description

generally not good to execute code from /etc (from Apache2 mod-info diagnostics)

    In file: /etc/apache2/conf-enabled/pywps.conf
       1: WSGIScriptAlias /pywps/wps.py /etc/pywps/wps.py

Change history (4)

comment:2 by kalxas, 8 years ago

Priority: normalcritical

After moving to /usr/local/share, still this error message:

[Thu Jun 09 19:33:24.874903 2016] [mpm_prefork:notice] [pid 3952] AH00169: caught SIGTERM, shutting down
[Thu Jun 09 19:33:25.903033 2016] [wsgi:warn] [pid 4238] mod_wsgi: Compiled for Python/2.7.11.
[Thu Jun 09 19:33:25.903041 2016] [wsgi:warn] [pid 4238] mod_wsgi: Runtime using Python/2.7.11+.
[Thu Jun 09 19:33:25.916066 2016] [mpm_prefork:notice] [pid 4238] AH00163: Apache/2.4.18 (Ubuntu) mod_fcgid/2.3.9 mod_wsgi/4.3.0 Python/2.7.11+ configured -- resuming normal operations
[Thu Jun 09 19:33:25.916085 2016] [core:notice] [pid 4238] AH00094: Command line: '/usr/sbin/apache2'
[Thu Jun 09 19:48:41.673504 2016] [authz_core:error] [pid 4249] [client 127.0.0.1:39702] AH01630: client denied by server configuration: /usr/local/share/pywps/wps.py

comment:4 by kalxas, 8 years ago

Resolution: fixed
Status: newclosed

Works in nightly 121.

Note: See TracTickets for help on using tickets.