I have a FreeBSD system, with apache 1.3.24 on it, and php4.2.1

I have this in my httpd.conf:
############## PHP 4.2.1 ###################
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
############################################

And I have a document, index.php in my documentroot.

index.php has:

<?php
phpinfo();
?>

When I go to open the index.php I get "Document contains no data"

I see nothing in my logs about this... it's really puzzling :(

Any ideas on where I can start looking???

Thanks,
Glenn

---
Glenn E. Sieb           See us at NetSec! June 18-19
System Administrator    Hyatt Embarcadero, San Francisco
Lumeta Corporation      http://www.lumeta.com/Events/events.html
+1 732 357-3514 (V)
+1 732 564-0731 (Fax)


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to