I have been breaking my head but it just doesn't work.
Enabling phpsuExec causes all url's with a query string to fail
and so also the post
for phpClassifieds.
Any clue as to why this could be happening.
TIA
Anup
I have been breaking my head but it just doesn't work.
Enabling phpsuExec causes all url's with a query string to fail
and so also the post
for phpClassifieds.
Any clue as to why this could be happening.
TIA
Anup
Did you chmod 755 all of your Php scripts?
Andy Reed
RHCE and CCNA
ServerTune.com
That is odd. The only thing that should break is HTTP_AUTH, the rest is, as Andrew said, down to file permissions.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Are you saying that this is only happening with phpClassifieds? Or does it occur for all URLs containing query strings (which would be a spot annoying to say the least)?Originally Posted by anup123
The first things I would do would be to look at how query strings in phpClassifieds URLs differ from those that do work and secondly double check that there is no mod_security interference.
permissions are all fine. 755
no .htaccess anywhere, auth moved to httpd.conf
there are no issues with respect to any php without query string even in phpclassifieds.
The moment any link with query string is accessed the page doesn't move ... it stays stuck on the same page --> query strings ignored.
there is nothing in mod_security logs to give any hint of it being responsible.
query strings look like this:
set.php?file_name=config/general.inc.php
All DB Based interaction is failing most likely becuase of the query string issue.
Same thing was happening when tried suPHP
Have no other php stuff on server (as this is the first thing that im trying .... not a big php fan) Don't do much of third party hosting so no phpBB or other php programs on server.
Since recompiling always gets the old outdated pspell back in, retrying is a pain but i would again try and see if i can get anywhere close to being successful. Any inputs would be god sent
Thanks
Anup
Last edited by anup123; 06-19-2005 at 12:38 PM.