Discussion:
php_admin values in httpd.conf
Jochen Kaechelin
2003-01-05 12:47:36 UTC
Permalink
<snip>
php_admin_flag engine on
php_admin_flag log_errors on
php_admin_value error_reporting 7
php_flag display_errors on
php_admin_value doc_root /var/www/ HERE WHAT TO WRITE TO HAVE
</snip>

Where can I find a list of all these php_admin parameters to use in
Apaches' httpd.conf?
--
Jochen Kaechelin

***@linux.amsjk.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jurre Thiel
2003-01-05 13:06:35 UTC
Permalink
I think they are just the same as in php.ini.
Post by Jochen Kaechelin
<snip>
php_admin_flag engine on
php_admin_flag log_errors on
php_admin_value error_reporting 7
php_flag display_errors on
php_admin_value doc_root /var/www/ HERE WHAT TO WRITE TO HAVE
</snip>
Where can I find a list of all these php_admin parameters to use in
Apaches' httpd.conf?
--
Jochen Kaechelin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jason Wong
2003-01-05 17:03:45 UTC
Permalink
Post by Jochen Kaechelin
<snip>
php_admin_flag engine on
php_admin_flag log_errors on
php_admin_value error_reporting 7
php_flag display_errors on
php_admin_value doc_root /var/www/ HERE WHAT TO WRITE TO HAVE
</snip>
Where can I find a list of all these php_admin parameters to use in
Apaches' httpd.conf?
manual > ini_set()
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Hideously disfigured by an ancient Indian curse?

WE CAN HELP!

Call (511) 338-0959 for an immediate appointment.
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Continue reading on narkive:
Loading...