Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot /var/www/html/app
  3. ServerName primitive.media
  4. ServerAdmin nicolas@primitiv.media
  5. ErrorLog /var/log/primitive
  6.  
  7. <FilesMatch ".+\.ph(p[345]?|t|tml)$">
  8. SetHandler None
  9. </FilesMatch>
  10.  
  11. <IfModule mod_suphp.c>
  12. suPHP_Engine on
  13. <FilesMatch "\.php[345]?$">
  14. SetHandler x-httpd-suphp
  15. </FilesMatch>
  16. suPHP_AddHandler x-httpd-suphp
  17. </IfModule>
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement