real beginner..
Where do i have to put / get AddType application/x-tar .tgz while it isn't in my httpd.conf and how can i add the fact of having 2 apaches in my httpd.conf?
sara
[EMAIL PROTECTED] wrote:
make sure you have the AddType application/x-httpd-php .php in httpd.conf, most like there is an entry for AddType application/x-tar .tgz right near where this can be placed. you don't have to have the second(phps), unless you need the ability to view source on webpages.
since you have two apaches make sure you add this to the httpd.conf in the apache directory that you referenced in the PHP configure script --with-apxs=/path/to/apache/bin/apxs
hth jeff