Hi, guys!
I've been fiddling around trying to fix this error for several hours now, and I *think* I have fixed it, but I might have done more harm than good.
Word on the street is that the problem is caused by Fast CGI, but none of the fixes seemed to work for me. What I've done instead is to edit my vhost file and substitute:
Code:
AddHandler fcgid-script .php .php3 .php4 .php5
for
Code:
AddHandler php5-script .php .php3 .php4 .php5
I won't pretend that I know anything about Fast CGI, why it's used or what it does, but my server now seems to work.
My server is used just for Web development, and I am the only user, so as long as I'm not more prone to being hacked, I'm happy.
Is there anything I should be aware of? I mean, am I likely to break something, or am I sacrificing speed and/or security?
Many thanks in advance.
Recent comments
23 hours 8 min ago
23 hours 14 min ago
1 day 4 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 17 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 5 hours ago