Hi Enzo,

your error indicates that the script is not executed as a server script but instead delivered to the client. Thjis should not happen, as it is a high security risk (db internals are exposed).

Have you enabled mod_wsgi on your apache server as described in section 6.2.1 of the QWC documentation?

You also should follow this line (section 6 the documentation): "It is recommended to install the wsgi scripts in a separate directory, e.g. /home/www/wsgi, a place that is not reachable by regular web traffic."

Bernhard

Am 22.04.2015 09:15, schrieb Enzo Cocca:
Tahnks Bernhard,

I know, I have followed the procedure from official guideline
https://github.com/qgis/QGIS-Web-Client

but when execute a sample query in Firefox, like written in the
search.wsgi file, Firefox only visualize the file search.wsgi like a
text file.

and I have the error
"illegal character
   #!/usr/bin/python"

So I not understand the problem....

Thanks!!



2015-04-22 10:51 GMT+04:00 Bernhard Ströbl <[email protected]
<mailto:[email protected]>>:

    Hi,

    the wsgi-Script is a script to be run _on the server_, not in the
    client.

    Bernhard

    Am 22.04.2015 08:47, schrieb Enzo Cocca:

        Hi,
        I have one questionç

        I try to write a searchtext in the client, Firebug gives the error
        message:

        "illegal character
           #!/usr/bin/python"

        Someone have a idea??

        thanks!!



    __________ Information from ESET Mail Security, version of virus
    signature database 11513 (20150422) __________

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


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






__________ Information from ESET Mail Security, version of virus signature 
database 11513 (20150422) __________

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