Advertisement
Guest User

Vhost:80

a guest
Jun 6th, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.77 KB | None | 0 0
  1. # 10_froxlor_ipandport_x.x.x.x.80.conf
  2. # Created 06.06.2017 21:48
  3. # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.
  4.  
  5. <VirtualHost x.x.x.x:80>
  6. DocumentRoot "/var/www/"
  7.  ServerName xxx.yourvserver.net
  8.   FastCgiExternalServer /var/www/php-fpm/froxlor.panel/xxx.yourvserver.net/98f7.fpm.external -socket /var/lib/apache2/fastcgi/froxlor.panel-xxx.yourvserver.net-php-fpm.socket -idle-timeout 90
  9.   <Directory "/var/www/">
  10.    <FilesMatch "\.(php)$">
  11.      AddHandler php5-fastcgi .php
  12.      Action php5-fastcgi /fastcgiphp
  13.       Options +ExecCGI
  14.     </FilesMatch>
  15.     Require all granted
  16.     AllowOverride All
  17.   </Directory>
  18.   Alias /fastcgiphp /var/www/php-fpm/froxlor.panel/xxx.yourvserver.net/98f7.fpm.external
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement