Skip to content

Commit c84c0bb

Browse files
committed
enable mod_rewrite in default configuration
1 parent c360efe commit c84c0bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ chmod a+x /var/log/apache2
456456
chmod 640 /var/log/apache2/access.log
457457
chmod 640 /var/log/apache2/error.log
458458
chmod 751 /var/log/apache2/domains
459+
a2enmod rewrite
459460
a2enmod suexec
460461
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
461462
update-rc.d apache2 defaults

0 commit comments

Comments
 (0)