parent
4c0439a2a8
commit
c01d59f523
2 changed files with 8 additions and 1 deletions
@ -0,0 +1,8 @@ |
||||
{ |
||||
if (-e '/usr/lib64/httpd/modules/mod_fastcgi.so' || -e '/usr/lib/httpd/modules/mod_fastcgi.so'){ |
||||
$OUT .= "LoadModule fastcgi_module modules/mod_fastcgi.so\n"; |
||||
} |
||||
else { |
||||
$OUT .= "LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so\n"; |
||||
} |
||||
} |
@ -1 +0,0 @@ |
||||
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so |
Loading…
Reference in new issue