Guest User

Untitled

a guest
Feb 8th, 2012
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. # 10_froxlor_ipandport_188.40.209.182.80.conf
  2. # Created 07.02.2012 22:05
  3. # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
  4.  
  5. NameVirtualHost 188.40.209.182:80
  6. <VirtualHost 188.40.209.182:80>
  7. DocumentRoot "/var/www/"
  8.  ServerName v2201112109767004.yourvserver.net
  9.   SuexecUserGroup "froxlorlocal" "froxlorlocal"
  10.   FastCgiExternalServer /var/www/fpm.external -socket /var/run/apache2/froxlor.panel-v2201112109767004.yourvserver.net-php-fpm.socket -user froxlorlocal -group froxlorlocal
  11.   <Directory "/var/www/">
  12.     AddHandler php5-fastcgi .php
  13.     Action php5-fastcgi /fastcgiphp
  14.     Options +ExecCGI
  15.     Order allow,deny
  16.     allow from all
  17.   </Directory>
  18.   Alias /fastcgiphp /var/www/fpm.external
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment