Hi,
Use this script to find out where php is getting these values. Open a new file and call it php.ini and then put the following contents:

<?php
  phpinfo();
 ?>

then put this information in your DOCUMENT_ROOT and then call this script from your browser and it will show you all of your information php on your system. My apache webserver wasn't getting changes I made to /etc/php.ini so I need to find out why and found apache was using another php.ini in another location. I made changes there and it apache recognizes these changes.
I hope this helps,
Frank

I am setting up a new server. My pages come up blank.

I checked the httpd error log and found this error:
PHP Notice: Undefined variable: DOCUMENT_ROOT in /var/www/html/studentjobs/index.php on line 6, referer:

Phpinfo on the old (working) server and the new server both report:
DOCUMENT_ROOT  /var/www/html

Does DOCUMENT_ROOT need to be defined someplace else?

Thanks

Marc


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to