On Fri, September 26, 2014 21:28, Edgar Pettijohn wrote:
> Try:
> |<Directory />
>     AllowOverride none
>     Require all denied
> </Directory>
> ||<Directory ||"/var/data/ca.harte-lyne/public_html">
> ||Options +Indexes -Multiviews
> AllowOverride All
> Require all granted
> </Directory>
> |

#/etc/httpd/conf/httpd.conf:

<Directory />
  AllowOverride none
  Require all denied
</Directory>

#/etc/httpd/virtual.d/hll.conf

Directory "/var/data/ca.harte-lyne/public_html">
  Options +Indexes -Multiviews
  AllowOverride All
  Require all granted
</Directory>


This give the same results as before:

Forbidden

You don't have permission to access / on this server.
Apache/2.4.9 (Unix) Server at www.harte-lyne.ca Port 443



-- 
***          E-Mail is NOT a SECURE channel          ***
James B. Byrne                mailto:byrn...@harte-lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to