Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

bear with me on this, as this is a sorta hard to explain and follow problem. it is something i quite haven't seen before, and i've already hit up the usual suspects, but none of them are installed.

its on my personal server, it is a vps server ran by a friend of mines company, it has centos and cpanel installed.

we noticed this problem a few weeks back, while editing a css template for Invision Power Board, since we've already eliminated it being a IPB bug, their tech support will not help, and exhaustive searches of google has not yielded a satisfactory answer, it has me stumped, another developer and the sysadmin just looked at me dumbfouned when i skyped him earlier.

basically on $_REQUEST/$_POST/$_GET, if it contains a combination of at least these 3 words (there might be others):

update settings =

^ yes, they have to be in that order (which often times in IPB templates, they can appear in this order). when posted thru a post form or ajax, it will throw a 500 server configuration page.

as at first i thought it was a database charset encoding problem, but on further testing i used no database, then i thought maybe it was suhosin not being configured correctly, but suhosin is not installed. then i checked the apache configuration, thinking it was mod_fcgid, but that is not enabled (as FcgidMaxRequestLen if it is too small, will produce a similar problem).

the standard set of php modules are enabled, and from what i can tell from my look at the http.conf, only fastinclude and bw_limit are enabled for apache.

so i'm stumped have spent the entire day looking into this problem, as it is now effecting myself and my clients ability to run their websites...any help will be appreciated.

share|improve this question
What does the apache error.log file say about it? – DerfK Nov 15 '12 at 4:20
nothing much, it shows that whatever post form that has the combination of those 3 words as being the referer to a the 500 error page. – user1103620 Nov 15 '12 at 13:09

closed as off topic by Michael Hampton, MadHatter, John Gardeniers, Ward, mdpc Nov 15 '12 at 18:34

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.