Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    Are your paths C:\OSGeo4W\/apps/qgis-ltr/bin/' correct shouldn't they be C:\OSGeo4W\apps\qgis-ltr\bin` or C:/OSGeo4W/apps/qgis-ltr/bin/ ? Commented Aug 12, 2016 at 9:58
  • Didn't change these because they are generated automatically during installation, but your guess makes sense. But using ` in the path causes an error when trying to start apache service. Using /` in these paths lets apache service start normally, but the same 500 internal server error. Even tried to replace the // by / in the SetEnv PATH... but no effect. Same 500... Commented Aug 15, 2016 at 7:22
  • Hint: QGIS Server runs on Win 2008 R2, I added this info in the question. Commented Aug 15, 2016 at 7:23
  • 1
    the ` in my comment is a syntax error in the comment ~ you can use ` to start and end syntax highlighting. It was just a comment on the slashes. Commented Aug 15, 2016 at 9:03
  • Do the Apache logs give you any error message? Does Apache know where to read the httpd_qgis-ltr.conf file? Commented Aug 15, 2016 at 9:07