[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo13
Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there workers busy if HTTPERF have finished the test ?? Ricardo -- View

[us...@httpd] mod_rewrite + mod_status

2009-11-17 Thread ricardo13
hi, I have a problem. I'm using mod_rewrite and mod_status. mod_status is configured this way. Location /server-status SetHandler server-status Order deny,allow Deny from all Allow from .your_domain.com /Location When I acess http://localhost/server-status I don't see the page

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My question's, What value do I assign the value to unlimited MaxClient ??? 0 ?? Ricardo Eric Covener wrote: On Sat, Oct 24, 2009 at 1:10 PM, ricardo13 ricardoogra...@gmail.com wrote: hi, I'm

RE: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
://httpd.apache.org/docs/2.2/mod/mpm_common.html MaxClients is based on ServerLimit which is hardcoded at 2 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Tuesday, October 27, 2009 1:36 PM To: users@httpd.apache.org Subject: Re: [us...@httpd

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
-( I've read documentation. I imagined that you could forget this information. But, I forgive you Ricardo Tom Evans-3 wrote: On Tue, 2009-10-27 at 10:35 -0700, ricardo13 wrote: I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My question's

[us...@httpd] Apache's strange

2009-10-24 Thread ricardo13
hi, I'm doing some tests with reverse proxy in Apache Web Server. I use HTTPERF to stress the server. I imagine that load (requests/seg) increase consequently the response time also increase. But this doesn't happen. At one point, the values of response time stabilize and dont increase. My

Re: [us...@httpd] Apache's strange

2009-10-24 Thread ricardo13
that components (CPU, disk IO) can be . Because my machines have good perfomance (Core 2 Quad, 4GB RAM, network 1GB/s). Ricardo Eric Covener wrote: On Sat, Oct 24, 2009 at 1:10 PM, ricardo13 ricardoogra...@gmail.com wrote: hi, I'm doing some tests with reverse proxy in Apache Web Server. I

Re: [us...@httpd] Connection Reset

2009-10-15 Thread ricardo13
connections. Through trail and error the best results I got was using only ~400 simultaneous requests firing from the software. Then I multiplied that same load test over many computers. Steve 2009/9/30 ricardo13 ricardoogra...@gmail.com The error called connreset. This is a example. Total

Re: [us...@httpd] Connection Reset

2009-10-01 Thread ricardo13
was using only ~400 simultaneous requests firing from the software. Then I multiplied that same load test over many computers. Steve 2009/9/30 ricardo13 ricardoogra...@gmail.com The error called connreset. This is a example. Total: connections 1 requests 1 replies 8952 test

[us...@httpd] Connection Reset

2009-09-30 Thread ricardo13
Hi all, I'm submiting workload my web cluster using HTTPERF. The result shows several errors about connection reset. My doubt is, when happen connection reset ?? Ricardo -- View this message in context: http://www.nabble.com/Connection-Reset-tp25690236p25690236.html Sent from the Apache

Re: [us...@httpd] Connection Reset

2009-09-30 Thread ricardo13
addrunavail 0 ftab-full 0 other 0 Ricardo awarnier wrote: ricardo13 wrote: Hi all, I'm submiting workload my web cluster using HTTPERF. The result shows several errors about connection reset. My doubt is, when happen connection reset ?? Can you paste the *exact* error messages

[us...@httpd] What's this error proxy: error reading status line ????

2009-09-12 Thread ricardo13
Hi, I would like to know, why happen this ??? I use mod_rewrite (with flag [P]) and mod_proxy. I use external program with RewriteMap directive. Ricardo -- View this message in context:

[us...@httpd] Apache 64 bit ?

2009-09-09 Thread ricardo13
Hi, Only one question. Is there Apache 64bit ??? Where do I download ?? Ricardo -- View this message in context: http://www.nabble.com/Apache-64-bit---tp25369058p25369058.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.

Re: [us...@httpd] Apache 64 bit ?

2009-09-09 Thread ricardo13
hi, I saw this http://www.blackdot.be/?inc=apache/binaries site . And I have a server with Core 2 Quad (64 bits). Ricardo William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: ricardo13 wrote: Where do I download ?? http://httpd.apache.org/dist/httpd/ sorry, that is http

Re: [us...@httpd] Apache 64 bit ?

2009-09-09 Thread ricardo13
William A. Rowe, Jr. wrote: ricardo13 wrote: I saw this http://www.blackdot.be/?inc=apache/binaries site . And I have a server with Core 2 Quad (64 bits). You still haven't mentioned an operating system. Ubuntu Server 32bits. I think I change for Ubuntu Server 64bits Ricardo

Re: [us...@httpd] Apache 64 bit ?

2009-09-09 Thread ricardo13
Eric Covener wrote: On Wed, Sep 9, 2009 at 1:31 PM, ricardo13ricardoogra...@gmail.com wrote: William A. Rowe, Jr. wrote: ricardo13 wrote: I saw this  http://www.blackdot.be/?inc=apache/binaries site . And I have a server with Core 2 Quad (64 bits). You'll have to do the homework

RE: [us...@httpd] Apache 64 bit ?

2009-09-09 Thread ricardo13
Ok Ricardo James Zuelow-3 wrote: -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Wednesday, 09 September, 2009 09:31 To: users@httpd.apache.org Subject: Re: [us...@httpd] Apache 64 bit ? William A. Rowe, Jr. wrote: ricardo13 wrote

[us...@httpd] mod_proxy one way

2009-08-07 Thread ricardo13
Hi, I've studied mod_proxy and reverse proxy I read about how mod_proxy works in web cluster. I understood that, arrive a request to frontend machine (with mod_proxy and mod_proxy_balancer installed), so frontend forwards that request to backend. The backend processes request and returns to

Re: [us...@httpd] mod_proxy one way

2009-08-07 Thread ricardo13
HI It's true !!! My backend hasn't a connection with the browser. Ricardo Eric Covener wrote: On Fri, Aug 7, 2009 at 8:10 AM, ricardo13ricardoogra...@gmail.com wrote: Arrive a request to frontend, so it forwards request to backend. Backend processes the request and returns to client.

[us...@httpd] Number of connections

2009-08-05 Thread ricardo13
hi, I would like to monitor the number of connections actives in web server at that moment. How do I get ? Does mod_status provide that informations ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/Number-of-connections-tp24825178p24825178.html Sent from the Apache

Re: [us...@httpd] Number of connections

2009-08-05 Thread ricardo13
Hi, Is it the same BusyWorkers using flag ?auto in URL ? Thank you Ricardo Eric Covener wrote: On Wed, Aug 5, 2009 at 7:30 AM, ricardo13ricardoogra...@gmail.com wrote: hi, I would like to monitor the number of connections actives in web server at that moment. How do I get ? Does

[us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
hi,I need information about queue size.Do mod_status provides this information ?I saw documentation and, I've read about:The number of worker serving requestsUsing MPM Prefork.Thank youRicardo -- View this message in context:

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
awarnier wrote: ricardo13 wrote: hi,I need information about queue size.Do mod_status provides this information ?I saw documentation and, I've read about:The number of worker serving requestsUsing MPM Prefork.Thank youRicardo Ricardo, if you had signed this message as Barak Obama or Jennifer

Re: [us...@httpd] Mod_Status - queue size

2009-07-29 Thread ricardo13
ricardo13 wrote: hi, another problem's: mod_status (ExtendedStatus on) shows always BusyWorker =2. I modified parameters as StartServer, MinSpareServers and MaxSpareServer and busyworker continues like 2. My application's CPU-BOUND and developed in PHP. It's very simple (loop

[us...@httpd] Structure request_rec and external program in mod_rewrite

2009-07-13 Thread ricardo13
hi all, I woud like to know if Is possible modify a request_rec object using external program (developed in C) in mod_rewrite? Thank you. Ricardo -- View this message in context: http://www.nabble.com/Structure-request_rec-and-external-program-in-mod_rewrite-tp24459606p24459606.html Sent from

[us...@httpd] How do I prioritize requests ?

2009-07-02 Thread ricardo13
Hi, Someone suggests an idea of how I would prioritize requests ina webserver. Requests with more priorities are processed first than less priorities. I don't have any idea. Thank You Ricardo -- View this message in context:

[us...@httpd] Only to suggest

2009-06-30 Thread ricardo13
Hi all, I would like to hear the opinion of you. I've built a web cluster using reverse proxy with 6 backend and 1 frontend. These machines has the same configuration: - a processor Intel(R) Core(TM)2 Quad CPU 2.40GHz - RAM Memory 2GB - Hard Disk 160GB I have some doubts. - What's the best

[us...@httpd] MPM Default in Linux

2009-06-16 Thread ricardo13
Hi, I read Apache's documentation and would like to know: How do default MPM module in Linux ?? Prefork or Worker ?? I ran the command httpd -l and shows some modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_env.c mod_setenvif.c prefork.c ---

[us...@httpd] Information in mod_status to text file

2009-06-08 Thread ricardo13
Hi all, I've developed a simple monitor program to colect information about server machine. But, I liked mod_status because it provides all information that I need. There are two problems. First, I would like to write these information in a text file instead html page. Second, mod_status

[us...@httpd] Apache uses FIFO scheduling ??

2009-06-03 Thread ricardo13
hi, I would like about How work Apache ?? I read a scientific about that Apache works like FIFO. Is it true ?? Thank you Ricardo -- View this message in context: http://www.nabble.com/Apache-uses-FIFO-schedulingtp23857087p23857087.html Sent from the Apache HTTP Server - Users mailing

[us...@httpd] Rewrite doesn't work !!

2009-05-27 Thread ricardo13
Hi, I have a web cluster and use mod_rewrite to forward request to cluster, according with type of request. There is a external program in directive RewriteMap to classify requests. My external program: ... while(1) { fscanf(stdin, %s, input); // read input --- format = /1, or /2, /3 ...

[us...@httpd] How I configure Reverse Proxy using Location ??

2009-05-22 Thread ricardo13
Hi, I configured reverse proxy using directives ProxyPass, ProxyPassReverse, etc... For example in httpd.conf ProxyPass /new1 http://192.168.1.2 ProxyPassReverse /new1 http://192.168.1.2 ProxyPass /new2 http://192.168.1.3 ProxyPassReverse /new2 http://192.168.1.3 Now, I would like to

[us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread ricardo13
Hi all, I have a web cluster with 6 machines. Three machines serve only clients (class 1) and others serve only normal users (class 2). I use apache with modules mod_rewrite and mod_proxy_balancer. Use mod_rewrite to classify (between class1 and class2) incoming requests and mod_proxy_balancer

[us...@httpd] How do I play out a request ??

2009-05-04 Thread ricardo13
Hi all, In this http://www.nabble.com/RewriteMap-PRG-By-Example-Using-C-to23283305.html link , I use a external program (in C) to rewrite URLs. In program, when I typed in browser localhost/1, or localhost/2, or localhost/3, they're mapped to a resource (a page). I have a reverse proxy then,

Re: [us...@httpd] RewriteMap PRG By Example Using C

2009-04-29 Thread ricardo13
Please !!! Help me Somebody has some example of RewriteMap using external program in C !!! There are some example in http://www.wellho.net/resources/ex.php4?item=a603/andy PHP . Thank You Ricardo ricardo13 wrote: Hi, I thought that if I typed localhost/1 in browser, the program

[us...@httpd] RewriteMap PRG By Example Using C

2009-04-28 Thread ricardo13
Hi all, I'm doing examples with mod_rewrite, I'm using directive RewriteMap I did a simple program in C #include stdio.h int main() { int id = 0; fscanf(stdin, %d, id); switch(id) { case 1: fprintf(stdout, /index.html); break; case 2: fprintf(stdout, /new.html); break;

[us...@httpd] Example of URL-to-URL in mod_rewrite

2009-04-15 Thread ricardo13
hi all, Somebody has a example about How rewrite URL to URL ??? Or tutorial about. I achieved to run some example about URL-to-filename Thank you Ricardo -- View this message in context: http://www.nabble.com/Example-of-URL-to-URL-in-mod_rewrite-tp23061118p23061118.html Sent from the Apache

Re: [us...@httpd] Example of URL-to-URL in mod_rewrite

2009-04-15 Thread ricardo13
Hi, Thank you I was reading this link. I will read again. But, where can I find an example URL-to-URL? Please Ricardo awarnier wrote: ricardo13 wrote: hi all, Somebody has a example about How rewrite URL to URL ??? Or tutorial about. I achieved to run some example about URL

[us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread ricardo13
Hi all, I'm doing some tests with module rewrite (mod_rewrite), but I'm have problems. I typed the follow in http.conf: IfModule rewrite_module RewriteEngine on RewriteRule ^index.html$ new.html /IfModule When I type in browser localhost/index.html don't happen nothing. I have file

Re: [us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread ricardo13
$ new.html 2009/4/14 ricardo13 ricardoogra...@gmail.com Hi all, I'm doing some tests with module rewrite (mod_rewrite), but I'm have problems. I typed the follow in http.conf: IfModule rewrite_module RewriteEngine on RewriteRule ^index.html$ new.html /IfModule When I type

Re: [us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread ricardo13
Thank you !! Ricardo Brian Mearns-2 wrote: On Tue, Apr 14, 2009 at 1:43 PM, ricardo13 ricardoogra...@gmail.com wrote: Hi all, This line RewriteRule ^/index.html$ new.html shows error. But RewriteRule /index.html$ new.html sucess !!! And if I put the follow:  RewriteRule

Re: [us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread ricardo13
Hi all, I have other doubt about mod_rewrite. Have this line in httpd.conf: RewriteEngine on RewriteRule ^/index/([0-9]+)/$ /index.html?id=$1 When type http://localhost/index.html?id=11; it doesn't show URL http://localhost/index/11/; I saw this example in a site. What's happen ??? Ricardo

Re: [us...@httpd] Can I post here about Jmeter ??

2009-04-04 Thread ricardo13
Hi Eric, Where can I post doubts about Jmeter ?? Thank You !! Ricardo Eric Covener wrote: On Wed, Apr 1, 2009 at 5:50 PM, ricardo13 ricardoogra...@gmail.com wrote: Hi all, Can I post doubts about Jmeter here ??? No, this is a list for Apache HTTP Server only. -- Eric Covener

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread ricardo13
of Semaphores, shared memory and all, yes APR operates at that level. Regards Prasanna Ram On Thu, Apr 2, 2009 at 4:30 AM, ricardo13 ricardoogra...@gmail.com wrote: Hi all, I have other doubt.When I'm programming in APR, it works in kernel-level ?? My friend told it and I was confuse

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread ricardo13
Sorry, But don't understood !! Eric Covener wrote: On Wed, Apr 1, 2009 at 7:00 PM, ricardo13 ricardoogra...@gmail.com wrote: Hi all, I have other doubt.When I'm programming in APR, it works in kernel-level ?? My friend told it and I was confuse !!! This is the Apache HTTP Server

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread ricardo13
Hi, APR make the same things that libraries C ?? Because C make system calls to kernel level. I would want know if APR do system calls like C!!! APR works like C ?? Thank you !! Ricardo Eric Covener wrote: On Thu, Apr 2, 2009 at 8:49 AM, ricardo13 ricardoogra...@gmail.com wrote: Sorry

[us...@httpd] Can I post here about Jmeter ??

2009-04-01 Thread ricardo13
Hi all, Can I post doubts about Jmeter here ??? Thank You !! Ricardo -- View this message in context: http://www.nabble.com/Can-I-post-here-about-Jmetertp22834780p22834780.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.

[us...@httpd] Does APR works in Kernel Level ?

2009-04-01 Thread ricardo13
Hi all, I have other doubt.When I'm programming in APR, it works in kernel-level ?? My friend told it and I was confuse !!! Thank You !! Ricardo -- View this message in context: http://www.nabble.com/Does-APR-works-in-Kernel-Level---tp22834996p22834996.html Sent from the Apache HTTP Server -

[EMAIL PROTECTED] Please reply ...Requesting Counting = Round Robin ???

2008-10-16 Thread ricardo13
hi, I wanted know if algorithm scheduler Request Counting of the mod_proxy is equal Round Robin ??? I need know it Thank you Ricardo -- View this message in context: http://www.nabble.com/Please-reply-...Requesting-Counting-%3D-Round-Robin-tp20017488p20017488.html Sent from the Apache

Re: [EMAIL PROTECTED] mod_backhand for Apache 2.0 / 2.2 ?

2008-10-14 Thread ricardo13
Sorry, I sent wrong message. But I search a module that have others algorithm schedulers (Round Robin, etc) The mod_load_balancer has just 2 algorithm. I saw mod_backhand, but don't knew your algorithm (not specified) Thank you ricardo -- View this message in context: