Hi,

I have no idea, where this is located on Windows...
but you need to adapt the wsgi files you downloaded from github with QWC to your db settings (see section 6.2)!

Bernhard

P.S. please try to reply to the list

Am 16.01.2014 10:17, schrieb Mira Maric:
Hi!
I do the following:
I download mod_wsgi.so from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi an put it in:
C:\OSGeo4W\apache\modules
  In Apache config file I added line:
     -LoadModule wsgi_module modules/mod_wsgi.so

I restart apache and turn it on, it's work OK. Now I don't know  where
to do this, where is file for this settings?
I am using Windows!

   6.1. Configuration of mod_wsgi
   ==============================

You need to enable mod_wsgi as root. (Ubuntu: a2enmod mod_wsgi).

You need to configure apache with the following lines (e.g. in file
/etc/apache2/sites-available/default):

   #mod_wsgi
   WSGIDaemonProcess gis processes=5 threads=15 display-name=%{GROUP}
   WSGIScriptAlias /wsgi/ /home/www/wsgi/
   WSGIScriptAliasMatch ^/wsgi/([^/]+) /home/www/wsgi/$1.wsgi



Thanks!






2014/1/16 Mira Maric<[email protected]>:
Hi!
I do the following:
I download mod_wsgi.so from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi an put it in:
C:\OSGeo4W\apache\modules
  In Apache config file I added line:
     -LoadModule wsgi_module modules/mod_wsgi.so

I restart apache and turn it on, it's work OK. Now I don't know  where
to do this








Uncaught SyntaxError: Unexpected token ILLEGAL in search.wsgi:1

2014/1/16 Bernhard Ströbl<[email protected]>:
Hi,

did you configure the wsgi scripts to match your database and did you
provide the search tables in the database?
Both is described in the README (section 6) [1]

Bernhard

[1] https://github.com/qgis/QGIS-Web-Client

Am 16.01.2014 07:33, schrieb Mira Maric:

  1.


     First I added line in Apache config file:
     -LoadModule wsgi_module modules/mod_wsgi.so

  2.


     In GlobalOption.js I set var useGeoNamesSearchBox = false; var
     searchBoxQueryURL
     ="http://localhost:89/qgis-web-client-master/wsgi/search.wsgi?query=";;
     var searchBoxGetGeomURL
     ="http://localhost:89/qgis-web-client-master/wsgi/getSearchGeom.wsgi";;

When i try to search, i do not get anything! Is there any example for
searching setup?






__________ Information from ESET Mail Security, version of virus signature 
database 9296 (20140115) __________

The message was checked by ESET Mail Security.
http://www.eset.com


_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to