On 23/02/2010, at 11:26, Serg Smirnoff wrote: > - How can I set a custom PHP variables in the virtual hosts? > > For example, I need to set these one: > > php_value include_path "/tmp" > php_flag display_errors on > php_value error_reporting 2047 > php_value track_errors true > > And I guess, it possible to do here -
That would go in your php.ini configuration file. The one read by php-cgi (/etc/php5/cgi/php.ini on Debian/Ubuntu systems, /opt/local/etc/php5/php.ini on MacPorts, etc). -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
