Hello,

Is this bug or feature in suPHP?

I am running suPHP in Debian (lenny and squeeze).

In lenny I can run following php without problems (version 0.6.2-3)
" system('id'); "

It's print out on browser without problems.
" uid=1000(peja) gid=100(users) groups=100(users) "

But in squeeze (version 0.7.1-1)

" system('id'); "  is not working (blank browser page) and I have to
change it following.

" system('/usr/bin/id'); "


Yes, there is also in suphp.conf

;PATH environment variable
env_path=/bin:/usr/bin

When I change it and restart apache no effect.

Well is there problem in php/suphp conf or where?

Thanks,
-- 
Pekka Jalonen | http://www.iki.fi/pekka.jalonen | http://jalonen.net
"Sometimes the truth hurts. And sometimes it feels real good."

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to