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 <[EMAIL PROTECTED]>:

> 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 [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 
> 

Répondre à