Opened 17 years ago
Last modified 17 years ago
#477 closed defect
Apache mapguide.conf for Linux Problems — at Version 2
Reported by: | amorsell | Owned by: | |
---|---|---|---|
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
Change History (3)
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 |
---|
Note:
See TracTickets
for help on using tickets.
Line breaks did not work in the Trac submission. Should be breaks before the #AddHandler and AddHandler