(04-01-2009 09:18 PM)leha Wrote: I solved this problem by increasing the memory limit to 256Mb
500 Error can show up for a lot of reasons, if your problem was solved like that, the 500 error was showing because the php script being executed needed more memory. If a php script needs so much memory, you should consider tweaking it, if possible.
(04-02-2009 12:20 AM)cell Wrote: When I try to compile the snapshot, I get the same error what weblivehelp has got:
Makefile:12: /usr/lib/apache2/build/special.mk: No such file or directory
make: *** No rule to make target `/usr/lib/apache2/build/special.mk'. Stop.
(Yes, as you see I have modified the apache2 path to the mentioned one)
I suggest you use fcgid instead of fastcgi, it's much better, after a few tweaks I got it faster and consuming less memory & cpu.