As far as AddType goes for PHP this is what I have:

    <IfModule mod_php3.c>
        AddType application/x-httpd-php3 .php3
        AddType application/x-httpd-php3-source .php3s
    </IfModule>
    <IfModule mod_php4.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .phps
    </IfModule>

        AddType application/x-httpd-php3-source .php3s
    </IfModule>
    <IfModule mod_php4.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php-source .phps
    </IfModule>

I added the AddType line outside of that and it's still not working. Thanks for the 
suggestion, please if you have any
others I would love to know. I'm going to need to build a couple more FreeBSD boxes 
soon, and I want to have those go a
little smoother :)

Thanks again,
Tom

-----Original Message-----
From: BAO RuiXian <[EMAIL PROTECTED]>
To: "Tom Ray [List]" <[EMAIL PROTECTED]>
Cc: PHP General <[EMAIL PROTECTED]>,  [EMAIL PROTECTED]
Date: Fri, 23 Jan 2004 00:11:42 +0200
Subject: Re: [PHP] Apache 1.3/PHP

> 
> 
> Tom Ray [List] wrote:
> 
> >[snip]...
> >
> ><?php
> >print "Test 123";
> >?>
> >
> >I'm sure I'm missing a line or two in my httpd.conf, but I really don't know what 
> >they would be. Anyone with
> experience
> >with FreeBSD/Apache/PHP give me a hand?
> >  
> >
> Do you have the following line in your httpd.conf:
> 
> AddType application/x-httpd-php .php
> 
> Best
> 
> Bao
> 
> >TIA
> >
> >Tom
> >
> >  
> >

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

Reply via email to