Guest User

Untitled

a guest
Oct 18th, 2017
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <Directory /var/www/dev95.com>
  2. AllowOverride None
  3. Order Deny,Allow
  4. Deny from all
  5. </Directory>
  6.  
  7. <VirtualHost 204.145.80.20:80>
  8. DocumentRoot /var/www/dev95.com/web
  9.  
  10. ServerName dev95.com
  11. ServerAdmin webmaster@dev95.com
  12.  
  13. ErrorLog /var/log/ispconfig/httpd/dev95.com/error.log
  14.  
  15. ErrorDocument 400 /error/400.html
  16. ErrorDocument 401 /error/401.html
  17. ErrorDocument 403 /error/403.html
  18. ErrorDocument 404 /error/404.html
  19. ErrorDocument 405 /error/405.html
  20. ErrorDocument 500 /error/500.html
  21. ErrorDocument 503 /error/503.html
  22.  
  23. <Directory /var/www/dev95.com/web>
  24. Options FollowSymLinks
  25. AllowOverride All
  26. Order allow,deny
  27. Allow from all
  28. </Directory>
  29. <Directory /var/www/clients/client3/web8/web>
  30. Options FollowSymLinks
  31. AllowOverride All
  32. Order allow,deny
  33. Allow from all
  34. </Directory>
  35.  
  36. # mod_php enabled
  37. AddType application/x-httpd-php .php .php3 .php4 .php5
  38. php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@dev95.com"
  39. php_admin_value upload_tmp_dir /var/www/clients/client3/web8/tmp
  40. php_admin_value session.save_path /var/www/clients/client3/web8/tmp
  41. php_admin_value open_basedir /var/www/clients/client3/web8/web:/var/www/clients/client3/web8/tmp:/var/www/dev95.com/web:/srv/www/dev95.com/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin
  42.  
  43. # add support for apache mpm_itk
  44. <IfModule mpm_itk_module>
  45. AssignUserId web8 client3
  46. </IfModule>
  47.  
  48.  
  49. </VirtualHost>
Add Comment
Please, Sign In to add comment