[mapguide-trac] #477: Apache mapguide.conf for Linux Problems

MapGuide Open Source trac_mapguide at osgeo.org
Mon Mar 3 23:11:13 EST 2008


#477: Apache mapguide.conf for Linux Problems
-----------------------+----------------------------------------------------
 Reporter:  amorsell   |         Owner:       
     Type:  defect     |        Status:  new  
 Priority:  medium     |     Milestone:  2.1  
Component:  Map Agent  |       Version:  2.0.0
 Severity:  major      |    Resolution:       
 Keywords:             |   External_id:       
-----------------------+----------------------------------------------------
Old description:

> 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

New description:

 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

 }}}

Comment (by jbirch):

 Re-formatted the description using WikiFormatting.  Basically you can
 enclose text that needs to be pre-formatted with three curly-braces.

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/477#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list