At 09:13 PM 6/7/2002 -0400, you wrote:
>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

Glenn,
I just looked at my httpd.conf file and found that the default entry is 
quite different.
I'm not sure you can bunch the .php .phtml and .php3 extensions together 
for ....../x-httpd-php. My entries are ....../x-httpd-php .php
and ....../x-httpd-php3 .php3

Could this be the source of your problem?
I tried the same index file as you and had no problem.
Hope this helps.
Phil

>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



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

Reply via email to