Re: php in sid

2004-10-07 Thread [KS]
Did you try restarting Apache. I had similar problems after an update(apt-get upgrade). All php files were being asked for download by the browser. However, it was fixed without any editing of config files by me(everything was fine before update). Possibly the server restart was responsible for tha

Re: php in sid

2004-10-07 Thread Sergio Basurto
On Thu, 7 Oct 2004 06:24:01 -0400, Antonio Rodriguez wrote: > > My system is not recognizing page.php, or script.php, > tries to > download it. I have these lines in httpd.conf > > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .phps > AddType applic

Re: php in sid

2004-10-07 Thread Sergio Basurto
On Thu, 7 Oct 2004 06:24:01 -0400, Antonio Rodriguez wrote: > > My system is not recognizing page.php, or script.php, > tries to > download it. I have these lines in httpd.conf > > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .phps > AddType applic

php in sid

2004-10-07 Thread Antonio Rodriguez
My system is not recognizing page.php, or script.php, tries to download it. I have these lines in httpd.conf AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Would