Linux or FreeBSD?

2006-09-11 Thread Matias Alejo Garcia
Hi all!I am installing a new web server. I will serve a site developed using Apache 2 /  Mod_perl2 / MySQL 5.Would you recommend Linux (Gentoo, kernel 2.6) or FreeBSD?It will be a production server. The server hardware is Opteron 165 (Dual core), 2GB RAM. What are the advantages of using FreeBSD?Th

RE: Linux or FreeBSD?

2006-09-11 Thread Garrett, Philip \(MAN-Corporate\)
And which is better?  vi or emacs? From: Matias Alejo Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 9:17 AMTo: mod_perlSubject: Linux or FreeBSD? Hi all!I am installing a new web server. I will serve a site developed using Apache 2 /  Mod_perl2 / MySQL

Re: Linux or FreeBSD?

2006-09-11 Thread Jonathan Vanasco
On Sep 11, 2006, at 9:17 AM, Matias Alejo Garcia wrote: Would you recommend Linux (Gentoo, kernel 2.6) or FreeBSD? What are the advantages of using FreeBSD? mod_perl runs fine on both. You're best off asking Gentoo or FreeBSD user groups for their opinions on the other apps. But i will of

Re: Linux or FreeBSD?

2006-09-11 Thread Enno
I'm running Gentoo on my devel box and I refuse to use portage for modperl and apache. Most perl stuff isnt updated often enough (dunno what the current mp2 version in portage is though) and the apache branch is all tweaked and had more config layout changes than Pamela Anderson had boobjobs.

Re: Linux or FreeBSD?

2006-09-11 Thread Matias Alejo Garcia
On 9/11/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: On Sep 11, 2006, at 9:17 AM, Matias Alejo Garcia wrote:> Would you recommend Linux (Gentoo, kernel 2.6) or FreeBSD?> What are the advantages of using FreeBSD?mod_perl runs fine on both.  You're best off asking Gentoo or FreeBSD user groups for

Re: Linux or FreeBSD?

2006-09-11 Thread Philip M. Gollucci
Matias Alejo Garcia wrote: Important issue! Thanks for letting me know. I was afraid about freeBSD update status. Them's be fighting words :) Glad we got that resolved. -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.

Re: Linux or FreeBSD?

2006-09-11 Thread Jonathan Vanasco
On Sep 11, 2006, at 2:08 PM, Matias Alejo Garcia wrote: I will check ubuntu, I thought it was desktop oriented. There is 'ubuntu server' now. its like half the size of the desktop. I believe that current versions of apache2 and mp2 are in the standard system-- BUT libapreq is not in orde

MOD_PERL - Apache2 configuration issue

2006-09-11 Thread Sumit Shah
Hello, I have created a very simple perl module (MyApache2::NewMod) using h2xs and installed it inside /usr/lib/Perl5. Following is the source: #file MyApache2/NewMod package MyApache2::NewMod; use strict; use warnings; sub handler { #Open a file for writing open(FH, "> test.

RE: Failure to load Embperl with PerlModule directive

2006-09-11 Thread Gerald Richter
Hi all! > > I have: > > apache httpd-2.2.3 > mod_perl-2.0.2 > Embperl-2.2.0 > > where mod_perl is statically linked to httpd. > > Now I try to load Embperl from httpd.conf with this directive: > > PerlModule Embperl > You also need a LoadModule embperl_module /path/to/Embperl.so Before th

Unescape URI

2006-09-11 Thread Vladimir S. Tikhonjuk
Hi all! I have JavaScript function, which constructs html query like this: var url = 'http://192.168.101.199/personal_account_search_ajax?key='+escape(key)+'&type='+type; where variable 'key' is a value of form's line edit. When I enter there non ASCII symbol, I get url like this: http://192.168.