Hello,
I tried installing 1.5RC1 on my test server, first over an old install (v.1.2), then a clean install. Both times are giving me internal server errors as soon as I get past entering the database info... anyone have any config ideas?
I'm hosting is on a linux box in our server room, so I have full access.
Sean
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Ben Werdmuller@bwerdmuller

Ben Werdmuller - 0 likes
- Sean Murricane@seanm

Sean Murricane - 0 likes
- Marcus Povey@marcus

Marcus Povey - 0 likes
- Marcus Povey@marcus

Marcus Povey - 0 likes
- Sean Murricane@seanm

Sean Murricane - 0 likes
You must log in to post replies.Your web server is taking an issue with one of the lines in Elgg's .htaccess file.
Try editing that file and removing the following line:
Header append Vary User-Agent env=!dont-vary
Ah, brilliant, thank you Ben, you lovely elgger :)
@sean Could I just ask, what are you running on? Apache version / OS & distro etc?
Scratch that:
The root cause for this error is that mod_headers is not installed, and Apache rather unhelpfully dies when it encounters a definition it doesn't understand.
Solution, either comment out that line or better yet enable mod_headers.
htaccess_dist in latest SVN ifmodules this line out.
Oh dafty me.
For info, i twas Ubuntu /AMP - latest of AMP.
I will enable mod_deaders forthwith as it'll no doubt come in handy.