osx - Where is that folder /etc/apache2/sites-available on mac os yosemite? -
i found /etc/apache2/ , there not folder: sites-available
i need config:
in "apache2/sites-available/" directory edit default below
<directory /var/www/> options indexes followsymlinks allowoverride order allow,deny allow xsendfilepath / </directory> how can resolve on mac os yosemite?
you can add configuration directly /etc/apache2/httpd.conf.
if need sites-available directory, can make under /etc/apache2/ , add include /etc/apache2/sites-available/* directive httpd.conf.
Comments
Post a Comment