Re: Probleme Apache + PHP4 + Mysql
On Thu, 22 Feb 2001, Arakis wrote:
> Hello
>
> J'ai un petit probleme concernant l'installation de apache + Mysql +
> PHP4
>
> je tappe apt-get install apache mysql php4
> mais en ce qui concerne la configuration et le lancement j'ai un peu
> de mal, j'arrive a faire tourner le serveur apache mia s pas les
> extention php4 !!
tu dois declarer les bons modules dans la config d'Apache
puis mettre les bonnes extensions dans php4.ini
httpd.conf
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
php4.ini
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path = ; UNIX: "/path1:/path2" Windows:
"\path1;\
doc_root = ; the root
of t
user_dir = ; the
directory
;upload_tmp_dir = ; temporary directory for HTTP
uploaded
upload_max_filesize = 2097152 ; 2 Meg default limit on file uploads
extension_dir = /usr/lib/php4/apache ;directory in
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
extension=pgsql.so
meme chose avec mysql
Tony
>
> merci
>
> --
> benworld mailto:benworld@clara.co.uk
>
>
>
> --
> To UNSUBSCRIBE, email to debian-french-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>
>
----------
Tony Schonfeld - F5GIT - Phone: +33 (0)6 11 17 75 38
Email: tony@f5git.ampr.org WWW: http://www.f5git.ampr.org
Reply to: