Guest User

Untitled

a guest
Jul 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.         ServerName php54.inet
  3.         DocumentRoot /var/www/html/php54
  4.         <Directory /var/www/html/php54>
  5.                 Options -Indexes FollowSymLinks +ExecCGI
  6.                 AllowOverride AuthConfig FileInfo
  7.                 AddHandler php5-fastcgi .php
  8.                 Action php5-fastcgi /cgi-bin/php5.4.0.fcgi
  9.                 DirectoryIndex index.php index.html
  10.                 AllowOverride All
  11.                 Order allow,deny
  12.                 Allow from all
  13.         </Directory>
  14.         CustomLog /etc/httpd/logs/php54.inet.log combined
  15.         ErrorLog /etc/httpd/logs/php54.inet.error.log
  16. </VirtualHost>
Add Comment
Please, Sign In to add comment