Guest User

Untitled

a guest
Dec 1st, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.         ServerAdmin webmaster@localhost
  3.  
  4.         DocumentRoot /var/www/Remixjobs/Remixjobs/public/
  5.         ServerName dev.remixjobs.com
  6.         ServerAlias dev.rj.am
  7.         AllowEncodedSlashes On
  8.  
  9.     <Directory "/var/www/Remixjobs/Remixjobs/public/">
  10.         Options -Indexes FollowSymlinks
  11.                 AllowOverride Options FileInfo Indexes
  12.                 Order allow,deny
  13.                 allow from all
  14.                 RewriteEngine On
  15.                 php_value error_reporting 1
  16.     </Directory>
  17. </VirtualHost>
  18.  
  19. #<VirtualHost *:443>
  20.         # reproduce contents of <VirtualHost *:80> here
  21. #        SSLEngine on
  22. #        SSLCertificateFile /private/etc/apache2/other/server.crt
  23. #        SSLCertificateKeyFile /private/etc/apache2/other/server.key
  24. #        SSLCACertificateFile /private/etc/apache2/other/server.pem
  25. #        SSLVerifyClient None
  26. #</VirtualHost>
Add Comment
Please, Sign In to add comment