[EMAIL PROTECTED] Apache Worker MPM: Optimizing

2008-10-18 Thread Leslie Herps
Hello, I switched from a Apach 1.3 to an Apache 2.0 config. Those were prefork. Now, I switched to a 2.2 Worker MPM. Seems to work GREAT! Now, I use this on different servers... Back in the 1.3 days, someone gave me a simple formula for the MaxClients and Threads, etc... Those numbers were rela

Re: [EMAIL PROTECTED] Cross-domain problem

2008-10-18 Thread Eric Covener
On Sat, Oct 18, 2008 at 4:40 PM, Amir Porat <[EMAIL PROTECTED]> wrote: > Hello. > > I guess I have cross-domain problem: > HTML page from server1 has to send XMLHTTPRequest to server2. > server1 and server2 are not in the same domain. Send the request to server1 instead, and configure server1 to

[EMAIL PROTECTED] Cross-domain problem

2008-10-18 Thread Amir Porat
Hello. I guess I have cross-domain problem: HTML page from server1 has to send XMLHTTPRequest to server2. server1 and server2 are not in the same domain. How can I do it? Any help will be great. Thanks. -- Regards... Porat Amir

Re: [EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
Hello. Thank you very much for your detailed replay. You did clear my point - its the first option you wrote: HTML page from server1 to client and this HTML page makes XMLHTTPRequest to server2. As far as I know the HTML page can only "connect" to its origin server which is server1. So, how can

Re: [EMAIL PROTECTED] I18N, HTTP 2.0 ?

2008-10-18 Thread William A. Rowe, Jr.
Comments inline; You painted this situation today with an overly broad brush, there are some remaining issues but they are much narrower than you identify below... André Warnier wrote: > > It is becoming urgent to create a new HTTP standard/version/revision, > that would be organised around Unico

Re: [EMAIL PROTECTED] I18N, HTTP 2.0?

2008-10-18 Thread Daniel Aleksandersen
- Start Opprinnelig Melding - Sendt: Sat, 18 Oct 2008 19:02:17 +0200 Fra: André Warnier <[EMAIL PROTECTED]> Til: users@httpd.apache.org, Tomcat Users List <[EMAIL PROTECTED]> Emne: [EMAIL PROTECTED] I18N, HTTP 2.0 ? > I am sending this to both the Apache httpd and Tomcat users lists, in >

[EMAIL PROTECTED] I18N, HTTP 2.0 ?

2008-10-18 Thread André Warnier
Hi. I am sending this to both the Apache httpd and Tomcat users lists, in the hope that because together these HTTP servers cover a good fraction of the market, there might be a chance to reach the righ people. My hope is that someone who is aware of, and connected to, the process of RFC gen

Re: [EMAIL PROTECTED] APACHE questions

2008-10-18 Thread André Warnier
ampo wrote: Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the client. my general broblem is cross-domain, as server1 and server2 are not in the same domain. Could you, please, clear this f

Re: [EMAIL PROTECTED] MaxClients

2008-10-18 Thread Kapetanakis Giannis
Kapetanakis Giannis wrote: Hi all, I'm using Fedora's apache 2.2.9 with prefork MPM. I'm having trouble geting my maximum allowed clients more than 1024. I have set ServerLimit 2048 MaxClients 2048 But I never see more than 1024 processes of httpd. Soft, hard limit for open files

[EMAIL PROTECTED] APACHE questions

2008-10-18 Thread ampo
Hello. My scenario is client "calling" server1 and server1 is "calling", by xmlHTTPRequest, to server2. server2 has to return xml data to server1 and to the client. my general broblem is cross-domain, as server1 and server2 are not in the same domain. Could you, please, clear this for me: Is APA

Re: [EMAIL PROTECTED] Loading simple HTML page

2008-10-18 Thread ampo
What is m.l. ?? Davide Bianchi wrote: > > ampo wrote: >> Thank you, it works. >> >> I have another question about mod_rewrite. > > Please, first read the documentation about mod_rewrite, that is huge and > has a lot of informations, if you can't figure out your problema after > that conside