Gentoo Archives: gentoo-user-pl

From: xan <xan66@×××××××××.pl>
To: gentoo-user-pl@g.o
Subject: [gentoo-user-pl] apache2 i php
Date: Sun, 22 Jun 2003 13:21:57
Message-Id: 20030622152502.0f3ef149.xan66@poczta.wp.pl
1 zainstalowalem apache2 (2.0.46)
2 dev-php/mod_php oraz dev-php/php (4.2.3).
3 Z tego co widzialem w plikach konfiguracyjnych
4 wszystko wyglada ok:
5 apache2.conf:
6 Include conf/modules.d/*.conf
7
8 70_mod_php.conf:
9 <IfDefine PHP>
10 <IfModule !mod_php4.c>
11 LoadModule php4_module extramodules/libphp4.so
12 </IfModule>
13 </IfDefine>
14
15 <IfModule mod_mime.c>
16 AddType application/x-httpd-php .php
17 AddType application/x-httpd-php .phtml
18 AddType application/x-httpd-php .php3
19 AddType application/x-httpd-php .php4
20 AddType application/x-httpd-php-source .phps
21 </IfModule>
22
23 <Files *.php>
24 LimitRequestBody 524288
25 RequestHeader unset If-Modified-Since
26 </Files>
27 ...
28
29 ale niestety nie dziala; jezeli wybieram jakis
30 skrypt w php (np.: test.php) to nie wykonuje sie
31 on po stronie serwera (przegladarka chce go
32 zapisac na dysku [galeon, mozilla])
33 Gdzie jest blad ?
34
35 SaPeR
36
37 --
38 gentoo-user-pl@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-pl] apache2 i php xan <xan66@×××××××××.pl>