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)
Comments
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
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>
Can not create forder for data inside /var/www/clients/client0/web21/ , using ftp with account created or on ssh using root.