Tom Ray [List] wrote:
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 <--- Here
</IfModule> <--- Here
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>

Apache started with no problems with that config?


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 :)

How did you compile Apache / php? DSO?


--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

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



Reply via email to