Guest User

Untitled

a guest
May 21st, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin admin@example.com
  3. ServerName example.com
  4. ServerAlias images.example.com
  5. Header set Access-Control-Allow-Origin "*"
  6. DocumentRoot /home/username/var/www/example.com/public_html
  7. ErrorLog /home/username/var/www/example.com/logs/error.log
  8. CustomLog /home/username/var/www/example.com/logs/access.log combined
  9. </VirtualHost>
  10.  
  11. Forbidden
  12. You don't have permission to access /test.txt on this server.
  13.  
  14. Apache/2.4.7 (Ubuntu) Server at images.example.com Port 80
Add Comment
Please, Sign In to add comment