Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS server raster problem #14847

Closed
qgib opened this issue Feb 24, 2012 · 4 comments
Closed

QGIS server raster problem #14847

qgib opened this issue Feb 24, 2012 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Feb 24, 2012

Author Name: bradypus - (bradypus -)
Original Redmine Issue: 5081
Affected QGIS version: master
Redmine category:web_services_clients/wms
Assignee: Marco Hugentobler


Hello all,
I was successful to setup a qgis server project, using qgis desktop cgi script, and I can display & query data on qgis web client. Everything works fine with shapefile and database connection, but as soon as I add a raster (geotiff) the WMS server returns NetworkError: 500 Internal Server Error.

If I remove the raster layer everything keeps working fine.

Am I missing anything? Any suggestion or help?

@qgib
Copy link
Contributor Author

qgib commented Mar 12, 2012

Author Name: Thomas Arnold (Thomas Arnold)


Hi,
try to change the FcgidIOTimeout parameter (is a fastcgi modul parameter; see http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidiotimeout). If you use a lot of raster data the default value is to short for the cgi script to calculate the map. In windows I have insert in httpd.d/httpd_qgis.conf this code (I use fastcgi):

FcgidIOTimeout 200

But complex raster data needs a lot of time (and memory) to load.

I hope that can help you

Thomas

@qgib
Copy link
Contributor Author

qgib commented Mar 12, 2012

Author Name: Giovanni Manghi (@gioman)


  • assigned_to_id was configured as Marco Hugentobler

@qgib
Copy link
Contributor Author

qgib commented Mar 15, 2012

Author Name: bradypus - (bradypus -)


Updating QGIS to 1.7.4-4 (MacOS) solved my problem.
I'm correctly visualizing rasters now. No need to change FcgidIOTimeout this time.
Thank you

@qgib
Copy link
Contributor Author

qgib commented May 7, 2012

Author Name: Marco Hugentobler (@mhugent)


Seems this ticket can be closed now


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant