Re[2]: [PHP] PHP/Apache configuration for Win NT

2001-08-22 Thread Julie Meloni


pegc> I then retried it and got the following error message:-

pegc> Internal Server Error
pegc> The server encountered an internal error or misconfiguration and was unable to
pegc> complete your request.
pegc> Please contact the server administrator, [EMAIL PROTECTED] and
pegc> inform them of the time the error occurred, and anything you might have done
pegc> that may have caused the error.

pegc> More information about this error may be available in the server error log.

What does the error log say, then?


pegc> and then:-

pegc> Fatal error: Call to undefined function: info() in C:\Program Files\Apache
pegc> Group\Apache\htdocs/phpinfo.php on line 3

pegc> when I tried the phpinfo test.

The function is phpinfo()


   Julie Meloni 
[EMAIL PROTECTED]
"PHP Essentials" & "PHP Fast & Easy"
 --- www.thickbook.com ---


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re[2]: [PHP] PHP/Apache configuration for Win NT

2001-08-21 Thread Julie Meloni


NF> You appear to have a typo in your httpd.conf:

NF> Action application/x-httpd-php /Php/php.exe

NF> should be as follows: (note the ")

NF> Action application/x-httpd-php "/Php/php.exe


This is not accurate.


   Julie Meloni 
[EMAIL PROTECTED]
"PHP Essentials" & "PHP Fast & Easy"
 --- www.thickbook.com ---


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]