On Mon, Mar 21, 2016 at 1:31 PM, Roparzh Hemon <roparzhhe...@gmail.com> wrote:
>
> Contents of /private/etc/apache2/extra/httpd-vhosts.conf file :
[]
>
> <VirtualHost *:80>
>     ServerName strawberry.com
>     ServerAlias www.strawberry.com
>     DocumentRoot "/Users/myusernamehere/Sites/strawberry"
>     ErrorLog "/private/var/log/apache2/strawberry.com-error_log"
>     CustomLog "/private/var/log/apache2/strawberry.com-access_log" common
>     ServerAdmin w...@coolestguidesontheplanet.com

Here you probably need something like:

    <Directory /Users/myusernamehere/Sites/strawberry/>
        Require all granted
        DirectoryIndex index.html
    </Directory>

> </VirtualHost>

Regards,
Yann.

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

Reply via email to