Is there any way to run php-scripts to run with their client's permissions... I know suPHP does that but unfortunately that doesn't allow me to add php_flag's and values. Thanks in advance.
Posts: 31,872
Thanks: 689
Thanked 4,184 Times in 3,202 Posts
You acn either use suphp or cgi-php + suexec or fcgi-php + suexec. But none of them allows the use of php_flags as php flags is a feature of mod_php only. But in suphp you can define a specific php.ini file to have site specific settings. See suphp documentation for details.
Recent comments
1 day 12 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 54 min ago
2 days 2 hours ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 22 hours ago
2 days 23 hours ago