Re: Can't get php working, please help -IT WORKS.

2001-02-14 Thread will trillich
Eivind Arnesen wrote: > > Thanks all for your kind answers! > > It now finally works! > I'm sorry to say that I really have no idea what was wrong. > I've tried all advices, and then some more. (I've changed > so much of my configuration files, that I just don't know). dontcha hate that? if you

Re: Can't get php working, please help -IT WORKS.

2001-02-14 Thread Eivind Arnesen
Thanks all for your kind answers! It now finally works! I'm sorry to say that I really have no idea what was wrong. I've tried all advices, and then some more. (I've changed so much of my configuration files, that I just don't know). Eivind. On 2001.02.14 23:24:21 + will trillich wrote: >

Re: Can't get php working, please help

2001-02-14 Thread will trillich
Eivind Arnesen wrote: > > Nope. > > I have uncomment that line. I tried again with installing php4 and a newer > apache version, > I get no error messages, but nothing happens when I open my php files... > (I've tried several that > should work). > > Still, thanks for your reply. > I'm beginnin

Re: Can't get php working, please help

2001-02-14 Thread joeytsai
I'm running into the same problem with php3. I have uncommented the line LoadModule php3_module /usr/lib/apache/1.3/libphp3.so As well as the the two "AddType" lines, and still apache doesn't load php3 when I try viewing my .php3 files. Has anyone run into this problem also? // joey tsai

Re: Can't get php working, please help

2001-02-14 Thread Eivind Arnesen
Nope. I have uncomment that line. I tried again with installing php4 and a newer apache version, I get no error messages, but nothing happens when I open my php files... (I've tried several that should work). Still, thanks for your reply. I'm beginning to wonder if I should compile from source.

Re: Can't get php working, please help

2001-02-14 Thread will trillich
Eivind Arnesen wrote: > > Thanks for your reply! > But it still does'n work. > > I get the message Invalid command 'AddType',when I have added > the line to my httpd.conf file, and I restart apache. > I'm sure this have worked before (I'm completely lost) aha! more information is better tha

Re: Can't get php working, please help

2001-02-14 Thread Eivind Arnesen
The addtype is uncommented, and I do not get back any source code, as far as I can remember. Previously, I received an error message, when including AddType directive in my httpd.conf. After installing php4 and a newer version of Apache (from unstable), AddType seems to work (no error message whe

RE: Can't get php working, please help

2001-02-14 Thread Brooks R. Robinson
Have you this (or a similar) line in your httpd.conf? LoadModule php3_module /usr/lib/apache/1.3/libphp3.so HTH, Brooks > -Original Message- > From: Eivind Arnesen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2001 9:02 AM > To: debian-user@lists.debian.org > Subject: Can't

Re: Can't get php working, please help

2001-02-14 Thread Daniel Kleine-Albers
Eivind Arnesen schrieb am 14.02.2001: > >Sorry to bother you all with this, but I have simply >spent enough (=to much) time on this (browsing newsgroups and the >www). > >I cannot get php working with my apache server. >I have tried both php3 and php4, but with no success. > >I'am currently running

Re: Can't get php working, please help

2001-02-14 Thread will trillich
On Wed, Feb 14, 2001 at 03:02:19PM +, Eivind Arnesen wrote: > Sorry to bother you all with this, but I have simply > spent enough (=to much) time on this (browsing newsgroups and the www). > > I cannot get php working with my apache server. > I have tried both php3 and php4, but with no succes