MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2015-07-08, 20:32:22

Title: fcgid description fix
Post by: Spacedust on 2015-07-08, 20:32:22
Quote
### 2. Using fcgid
### - Copy between '#Options' to '#FCGIWrapper' and
###   then remove '#' one of from '#FCGIWrapper'

should be:

Quote
### 2. Using fcgid
### - Copy from '#Options' to '#FCGIWrapper' and
###   then remove '#' from one of '#FCGIWrapper'
Title: Re: fcgid description fix
Post by: MRatWork on 2015-07-08, 20:45:01
Because still trouble compile mod_fcgid for httpd24, fcgid not work for 'secondary php' for httpd24. No problem for httpd22.
Title: Re: fcgid description fix
Post by: Spacedust on 2015-07-08, 20:48:13
Ok. No problem ;)
Title: Re: fcgid description fix
Post by: Spacedust on 2015-07-10, 17:59:14
Change:

then remove '#' one of from '#FCGIWrapper'

to

then remove one of '#' before '#FCGIWrapper'