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
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
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
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.
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
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.
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
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.
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
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.
10 matches
Mail list logo