Diff for /suX/README between versions 1.2 and 1.2.2.1

version 1.2, 2015/06/18 23:03:52 version 1.2.2.1, 2015/06/19 00:07:09
Line 35  How to build, install and use with apache server  Line 35  How to build, install and use with apache server 
         </IfModule>          </IfModule>
   
         .....          .....
   
           <Directory />
                   .....
                   # This just declare if you wish to pass declared handlers to FastCGI
                   Options +ExecCGI
                   .....
           </Directory>
 4) Copy cgi/php-fcgi wrapper script from project to apache cgi-bin directory.   4) Copy cgi/php-fcgi wrapper script from project to apache cgi-bin directory. 
 If you want to change effective user. Just changes in value of SUX_USER into php-fcgi script ;)  If you want to change effective user. Just changes in value of SUX_USER into php-fcgi script ;)
   

Removed from v.1.2  
changed lines
  Added in v.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>