Ticket #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 jbirch) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.

