PDA

View Full Version : change SERVER_ADMIN



spirit
12-01-2004, 12:06 AM
Where can i change the SERVER_ADMIN??

I saw this in phpinfo SERVER_ADMIN webmaster@domain.nl

resolveit
12-01-2004, 02:33 AM
Originally posted by spirit
Where can i change the SERVER_ADMIN??

I saw this in phpinfo SERVER_ADMIN webmaster@domain.nl

Try you php.ini file (/usr/local/lib/php.ini)

Regards,
Onno

spirit
12-01-2004, 02:59 AM
Originally posted by resolveit
Try you php.ini file (/usr/local/lib/php.ini)

Regards,
Onno

I can't find "SERVER_ADMIN" in php.ini

nobaloney
12-01-2004, 10:05 AM
This note is to both Spirit and Onno:

phpinfo.php is showing the admin from the apache environment.

So it needs to be changed in /etc/httpd/conf/httpd.conf.

Jeff

spirit
12-01-2004, 10:17 AM
Originally posted by jlasman
This note is to both Spirit and Onno:

phpinfo.php is showing the admin from the apache environment.

So it needs to be changed in /etc/httpd/conf/httpd.conf.

Jeff

THNX

resolveit
12-01-2004, 10:42 AM
Originally posted by jlasman
This note is to both Spirit and Onno:

phpinfo.php is showing the admin from the apache environment.

So it needs to be changed in /etc/httpd/conf/httpd.conf.

Jeff

Yes, you're right I should have seen that :rolleyes: