Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <Directory /usr/share>
  2. AddHandler fcgid-script .php
  3. FCGIWrapper /usr/lib/cgi-bin/php7.0 .php
  4. Options ExecCGI FollowSymlinks Indexes
  5. </Directory>
  6.  
  7. <Files ~ (\.php)>
  8. AddHandler fcgid-script .php
  9. FCGIWrapper /usr/lib/cgi-bin/php7.0 .php
  10. Options +ExecCGI
  11. allow from all
  12. </Files>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement