Re: Linux or FreeBSD?

2006-09-12 Thread Matias Alejo Garcia
On 9/11/06, Jonathan Vanasco [EMAIL PROTECTED] wrote: 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. just to note, getting mp running under ubuntu can be a tiny bit

Re: Unescape URI

2006-09-12 Thread Matias Alejo Garcia
On 9/12/06, Vladimir S. Tikhonjuk [EMAIL PROTECTED] wrote: 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

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

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

404 error

2006-08-31 Thread Matias Alejo Garcia
Hi all,We have a problem generating a custom 404 error page using mod_perl. When a page is not found, the code sucessfull renders our error page, and send it to the client. The HTTP code is also sucessfully set to 404. However, at the end of our page, apache adds it default 404 error page: Not

Re: 404 error

2006-08-31 Thread Matias Alejo Garcia
On 8/31/06, Matias Alejo Garcia [EMAIL PROTECTED] wrote: We have a problem generating a custom 404 error page using mod_perl. When a page is not found, the code sucessfull renders our error page, and send it to the client. The HTTP code is also sucessfully set to 404. However, at the end of our