sonvu

Registered
PartnerNOC
Feb 11, 2009
4
0
51
Hello!

I have an simple example about php_ajax , it runs ok with dso hander
but it cannot run on server with suphp handler ( WHM Main >> Service Configuration >> Configure PHP and SuExec ,and change from dso -> suphp)

now i want to ajax applications runing in suphp's environment , so it is ok or not ? if can please tell me how to do it with thanks.
 

sonvu

Registered
PartnerNOC
Feb 11, 2009
4
0
51
i having problem is : couldnt running php_ajax into suphp environment , but i can running into dso environment
i want to know is can suphp support for php_ajax or not ?
 

sonvu

Registered
PartnerNOC
Feb 11, 2009
4
0
51
by the way i want to know is " does suphp environment support for php_ajax or not ?

this is one simple ex of ajax which we could not test on suphp but they can run into dso
PHP - AJAX and PHP
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
If you are having an issue with a script running, the first course of action is to check the Apache error logs:

Code:
tail -fn0 /usr/local/apache/logs/error_log
Tail that log in root SSH when trying to load the script and see what errors are output.
 

sonvu

Registered
PartnerNOC
Feb 11, 2009
4
0
51
hello
I have found reason
careless, I did not check file's owner
now its ok.
many thanks