Changes between Initial Version and Version 2 of Ticket #477
- Timestamp:
- 03/03/08 20:11:13 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #477 – Description
initial v2 4 4 5 5 Currently reads: 6 #LoadModule mgmapagent_module modules/mod_mgmapagent.so 7 #AddHandler mgmapagent_handler fcgi 6 7 {{{ 8 9 10 #LoadModule mgmapagent_module modules/mod_mgmapagent.so 11 #AddHandler mgmapagent_handler fcgi 12 13 }}} 8 14 9 15 Should be: 10 LoadModule mgmapagent_module modules/mod_mgmapagent.so 11 AddHandler mgmapagent_handler fcgi 16 17 {{{ 18 19 20 LoadModule mgmapagent_module modules/mod_mgmapagent.so 21 AddHandler mgmapagent_handler fcgi 22 23 }}}