Comments on Installing Elgg On An ISPConfig 3 System

Installing Elgg On An ISPConfig 3 System Elgg is an open-source web application written in PHP that allows you to run a social-networking site. This tutorial shows how you can install it on a server running ISPconfig 3.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

The apache directive:

[<Directory /var/www/example.com/web>
AllowOverride All
</Directory>

causes Apache2 to fail if the "[" is added in ispconfig 3

Solution:

edit  /etc/apache2/apache2.conf and delete the "["
then:
 /etc/init.d/apache2 restart.

Related: https://www.howtoforge.com/forums/showthread.php?t=42753apache2

By: Henry O'Tani

In the U.K. character set there is an odd character at the beginning of the attached sample, which if cut and pasted exactly as it appears creates an error.

[<Directory /var/www/example.com/web>
  AllowOverride All
</Directory>

By: hlozano

Can not create forder for data inside /var/www/clients/client0/web21/ , using ftp with account created or on ssh using root.