altpath.vhost.conf 521 B

12345678910111213141516171819
  1. <VirtualHost *:81>
  2. DocumentRoot /var/www/g2
  3. LogLevel warn
  4. ErrorLog /var/log/httpd/altpath_error.log
  5. CustomLog /var/log/httpd/altpath_access.log combined
  6. PHPINIDir /var/www/g2/server/php.ini
  7. <Directory />
  8. Options FollowSymLinks MultiViews
  9. Order allow,deny
  10. Allow from all
  11. </Directory>
  12. <Directory ~ "/server">
  13. Order Allow,deny
  14. Deny from all
  15. </Directory>
  16. </VirtualHost>