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 f
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 configur
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
.
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 list
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 write
Hi,
I'm testing the mod_log_config.
I did a simple program to read stardard input. Called program.c
#include
int main() {
char input[BUFSIZ];
while(fgets(input, BUFSIZ, stdin) != NULL)
printf("Value: %s\n", input);
return 0;
}
I configured httpd.conf to send information
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 ---> Pr
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 MP
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:
http://www.nabble.com/How-do-I-prioritize-requests---tp24312330p2431
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 fro
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 requests"Using MPM Prefork.Thank youRicardo
--
View this message in context:
http://www.nabble.com/Mod_Status---queue-size-tp24717812p24717812.ht
?
THank you
Ricardo
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 requests"Using MPM Prefork.Thank youRi
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-BOUN
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 H
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, ricardo13 wrote:
>>
>> hi,
>>
>> I would like to monitor the number of connections actives in web s
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 fro
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, ricardo13 wrote:
>
>> Arrive a request to frontend, so it forwards request to backend. Backend
>> processes the request and ret
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.
--
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.or
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.
&g
Eric Covener wrote:
>
> On Wed, Sep 9, 2009 at 1:31 PM, ricardo13 wrote:
>>
>>
>> William A. Rowe, Jr. wrote:
>>>
>>> ricardo13 wrote:
>>>>
>>>> I saw this http://www.blackdot.be/?inc=apache/binaries site .
>>>>
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 ?
&g
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:
http://www.nabble.com/What%27s-this-error-%22proxy%3A-error-reading-status-line%22--tp25419709p254197
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 HTTP
fd-unavail 0 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, wh
rough 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
>
>>
>> The error called "connreset&
ng
> so many simultaneous 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
>
>>
>&
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 dou
nger !!
What's happen ??
Ricardo
But I dont thought 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
> wrote:
>>
>> hi,
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
> wrote:
>>
>>
nlimited number
> Based on this:
> http://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, 20
&-(
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
hi,
I have a problem.
I'm using mod_rewrite and mod_status.
mod_status is configured this way.
SetHandler server-status
Order deny,allow
Deny from all
Allow from .your_domain.com
When I acess http://localhost/server-status I don't see the page because
mod_rewrite don't allow.
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 thi
Maybe ??
Ricardo
Mark Watts wrote:
>
> On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote:
>> For example,
>>
>>
>> I ran the follow command with HTTPERF
>> #httperf --server www --num-conns 1000 --rate 200
>>
>>
>> When finished the test, the HTTPERF showed me the results.
>> In
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:
http://www.nabble.com/m
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 Apac
hi,
I want know if AB estimate the final results ???
It don't generate the real load on web server.
Thank you
Ricardo
--
View this message in context:
http://www.nabble.com/AB-%28Apache-Bench%29-estimates-final-results-tp20658968p20658968.html
Sent from the Apache HTTP Server - Users mai
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.
--
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 -
ng kernel concepts 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
> wrote:
>
>>
>> Hi all,
>>
>> I have other doubt.When I'm programming in
Sorry,
But don't understood !!
Eric Covener wrote:
>
> On Wed, Apr 1, 2009 at 7:00 PM, ricardo13
> wrote:
>>
>> Hi all,
>>
>> I have other doubt.When I'm programming in APR, it works in kernel-level
>> ??
>> My friend told it and I wa
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
> wrote:
>>
>> S
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
> wrote:
>>
>> Hi all,
>>
>> Can I post doubts about Jmeter here ???
>
> No, this is a list for Apache HTTP Serv
Hi all,
I'm doing some tests with module rewrite (mod_rewrite), but I'm have
problems.
I typed the follow in http.conf:
RewriteEngine on
RewriteRule ^index.html$ new.html
When I type in browser localhost/index.html don't happen nothing. I have
file index.html and new.html !!!
What's happe
:
>
> Try with
> RewriteRule ^/index.html$ new.html
>
> 2009/4/14 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:
>>
>&
Thank you !!
Ricardo
Brian Mearns-2 wrote:
>
> On Tue, Apr 14, 2009 at 1:43 PM, ricardo13
> wrote:
>>
>> Hi all,
>>
>> This line "RewriteRule ^/index.html$ new.html" shows error.
>> But "RewriteRule /index.html$ new.html" sucess !!!
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 ???
Ricar
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
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
>>
Thank you !!!
I'm reading Apache documentation and find what I want.
Ricardo
Brian Mearns-2 wrote:
>
> On Wed, Apr 15, 2009 at 1:21 PM, ricardo13
> wrote:
>>
>> Hi,
>>
>> Thank you
>>
>> I was reading this link. I will read again.
Hi all,
I'm doing examples with mod_rewrite, I'm using directive RewriteMap
I did a simple program in C
#include
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;
Hi,
I thought that if I typed "localhost/1" in browser, the program (file) in
mod_rewrite (RewriteMap) mapped from /1 to /index.html
But, Happen 400 Bad Request.
Thank you
Ricardo
Eric Covener wrote:
>
> On Tue, Apr 28, 2009 at 2:17 PM, ricardo13
> wrote:
>>
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
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, w
55 matches
Mail list logo