Opened 17 years ago
Closed 17 years ago
#477 closed defect (fixed)
Apache mapguide.conf for Linux Problems
Reported by: | amorsell | Owned by: | ronnielouie |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | Map Agent | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description (last modified by )
They following two lines in /usr/local/mapguideopensource/webserverextensions/apache/conf/mapguide.conf (referenced by httpd.conf)
Are commented by default but are necessary in order for the mapagent to be functional.
Currently reads:
#LoadModule mgmapagent_module modules/mod_mgmapagent.so #AddHandler mgmapagent_handler fcgi
Should be:
LoadModule mgmapagent_module modules/mod_mgmapagent.so AddHandler mgmapagent_handler fcgi
Attachments (1)
Change History (9)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
Re-formatted the description using WikiFormatting. Basically you can enclose text that needs to be pre-formatted with three curly-braces.
by , 17 years ago
Attachment: | mapguide.conf.patch added |
---|
comment:4 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:5 by , 17 years ago
Hi Zac, thanks for the patch. You've got the right diagnosis, but unfortunately the wrong solution.
Your patch uncomments the two lines for the Apache mapagent module in build_apt.sh. The usual steps for building on Linux, as described at http://wiki.osgeo.org/wiki/Building_MapGuide_quick_starts_guides, involve performing build_apt.sh first and then building MapGuide.
When build_apt.sh is run, MapGuide has not been built yet, so the mod_mgmapagent.so does not yet exist. That is why it is uncommented here. When building MapGuide, particularly the 'make install' of the WebTier is supposed to edit the mapguide.conf file to remove the comment character. For some reason, the modifying of mapguide.conf was removed by http://trac.osgeo.org/mapguide/changeset/2732. I will need to look into why this was removed. Otherwise, the correct solution would be to revert changeset 2732.
comment:7 by , 17 years ago
No, I can't make it a blocker because there's a work around. But I'll push to see if we can get this resolved. Tom
comment:8 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Line breaks did not work in the Trac submission. Should be breaks before the #AddHandler and AddHandler