On Fri, Nov 03, 2006 at 07:43:36AM +0100, Jean-Christophe Dubacq <[EMAIL PROTECTED]> wrote: > I remember that since the change, I had to make changes to several php > applications, because at the same time the default configuration did not > include any configuration in the case where php is not installed as > module but (e.g.) as CGI. phpmyadmin by default had a snippet in > .htaccess that was basically: > <IfModule mod_cgi.c> > AddType application/x-httpd-php .php > > Action application/x-httpd-php /cgi-bin/php > </IfModule> > <IfModule mod_cgid.c> > AddType application/x-httpd-php .php > > Action application/x-httpd-php /cgi-bin/php > </IfModule> > > I had to put something of the same sort in phppgaccess, for example, as > well as DirectoryIndex index.php. > > Since the change for DirectoryIndex happend at the same time, it might > be this that the user has seen. So the disappearance of index.php may > not be RC; however, the treatement of php as CGI is more likely to be > RC.
If you install the debian package for php, it is configured as module, and works fine, so that can't be RC. The only problem is DirectoryIndex. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]