Re: Etch, apache-perl and php5 needs manual config

2006-11-30 Thread sean finney
hi patrick, On Thu, 2006-11-30 at 19:48 +0100, Patrick Frank wrote: > apache-perl 1.3.34-4 > php5 5.1.6-5 > libapache-mod-php5 5.1.6-5 > [and related packages] > > But I have to manually edit /etc/apache-perl/httpd.conf and enable > "AddType application/x-httpd-php .php" aswell > as /etc/apac

Re: Etch, apache-perl and php5 needs manual config

2006-11-30 Thread Steve Kemp
On Thu, Nov 30, 2006 at 07:48:40PM +0100, Patrick Frank wrote: >But I have to manually edit /etc/apache-perl/httpd.conf and enable >"AddType application/x-httpd-php .php" aswell as >/etc/apache-perl/modules.conf >to add "LoadModule php5_module /usr/lib/apache/1.3/libphp5.so". > >

Re: Etch, apache-perl and php5 needs manual config

2006-11-30 Thread Russ Allbery
Patrick Frank <[EMAIL PROTECTED]> writes: > after a base install of Debian Etch, I selected all necessary packages > for a LAMP System - Linux Apache MySQL PHP. > Specifically: > apache-perl 1.3.34-4 If at all possible, I strongly encourage you to use Apache 2.2 instesad of Apache 1.x. Apache

Etch, apache-perl and php5 needs manual config

2006-11-30 Thread Patrick Frank
Hello. after a base install of Debian Etch, I selected all necessary packages for a LAMP System - Linux Apache MySQL PHP. Specifically: apache-perl 1.3.34-4 php5 5.1.6-5 libapache-mod-php5 5.1.6-5 [and related packages] But I have to manually edit /etc/apache-perl/httpd.conf and enable "Add