Quote from: rthrash at Aug 03, 2009, 12:40 PM
I suspect Suhosin is to blame there for that one Henrik.
You are probably right - sorry if I thrown any confusion into this!
- A small step for mankind, so why not take two...
Working with web production, graphic design/workflow, photo and education - but are trying to get a life in between!
good morning!
very strange. i just realized that i was still using the "old" .htaccess file from the latest modx version 0.9.6 with evolution. i replaced it with the new one to figure out if disabling zlib-compression on my ubuntu server would help. looged into the manager a few secs ago and have to say that its working now without any problems. how can that be? maybe we are all using the old -ghtaccess file instead of the new one?
still checking why its working now.
i can confirm that using the new .htaccess file from evolution do the trick. it´s working now. ;-)
-
☆ A M B ☆
- 24,524 Posts
At some point between the versions those lines were commented out by default.
You can also simply add a line to the .htaccess in the Manager
php_flag zlib.output_compression Off
and compression will still be available to the front-end, but turned off for the manager.
However, all this still does not explain why it suddenly began to break things in the Manager.
-
MODX Staff
- 12,272 Posts
Can you post the contents of both files, less all the crufty comments from the original 096x file?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
My mistake; as far back as 095 those lines have been commented out by default. If somebody had an old .htaccess with them uncommented then somewhere along the line somebody must have uncommented them for that installation.
Unfortunately I’ve been pruning my svn versions as I upgrade from svn, or I’d go back through them until I found which was the last one I had where it worked. It definitely still worked in RC3, though.
-
MODX Staff
- 12,272 Posts
They’ve been commented out since commit 987 on 13-Apr-2006.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me