Re: Problèmemise à niveau php3 -> php4 / woody
Re
J'ai installé hier horde/imp et le php ne fonctionnait pas.
Voila la totalite de ce que j'ai rajouté au fichier httpd.conf.
AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php-source .phps
</VirtualHost>
<Directory /usr/.......>
......
<IfModule mod_php3.c>
php3_magic_quotes_gpc Off
php3_track_vars On
</IfModule>
<IfModule mod_php4.c>
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag session.save_path /var/tmp/imp
</IfModule>
</Directory>
</VirtualHost>
Et ça marche!
Patrice Langlois
En réponse à Sébastien <sebbbastien@wanadoo.fr>:
> Le Mercredi 16 Avril 2003 18:54, langlois a écrit :
> > La solution dans httpd.conf:
> > AddType application/x-httpd-php .php .php3
> > AddType application/x-httpd-php-source .phps
> >
> > Patrice Langlois
>
> > Patrice Pillot wrote:
> ...
> > > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
> > > AddType application/x-httpd-php .php .php4 .php3
> > > AddType application/x-httpd-php-source .phps
> > >
> > > et dans mime.types :
> > > application/x-httpd-php phtml pht php php4
> > > application/x-httpd-php-source phps
> > > application/x-httpd-php3 php3
> > > application/x-httpd-php3-preprocessed php3p
> ...
>
> Je crois que c déja fait....
> Sebbb
>
>
> --
> To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
>
>
>
>
Reply to: