mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
enable mod_rewrite in default configuration
This commit is contained in:
parent
c360efeeb5
commit
c84c0bb474
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ chmod a+x /var/log/apache2
|
|||
chmod 640 /var/log/apache2/access.log
|
||||
chmod 640 /var/log/apache2/error.log
|
||||
chmod 751 /var/log/apache2/domains
|
||||
a2enmod rewrite
|
||||
a2enmod suexec
|
||||
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
|
||||
update-rc.d apache2 defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue