Permissions denied on apache rewrite module virtual host configuration
- by sina
All of a sudden I keep getting "Permissions denied" on apache 2 virtualhost once we moved it to its own conf file. I have tried all the suggestions I have found here but none work. Please can someone tell me what I am doing wrong? Thanks!
<VirtualHost *:80>
DocumentRoot "/var/www/mm"
<Directory "/var/www/mm">
Options +Indexes…