First time being here, Need Big help here!

2007-07-08 Thread Xin Chen
Hi All, Finally I find this place, I think it is the right place for me to solve this issue, here it is: My system: VMware Virtual System: brainzvm:~# uname -a Linux brainzvm 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686 GNU/Linux apache-perl 1.3 web server Debian Linux I got the f

Re: First time being here, Need Big help here!

2007-07-08 Thread Foo JH
I'm not too good with Debian either, but since you're installing a new OS, my guess is you can also choose the version of the applications as well. Try installing Apache 2 or 2.2 with modperl 2, instead of Apache 1.3 + modperl. The latter is running on legacy support now. Xin Chen wrote: Hi

Re: First time being here, Need Big help here!

2007-07-08 Thread Xin Chen
Can I just update from apache1.3 to apache 2, and modperl 2 ? I will try this. Thanks! Foo JH wrote: I'm not too good with Debian either, but since you're installing a new OS, my guess is you can also choose the version of the applications as well. Try installing Apache 2 or 2.2 with modper

Re: First time being here, Need Big help here!

2007-07-08 Thread Foo JH
I doubt. Apache2 is a major overhaul. You're better off installing apache2 or 2.2 from scratch. Do note that modperl1 is not compatible with apache 2. Xin Chen wrote: Can I just update from apache1.3 to apache 2, and modperl 2 ? I will try this. Thanks! Foo JH wrote: I'm not too good with D

Re: First time being here, Need Big help here!

2007-07-08 Thread Xin Chen
Thanks for your tips! I will reinstall Apache2 and have a try. Hopelly, I can install AuthDigest in Apache2 and modperl2. Foo JH wrote: I doubt. Apache2 is a major overhaul. You're better off installing apache2 or 2.2 from scratch. Do note that modperl1 is not compatible with apache 2. Xin

Re: First time being here, Need Big help here!

2007-07-09 Thread mweiler
In the sentence "> Do note that modperl1" is that mod_perl 1.x or is that an extra 'el'? i assume mod_perl 2 works with apache 2.x On Mon, 09 Jul 2007 11:11:13 +0800 [EMAIL PROTECTED] wrote: > I doubt. Apache2 is a major overhaul. You're better off installing > apache2 or 2.2 from scratch. > >

Re: First time being here, Need Big help here!

2007-07-09 Thread Foo JH
Don't understand what you mean. To rephrase myself: Apache 1.3 uses modperl 1 Apache 2.0 and 2.2 uses modperl 2 Does this help? [EMAIL PROTECTED] wrote: In the sentence "> Do note that modperl1" is that mod_perl 1.x or is that an extra 'el'? i assume mod_perl 2 works with apache 2.x On Mon,

Re: First time being here, Need Big help here!

2007-07-09 Thread Raymond Wan
Xin, I have run Apache with Debian and I do recommend (if it's not too late) to uninstall Apache 1.3 and modperl 1 before installing Apache 2.x and modperl 2. They seem to install in different directories, but if you're not too attached to the old version, it'll save you headaches later (i.

Re: First time being here, Need Big help here!

2007-07-09 Thread mweiler
Yes - thanks. On Mon, 09 Jul 2007 17:26:15 +0800 [EMAIL PROTECTED] wrote: > Don't understand what you mean. To rephrase myself: > > Apache 1.3 uses modperl 1 > Apache 2.0 and 2.2 uses modperl 2 > > Does this help? > > [EMAIL PROTECTED] wrote: > > In the sentence "> Do note that modperl1" is tha

Re: First time being here, Need Big help here!

2007-07-11 Thread Xin Chen
Hi all, Finally I get this working, get Apache::AuthDigest installed. I was idiot that I didn't have Apache src directory when I install the AuthDigest. AuthDigest needs Apache src files. Thanks, everyone! Have a nice day:) xin [EMAIL PROTECTED] wrote: Yes - thanks. On Mon, 09 Jul 2007 17