On Wed, 30 May 2001, Mark Rowlands wrote:
> AddType application/x-httpd-php .php .php3
> AddType application/x-httpd-php-source .phps
> UseCanonicalName on
> TypesConfig /usr/local/etc/apache/mime.types
> DefaultType text/plain
^^^^^^^^^^^^^^^^^^^^^^^^^
Try changing this line to text/html. Are you using mod_perl? I don't
see that configured anywhere. You can force it to send the correct
header, although if you are using CGI.pm, it should be sending the correct
headers also.
> MIMEMagicFile /usr/local/etc/apache/magic
> HostNameLookups off
>
> <IfModule mod_alias.c>
> Alias /icons/ "/usr/local/www/icons/"
> <Directory "/usr/local/www/icons">
> Options Indexes MultiViews
> AllowOverride None
> </Directory>
> ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/"
> <Directory "/usr/local/www/cgi-bin">
> AllowOverride None
> Options None
> </Directory>
> </IfModule>
> AddType application/x-httpd-php3 .php3
> AddType application/x-httpd-php3-source .php3s
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
> AddType application/x-tar .tgz
-- Brett
Brett W. McCoy
Software Engineer
Broadsoft, Inc.
240-364-5225
[EMAIL PROTECTED]