PHP does not work for only 1 user...

dcabanaw

New member
Joined
May 11, 2007
Messages
1
Location
Canada
I have an odd issue whith using Direct Admin 1.29.0. PHP works with all users except a very recent customer that came. PHP scripts are not sent to php processor, but all other users are fine. I have checked the user's configuration and PHP access is set to ON. I have checked the reseller that the user is under and PHP access is set to ON.

PHP scripts work fine for all other users. I have checked the error logs for the user and there is no indication on the particular user that anything is wrong. I have compared configuration files from the user in question to other user's config files and there does not seem to be anything out of the ordinary. The data directory seems fairly normal as well.

Anyone have a clue at what error logs or config files I should look at, or any clue to why this might be happening ? Thanks.

---
DA 1.29.0
freeBSD 6.1 Stable.
php5
 
Have you looked at the user-level httpd.conf file for the new user and compared it against the httpd.conf file for older users for whom PHP works?

To find them:
Code:
# tail /etc/httpd/conf/httpd.conf
should show you the last few user-level httpd.conf file locations.

Jeff
 
# tail /etc/httpd/conf/httpd.conf

the above command should show you the include directive for the new site. check the file referenced and see, if PHP engine is ON
 
Hey, rohit, can you explain the difference between what I wrote and what you wrote? I'm curious ;) .

Jeff
 
Back
Top