Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <IfModule mod_fastcgi.c>
  2. <Directory /var/www/clients/client1/web3/cgi-bin>
  3. Require all granted
  4. </Directory>
  5. <Directory /var/www/as.en-bourse.fr/web>
  6. <FilesMatch "\.php[345]?$">
  7. SetHandler php5-fcgi
  8. </FilesMatch>
  9. </Directory>
  10. <Directory /var/www/clients/client1/web3/web>
  11. <FilesMatch "\.php[345]?$">
  12. SetHandler php5-fcgi
  13. </FilesMatch>
  14. </Directory>
  15. Action php5-fcgi /php5-fcgi virtual
  16. Alias /php5-fcgi /var/www/clients/client1/web3/cgi-bin/php5-fcgi-*-443-as.en-bourse.fr
  17. FastCgiExternalServer /var/www/clients/client1/web3/cgi-bin/php5-fcgi-*-443-as.en-bourse.fr -idle-timeout 300 -socket /var/lib/php7.0-fpm/web3.sock -pass-header Authorization
  18. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement