saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
@@ -21,7 +21,7 @@ DocumentRoot "/var/www/localhost/htdocs"
|
||||
# doesn't give it to you.
|
||||
#
|
||||
# The Options directive is both complicated and important. Please see
|
||||
# http://httpd.apache.org/docs/2.2/mod/core.html#options
|
||||
# http://httpd.apache.org/docs/2.4/mod/core.html#options
|
||||
# for more information.
|
||||
Options Indexes FollowSymLinks
|
||||
|
||||
@@ -31,8 +31,7 @@ DocumentRoot "/var/www/localhost/htdocs"
|
||||
AllowOverride All
|
||||
|
||||
# Controls who can get stuff from this server.
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<IfModule alias_module>
|
||||
@@ -66,8 +65,7 @@ DocumentRoot "/var/www/localhost/htdocs"
|
||||
<Directory "/var/www/localhost/cgi-bin">
|
||||
AllowOverride None
|
||||
Options None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
# vim: ts=4 filetype=apache
|
||||
|
||||
Reference in New Issue
Block a user