Advertisement
Guest User

Vhost:443

a guest
Jun 6th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # 10_froxlor_ipandport_x.x.x.x.443.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:443>
  6. DocumentRoot "/var/www/"
  7. ServerName xxx.yourvserver.net
  8. FastCgiExternalServer /var/www/php-fpm/froxlor.panel/xxx.yourvserver.net/9445.ssl-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/9445.ssl-fpm.external
  19. SSLEngine On
  20. SSLProtocol -ALL +TLSv1 +TLSv1.2
  21. SSLCompression Off
  22. SSLHonorCipherOrder On
  23. SSLCipherSuite ECDH+AESGCM:ECDH+AES256:!aNULL:!MD5:!DSS:!DH:!AES128
  24. SSLVerifyDepth 10
  25. SSLCertificateFile /etc/apache2/ssl/apache.crt
  26. SSLCertificateKeyFile /etc/apache2/ssl/apache.key
  27. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement