Just as the title states, we moved php5 to fcgi-suexe and now we need to parse some php thats in html fils. How should we go about this?
Also, where are all the settings for fcgi? Shouldnt there be something like this someone for the settings?
ThanksCode:<IfModule mod_fastcgi.c> FastCgiIpcDir /usr/local/www/fcgi_ipc/tmp AddHandler fastcgi-script .fcgi FastCgiSuexec /usr/local/sbin/suexec FastCgiConfig -singleThreshold 100 -killInterval 300 -autoUpdate -idle-timeout 240 -pass-header HTTP_AUTHORIZATION </IfModule> <Location /php-fastcgi/> Options ExecCGI SetHandler fastcgi-script </Location>


LinkBack URL
About LinkBacks
Reply With Quote