Skip to content

Commit dab8532

Browse files
committed
Updated debian and ubuntu installation instructions.
1 parent 44cfc7d commit dab8532

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

INSTALL_DEBIAN_4.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ a2enmod suexec
7777
a2enmod rewrite
7878
a2enmod ssl
7979
a2enmod actions
80+
a2enmod include
8081

8182
4) Install pure-ftpd and quota
8283

INSTALL_DEBIAN_LENNY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2
8888

8989
# Then run the following to enable the Apache modules suexec, rewrite and ssl:
9090

91-
a2enmod suexec rewrite ssl actions
91+
a2enmod suexec rewrite ssl actions include
9292

9393
# Secure phpMyAdmin by deleting setuppassword-file
9494
# and removing/commenting Setup Authorization from apache.conf

INSTALL_UBUNTU_7.10.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a2enmod suexec
4343
a2enmod rewrite
4444
a2enmod ssl
4545
a2enmod actions
46+
a2enmod include
4647

4748
4) Install pure-ftpd and quota
4849

0 commit comments

Comments
 (0)