[users@httpd] APACHE MODULE CSRF

2019-06-17 Thread Ricardo Fernando
onsole of my browser when I make a request: Forddden: You do not have permission to access ... Has anyone ever had a similar situation? tks Abraços, *Ricardo Fernando Neves* *Desenvolvimento* COURIER DE FLASH Site: www.flashcourier.com.br "Esta mensagem e seus anexos são dirigidos exc

Re: [users@httpd] Proxy Tomcat

2011-11-22 Thread Ricardo Bayley
Folks, I finally did it. I realized mod_proxy_http was not enabled. After enabling it, it worked !! Thanks to all ! ricardo 2011/11/19 Alex Samad - Yieldbroker > Hi > > ** ** > > Sorry the last line should have read > > ** ** > > http://reverseproxy:8080

Re: [users@httpd] Proxy Tomcat

2011-11-19 Thread Ricardo Bayley
Hi Alex, No, I want is this. request => http://server01/wms?somearguments converts => http:// server02:8080/gwc/wms?somearguments This should be proxied, not redirected. If I do what u mention, dont know why arguments are not sent. I guess you are not Rewriting anything. regards, r

Re: [users@httpd] Proxy Tomcat

2011-11-19 Thread Ricardo Bayley
so. :( So do you have a sample on how to do it ? regards to both, Ricardo 2011/11/19 Alex Samad - Yieldbroker > Hi > > ** ** > > Why not have > > ** ** > >ProxyPassReverse / http://10.0.0.2:8080/gwc/service/ > >P

[users@httpd] Proxy Tomcat

2011-11-18 Thread Ricardo Bayley
the request. Can anyone help ? best regards, Ricardo

[users@httpd] Apache reverse proxy redirect/forward http and ftp requests

2011-04-06 Thread Ricardo Vilhena
need mod_proxy but I don't understand how I can make the redirect in the ??? ??? ??? I want something like (though I doubt it is possible): IF http THEN redirect to http://serverB-yadda.domain ELSE IF ftp THEN redirect to ftp://serverB-yadda.domain END IF; Thanks. Regards, Vilhena -- Ricar

[us...@httpd] ssl_error_rx_unexpected_server_key_exch

2010-11-15 Thread Ricardo Stella
Hello, We're getting these errors on some of our web servers (different instances running on different ports) being detected by Firefox 3.6.9+ This happens after about a week of normal use. A restart temporarily fixes the problem, but we have not been able to find a solution from the server sid

Re: [us...@httpd] firefox 3.6.9 fails to connect due to SSL DHE

2010-09-24 Thread Ricardo Stella
gt; > > *From:* Ricardo Stella [mailto:ste...@rider.edu] > *Sent:* Friday, September 24, 2010 3:04 AM > *To:* users@httpd.apache.org > *Subject:* [us...@httpd] firefox 3.6.9 fails to connect due to SSL DHE > > > > > Hello, > > The latest Firefox 3.6.9+ will

[us...@httpd] firefox 3.6.9 fails to connect due to SSL DHE

2010-09-23 Thread Ricardo Stella
Hello, The latest Firefox 3.6.9+ will fail to connect to a server using the SSL DHE key exchange. I guess my server is using this (I do have a commercial certificate). Basically Mozilla says it's a server misconfiguration issue. Anyone knows what needs to be configured so this doesn't happen

[us...@httpd] Problems with 2.2.16 and local openssl (newbie)

2010-09-13 Thread Ricardo Stella
This is an older RHEL3 32bit system. We have problems compiling a local apache 2.2.16 with openssl 0.9.8o. We had no problems with 2.2.15 (or at least it worked) openssl is installed in /usr/local/ssl - Note RHEL3 has it's own openssl 0.97a, but we want to use the latest. We are using this:

Re: [us...@httpd] Apache with feedback or fuzzy control(a response-time optimizations).

2010-09-05 Thread ricardo figueiredo
Hi, There's some scientific articles talk about this. -- Muito Obrigado Ricardo On Sun, Sep 5, 2010 at 7:46 AM, Damian Lęcznar wrote: > Hey. > I have question whether someone of you saw somewhere apache with optimizing > for feedback or fuzzy control (a response-time optimizat

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
OK !! Ricardo On Mon, Jan 4, 2010 at 11:53 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo > wrote: > > So, I've had problems with the newest version. > > Happened some SEGMENTATION FAULT. > > Have any idea ?? > > See the

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
So, I've had problems with the newest version. Happened some SEGMENTATION FAULT. Have any idea ?? Ricardo On Mon, Jan 4, 2010 at 11:42 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo > wrote: > > I told that because have difference between both

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
I told that because have difference between both links: link_1 and link_2<http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/examples/mod_lbmethod_rr.c?revision=774239&view=co&pathrev=774239> I thought that link_2 was the newest version. Is that right ?? Ricardo On Mo

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
Remember, I haven't problems with the older revision (rev. 594659) I have problems with the newest revision (rev. 774239) Ricardo On Mon, Jan 4, 2010 at 10:07 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Well, I compiled mod_lbmethod_rr.c with APXS

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
//192.168.1.14/index1.php ProxySet lbmethod=roundrobin BalancerMember http://192.168.1.15/index2.php BalancerMember http://192.168.1.16/index2.php I haven't problems with others algorithms. Ricardo On Sun, Jan 3, 2010 at 1:47 PM, Eric Covener wrote: > On Sun, Jan 3, 2010 at 6:4

[us...@httpd] How install sub mod

2010-01-03 Thread ricardo figueiredo
I'd like to how I install a sub module. I'm trying to install mod_lbmethod_rr.c (Revision 774239*).* * * *I install APACHE using the following:* *./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make && make install* * * *If necessary, I install APACHE again.* Ricardo

Re: [us...@httpd] Request Counting algorithm

2010-01-02 Thread ricardo figueiredo
/index.php BalancerMember http://machine3/index.php BalancerMember http://machine4/index.php When I start APACHE I don't see web page !!! Ricardo On Wed, Dec 23, 2009 at 5:08 PM, Eric Covener wrote: > On Wed, Dec 23, 2009 at 12:37 PM, ricardo figueiredo > wrote: > > H

[us...@httpd] Installing Apache 2.2.11 and 2.2.6 in the same Solaris 10 box

2009-12-29 Thread Ricardo A. Siri
directory other than /usr/local/apache2 I didnt finf how to do this Thansk in advance Best regards Ricardo

Re: [us...@httpd] Request Counting algorithm

2009-12-23 Thread ricardo figueiredo
How do I add RR in mod_proxy ??? http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c?view=markup&pathrev=594659 <http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c?view=markup&pathrev=594659>I put but doesn't work !! Rica

Re: [us...@httpd] Request Counting algorithm

2009-12-22 Thread ricardo figueiredo
Sorry But doesn't work I added RR in the end of mod_proxy !!! Ricardo On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagielski wrote: > Yep > > On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote: > > > I found this link: > > > http://svn.apache.org/viewvc

Re: [us...@httpd] Request Counting algorithm

2009-12-21 Thread ricardo figueiredo
I found this link: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c?view=markup&pathrev=594659 Is This code RR right ??? Ricardo On Mon, Dec 21, 2009 at 12:04 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Where Can I get this algorithm

Re: [us...@httpd] Request Counting algorithm

2009-12-21 Thread ricardo figueiredo
Where Can I get this algorithm ??? Which URL ??? Ricardo On Mon, Dec 21, 2009 at 11:55 AM, Jim Jagielski wrote: > There is an experimental/example RR LB provider module in httpd-trunk > that I wrote that works. > > On Dec 18, 2009, at 4:01 PM, ricardo figueiredo wrote: >

Re: [us...@httpd] Request Counting algorithm

2009-12-18 Thread ricardo figueiredo
Is there RR implemented in mod_proxy ??? Independently of the lbfactor. I need too much !!! Thank you Ricardo On Tue, Dec 15, 2009 at 5:11 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > > Perfect !!! > > I want to know "How does It work ??" > > R

[us...@httpd] Counting requests

2009-12-17 Thread ricardo figueiredo
hi, How Can I count the number of requests processed ? For example, I would like to count the number of requests were processed each ten seconds. Like as monitor -- Ricardo

Re: [us...@httpd] Request Counting algorithm

2009-12-15 Thread ricardo figueiredo
Perfect !!! I want to know "How does It work ??" Ricardo On Tue, Dec 15, 2009 at 5:08 PM, Jim Jagielski wrote: > Almost, but not quite. RR says "go to the next one in the list, no > matter if it was just the last one to return" whereas the request > counting o

Re: [us...@httpd] Request Counting algorithm

2009-12-15 Thread ricardo figueiredo
think that there would be a small difference in the number of connections between machines. Ricardo On Tue, Dec 15, 2009 at 2:55 PM, André Warnier wrote: > ricardo figueiredo wrote: > >> Hi, >> >> I was trying to implement Round Robin in mod_proxy, but I realized that &

[us...@httpd] Request Counting algorithm

2009-12-15 Thread ricardo figueiredo
Hi, I was trying to implement Round Robin in mod_proxy, but I realized that Request Counting is like as Round Robin when all values of lbfactor are equal. Is That right ??? -- Thank you Ricardo

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
I configured KeepAlive like Off. Didn't change !!! But it works when I configured KeepAliveTimeout to 0. Ricardo On Wed, Dec 9, 2009 at 10:30 AM, ricardo13 wrote: > > Maybe ?? > > Ricardo > > > Mark Watts wrote: > > > > On Wed, 2009-12-09 at 10:24 -02

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
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 the same instant, I reload the web page of mod_status and busy_worker = 30. After 5 seconds, busy_worker was like 1. Ricardo On

[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
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

Re: [us...@httpd] mod_rewrite + mod_status

2009-11-17 Thread ricardo figueiredo
Thank you Ricardo On Tue, Nov 17, 2009 at 10:55 AM, Eric Covener wrote: > On Tue, Nov 17, 2009 at 7:43 AM, ricardo13 > wrote: > > > > hi, > > > > I have a problem. > > I'm using mod_rewrite and mod_status. > > > > mod_status is conf

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

2009-09-10 Thread ricardo figueiredo
ok !! Ricardo On Thu, Sep 10, 2009 at 2:00 AM, Krist van Besien wrote: > On Wed, Sep 9, 2009 at 7:51 PM, ricardo13 > wrote: > > > > > Ok !! > > Do I need any special parameter for compile ?? > > For example: ./configure --with-64bit > > In your case,

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

2009-08-05 Thread ricardo figueiredo
Ok !! I will see this command. Thank you Ricardo On Wed, Aug 5, 2009 at 9:10 AM, André Warnier wrote: > ricardo13 wrote: > >> hi, >> >> I would like to monitor the number of connections actives in web server at >> that moment. >> How do I get ? Does

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

2009-07-29 Thread ricardo figueiredo
s the maximum value, that means overloaded web server. Then, my program drops requests. Sorry one more time Thank you Ricardo On Wed, Jul 29, 2009 at 10:19 AM, André Warnier wrote: > ricardo13 wrote: > >> hi,I need information about queue size.Do mod_status provides this >

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

2009-07-13 Thread ricardo figueiredo
Hi, h, bad news !! I would like to change request_rec object only using the external program. Thank you. Ricardo On Mon, Jul 13, 2009 at 8:40 AM, Eric Covener wrote: > On Mon, Jul 13, 2009 at 7:00 AM, ricardo13 > wrote: > > > > hi all, > > > > I wou

Re: [us...@httpd] apache monitoring

2009-07-08 Thread ricardo figueiredo
On Wed, Jul 8, 2009 at 12:24 PM, Morten K. Poulsen wrote: > On Wed, 2009-07-08 at 12:12 -0300, ricardo figueiredo wrote: > > There is a Perl program to extract information. > > > > The program requests a page created for mod_status and write in a file > > Yes, and it&#

Re: [us...@httpd] apache monitoring

2009-07-08 Thread ricardo figueiredo
Hi, There is a Perl program to extract information. The program requests a page created for mod_status and write in a file Ricardo On Wed, Jul 8, 2009 at 12:03 PM, Morten K. Poulsen wrote: > On Wed, 2009-07-08 at 09:57 -0400, Tony Rice (trice) wrote: > > Be sure to configure it with

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

2009-07-03 Thread ricardo figueiredo
implement it in Apache webserver, but dont know where I start. Ricardo > > 2009/7/3 ricardo figueiredo > > Hi, >> >> Is There any module that I could modified ?? >> >> Ricardo >> >> >> On Fri, Jul 3, 2009 at 8:49 AM, ricardo figueiredo <

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

2009-07-03 Thread ricardo figueiredo
Hi, Is There any module that I could modified ?? Ricardo On Fri, Jul 3, 2009 at 8:49 AM, ricardo figueiredo wrote: > > > On Thu, Jul 2, 2009 at 10:53 PM, Sean Conner wrote: > >> It was thus said that the Great ricardo figueiredo once stated: >> > >> >

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

2009-07-03 Thread ricardo figueiredo
On Thu, Jul 2, 2009 at 10:53 PM, Sean Conner wrote: > It was thus said that the Great ricardo figueiredo once stated: > > > > That's the question. I dont have any idea. > > If you have no idea how to prioritize the requests, then I doubt you'll > get much

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

2009-07-02 Thread ricardo figueiredo
Hi, That's the question. I dont have any idea. I think rename the process (Ex: httpd_high and httpd_low), or add some variable. I dont know !!! Do you have any idea ??? Ricardo On Thu, Jul 2, 2009 at 5:09 PM, Jonathan Zuckerman wrote: > On Thu, Jul 2, 2009 at 1:06 PM, ricardo >

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

2009-07-02 Thread ricardo figueiredo
Hi, Imagine a queue with many requests for low priority (requests_low), after arrive a request high priority (request_high). Request_high is then processed first than others. Provide QoS (Quality of Service) Thank you Ricardo On Thu, Jul 2, 2009 at 4:56 PM, Jonathan Zuckerman wrote: >

Re: [us...@httpd] Only to suggest

2009-07-01 Thread ricardo figueiredo
Hi, I only asked for a opinion. Ricardo On Wed, Jul 1, 2009 at 10:34 AM, Eric Covener wrote: > On Wed, Jul 1, 2009 at 9:02 AM, ricardo > figueiredo wrote: > > Hi all, > > > > Anyone ?? > > Try it and see. > > >

Re: [us...@httpd] Only to suggest

2009-07-01 Thread ricardo figueiredo
Hi all, Anyone ?? Ricardo On Tue, Jun 30, 2009 at 4:47 PM, ricardo13 wrote: > > 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

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

2009-06-17 Thread ricardo figueiredo
Hi, Other question. I compiled Apache with parameter --with-mpm=worker. What default values and maximum values for directives (ServerLimit, MaxClient, ThreadsPerChild, etc) ??? Thank you Ricardo On Wed, Jun 17, 2009 at 8:34 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote:

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

2009-06-17 Thread ricardo figueiredo
Hi Prasanna Ram, Great Help !!! Thank you very much. Ricardo On Wed, Jun 17, 2009 at 8:30 AM, Prasanna Ram Venkatachalam < vpra...@gmail.com> wrote: > Only installing Apache ??? Couldn't insert only module worker.c ?? >> > > Nope. You have to recompile it as

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

2009-06-17 Thread ricardo figueiredo
gt; >> >> Other question. How do I change to MPM Worker ?? > > > Compile like this > ./configure --prefix=/usr/local/apache --with-mpm=worker > Only installing Apache ??? Couldn't insert only module worker.c ?? Thank you Ricardo > Regards > Prasanna Ram > -- Muito Obrigado Ricardo

Re: [us...@httpd] mod_log_config

2009-06-15 Thread ricardo figueiredo
Hi, How do I modified mod_log_config to write log only in a row ??? Instead append log in file. Thank you Ricardo On Mon, Jun 15, 2009 at 11:22 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > ok Eric, > > One more time: Thank you > > Ricardo > > > On

Re: [us...@httpd] mod_log_config

2009-06-15 Thread ricardo figueiredo
ok Eric, One more time: Thank you Ricardo On Mon, Jun 15, 2009 at 11:19 AM, Eric Covener wrote: > On Mon, Jun 15, 2009 at 9:50 AM, ricardo > figueiredo wrote: > > Hi, > > > > How do I compile Apache with mod_log_config like DSO ??? > > > > I compiled Apache

Re: [us...@httpd] mod_log_config

2009-06-15 Thread ricardo figueiredo
Hi, How do I compile Apache with mod_log_config like DSO ??? I compiled Apache like this: ./configure --enable-proxy --enable-rewrite Thank you Ricardo On Mon, Jun 15, 2009 at 10:32 AM, Eric Covener wrote: > On Mon, Jun 15, 2009 at 9:18 AM, ricardo > figueiredo wrote: > > Hi, &g

Re: [us...@httpd] mod_log_config

2009-06-15 Thread ricardo figueiredo
r/local/apache2/conf/httpd.conf: module log_config_module is built-in and can't be loaded". Thank you Ricardo On Fri, Jun 12, 2009 at 10:57 PM, Eric Covener wrote: > On Fri, Jun 12, 2009 at 5:45 PM, ricardo > figueiredo wrote: > > double d; > > >fscanf(s

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
On Fri, Jun 12, 2009 at 6:37 PM, Eric Covener wrote: > On Fri, Jun 12, 2009 at 3:45 PM, ricardo > figueiredo wrote: > >>>> > > >>>> > But When I request a page doesn't show "Value: 1234" in the prompt, > >>>&g

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
;|/usr/local/apache2/program" common >>> > >>> > But When I request a page doesn't show "Value: 1234" in the prompt, for >>> > example. >>> > What's wrong ?? Anyone has a example ?? >>> >>> Where does standa

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
Hi CustomLog "logs/default_log|/usr/local/apache2/program" common Excuse my stupidity. Now, I understood. How do I compile mod_log_config ? I modified a parameter. Thank you Ricardo On Fri, Jun 12, 2009 at 4:17 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote:

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
Hi, When I configured only file apache works. CustomLog logs/default_log common Now, I configured: CustomLog "logs/default_log|/usr/local/apache2/program" common and Apache doesn't work. Thank you Ricardo On Fri, Jun 12, 2009 at 4:09 PM, Eric Covener wrote: > On Fri, Jun 1

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

2009-06-08 Thread ricardo figueiredo
Hi again, Can I get processing time of a request ?? Thank you Ricardo On Mon, Jun 8, 2009 at 12:19 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > UpTime is the time (in seconds) that start server. > That's right ?? > > Ricardo > > > > On Mo

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

2009-06-08 Thread ricardo figueiredo
UpTime is the time (in seconds) that start server. That's right ?? Ricardo On Mon, Jun 8, 2009 at 12:15 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi all, > > Only more a thing. > What's "UpTime" metric ??? > > Thank you > Ricardo

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

2009-06-08 Thread ricardo figueiredo
Hi all, Only more a thing. What's "UpTime" metric ??? Thank you Ricardo On Mon, Jun 8, 2009 at 10:53 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi all, > > Ok. That's work. Great help. > Thank you very much. > > Ricardo > >

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

2009-06-08 Thread ricardo figueiredo
Hi all, Ok. That's work. Great help. Thank you very much. Ricardo On Mon, Jun 8, 2009 at 10:38 AM, Foster, Stephen (ASPIRE) < steve.fos...@hmrcaspire.com> wrote: > > > > ------ > > *From:* ricardo figueiredo [mailto:ricardoogra...@gmail.c

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

2009-06-08 Thread ricardo figueiredo
Hi all, thank you by code. But, what's "log_server_status" ?? a program ?? I google it, but didn't find it. Ricardo On Mon, Jun 8, 2009 at 10:22 AM, Foster, Stephen (ASPIRE) < steve.fos...@hmrcaspire.com> wrote: > Why not have a look at “log_server_status”

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

2009-06-08 Thread ricardo figueiredo
m a script? How do I do it ? > > > Second, mod_status write the information in the text file every 1 second. > > I suggest you relax your monitoring a bit, otherwise you'll have more > activity by the monitoring than by the "real" thing. >Ok. Do you suggest a time ?? 2

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

2009-06-05 Thread ricardo figueiredo
Hi, Anyone ??? Ricardo On Wed, Jun 3, 2009 at 3:49 PM, ricardo13 wrote: > > 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: &g

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

2009-05-27 Thread ricardo figueiredo
.*)' to uri '/1' (5) map lookup OK: map=prgmap key=/1 -> val=/bad_url (2) rewrite '/1' -> 'http:///bad_url/' (2) forcing proxy-throughput with http:///bad_url/ (1) go-ahead with proxy request proxy:http:///bad_url/ [OK] How I drop request instead forward to

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

2009-05-27 Thread ricardo figueiredo
Hi, I run the program outside of Apache, and it works perfeclty (How I would like). When typed 'http://localhost/1' in browser, the variable number is assigned value 1. Why mod_rewrite doesn't rewrite URL ??? I'm writing IP address to output program. Thank You Ricardo On

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

2009-05-23 Thread ricardo figueiredo
ok !!! Perfect Eric Thank you very much ! It was great help Ricardo On Sat, May 23, 2009 at 2:51 PM, Eric Covener wrote: > On Sat, May 23, 2009 at 1:36 PM, ricardo figueiredo > wrote: > > Hi, > > > > Thank you !!! good explanation ! Now, I know >

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

2009-05-23 Thread ricardo figueiredo
that forward requests to server, like as ProxyPass /cluster2 http://192.168.1.12 ProxyPassReverse /cluster2 http://192.168.1.12 But, it isn't happen !!! ProxyPassReverse doesn't get the output of external program !!! Thank you Ricardo On Fri, May 22, 2009 at 11:27 PM, Eric Covener wrote:

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-21 Thread ricardo figueiredo
lse I pass the request to cluster (According to the classification is selected a cluster) . Undestand ??? Thank you Ricardo

Re: [us...@httpd] Mod_rewrite and mod_proxy_balancer

2009-05-20 Thread ricardo figueiredo
Anyone ??? Or my English isn't good ?? Ricardo On Wed, May 20, 2009 at 3:13 PM, ricardo13 wrote: > > 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

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

2009-05-05 Thread ricardo figueiredo
Hi Krist, Thank you !! On Tue, May 5, 2009 at 11:11 AM, Krist van Besien wrote: > On Tue, May 5, 2009 at 2:32 PM, ricardo figueiredo > wrote: > > Hi Krist, > > > > Sorry. My English doesn't good !!! > > You're right, I want a particular request to

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

2009-05-05 Thread ricardo figueiredo
Hi Krist, Sorry. My English doesn't good !!! You're right, I want a particular request to be dropped in stead of forwarded to the backend, Do you have any example using RewriteRule ?? Thank you Ricardo On Tue, May 5, 2009 at 4:48 AM, Krist van Besien wrote: > On Mon, May 4,

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

2009-04-29 Thread ricardo figueiredo
Hi, spc (Hope this helps) - > Great The external program's (in C) working ! Wonderfull !!! Thank you very much to Brian, Eric and Sean Ricardo On Wed, Apr 29, 2009 at 4:17 PM, Sean Conner wrote: > It was thus said that the Great Brian Mearns once stated: > &g

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

2009-04-29 Thread ricardo figueiredo
Hi, Good explanation !!! But, How do you improve this C program ? On Wed, Apr 29, 2009 at 3:09 PM, Brian Mearns wrote: > On Wed, Apr 29, 2009 at 1:58 PM, ricardo figueiredo > wrote: > > Sorry, > > > > Let me explain my situation again. > > I'm using

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

2009-04-29 Thread ricardo figueiredo
ost/sid#8b4cd68][rid#8ce45a0/initial] (2) local path result: Why is this error ?? I hope have given all information. Ricardo #include > int main() { > int id = 0; > >>>> fscanf(stdin, "%d", &id); > >>>> switch(id) { > >>>

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

2009-04-02 Thread ricardo figueiredo
Hi Tom, Your reply is perfect I understood yout explanation !!! My doubt this resolved !! Thank you All (Tom, Eric, Pressaman) Ricardo On Thu, Apr 2, 2009 at 12:31 PM, Tom Evans wrote: > On Thu, 2009-04-02 at 08:09 -0700, ricardo13 wrote: > > Hi, > > > > APR make

Re: [EMAIL PROTECTED] mod_ssl + basic auth

2008-10-30 Thread Ricardo Ramos
read about that.. But is there another way then I can solve my problem? Thanks! Ricardo On Thu, Oct 30, 2008 at 1:55 PM, Jorge Medina <[EMAIL PROTECTED]> wrote: > > http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslverifyclient > > Try moving SSLVerifyClient outsid

[EMAIL PROTECTED] mod_ssl + basic auth

2008-10-29 Thread Ricardo Ramos
that part is ignored... Any suggestions? PS - i've seen already the ssl_howto page (in fact this is a bit based from there) Thanks in advance for any help! Ricardo ServerName intra54.dei.uc.pt DocumentRoot/var/www/intra54/html S

[EMAIL PROTECTED] Are There others algorithm scheduler to load balance in Apache ??

2008-10-15 Thread ricardo figueiredo
hi, I am search modules or programs that has differents algorithns to load balancers. The module mod_proxy_balancer has just 2 algorithm and I want test others load balancers. -- Thank You !! Ricardo

[EMAIL PROTECTED] mod_backhand for Apache 2.0 / 2.2 ?

2008-10-13 Thread ricardo figueiredo
hi jansen, I wanted know others modules that have others algorithm schedulers. Because mod_proxy_balance has just 2 algorithm -- Thank you Ricardo

[EMAIL PROTECTED] Algorithm Scheduler to Load Balance

2008-10-13 Thread ricardo figueiredo
hi, I newbie Apache, I wanted build a Reverse Proxy, but module mod_load_balance has just two algorithm: Request Counting and Weight Traffic. I wanted know if there are algorithm to load balance or other module that implement new algorithm. -- Thank you Ricardo

Re: [EMAIL PROTECTED] Something missing - the upgrade info?

2008-07-31 Thread Ricardo
for making Apache such an excellent resource to = > the masses. You can find it here, http://httpd.apache.org/docs/2.2/install.html#upgrading Ricardo - The official User-To-User support forum of the Apache HTTP Server Proj

Re: [EMAIL PROTECTED] Version 1.3.x, 2.0.x and 2.2.x

2007-11-19 Thread Ricardo Stella
est the following: http://httpd.apache.org/docs/1.3/new_features_1_3.html http://httpd.apache.org/docs/2.0/new_features_2_0.html http://httpd.apache.org/docs/2.2/new_features_2_2.html Regards... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Rica

Re: [EMAIL PROTECTED] Re: Apache2 and Upload Progress in mod_jk

2007-07-25 Thread Ricardo Stella
ple receive messages once a day in a digest, others file them to folders and only access them once a day, so wait at least 24 hours before asking again. My .02.. -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider Uni

Re: [EMAIL PROTECTED] Problems with LDAP and Basic Authentication

2007-03-27 Thread Ricardo Stella
uthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPURL "ldap://localhost:389/o=your_own_base?uid?sub?"; require valid-user -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider Univers

Re: [EMAIL PROTECTED] Apache 1.3.37 compilation error with mod_auth_ldap on Solaris 2.6

2006-11-21 Thread Ricardo Stella
ache" \ "--enable-shared=ssl" \ "--enable-shared=max" make make install -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University;Office of Information Technology adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 title:Assistant Director

Re: [EMAIL PROTECTED] ldap to ldaps under httpd-2.2

2006-09-28 Thread Ricardo Stella
Looks good... I'm not sure - you might want to debug it by running the ldapsearch client from the command line. My guess is there's something going on with stunnel not accepting the connections. Is it logging anything ? Stuart Kendrick wrote: > hi ricardo, > > ok, what you

Re: [EMAIL PROTECTED] ldap to ldaps under httpd-2.2

2006-09-26 Thread Ricardo Stella
hen: LDAPTrustedMode TLS # If you run TLS, you can set this or add STARTLS at the end of the ldap url ... AuthLDAPURL ldap://dc.fhcrc.org:389/dc=fhcrc,dc=org?sAMAccountName?sub?(objectClass=user) Hope this helps... My .02... -- °(((=((===°°°(((===

Re: [EMAIL PROTECTED] Rewrite http to https

2006-09-20 Thread Ricardo Stella
t's the best way, but it works for me... We don't use the variable instead of a hard coded name for other reasons but should work otherwise... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella

Re: [EMAIL PROTECTED] multiple SSL certs on one server behind a NAT router

2006-09-12 Thread Ricardo Stella
ificate, ie multiple names entries in subjectAltName, if you are generating your own certs... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 v

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-31 Thread Ricardo Stella
local/ssl" \ "--with-ldap" \ "--enable-ldap" \ "--enable-authnz-ldap" \ "--enable-ssl" \ "$@" ---END--- The main thing is to make sure apache can find your built-in libraries if you don't supply them. On the RHEL setups I omit the ldap-incl

Re: [EMAIL PROTECTED] Please help... apache hacked?

2006-07-15 Thread Ricardo Kleemann
does ANYBODY even know what bots.txt even DOES? bots.txt should look like this: accept all reject altaVista look at virussin.com/bots.txt to see what it SHOULD do... its for SEARCH EINGINES. the bot grabs it, looks at it, and it its on the white list of eingines, it caches the site, if its on

Re: [EMAIL PROTECTED] Please help... apache hacked?

2006-07-15 Thread Ricardo Kleemann
Thanks Max. A first look shows that the script "bots.txt" currently available targets vulnerable installation of "Joomla" and "Mambo". There are some vulnerabilities reported for the included phpBB and an extension called perForms. But how in the first place, is apache even downloading the b

[EMAIL PROTECTED] Please help... apache hacked?

2006-07-14 Thread Ricardo Kleemann
guessing that they were collecting website information?   PLEASE HELP...   Thanks Ricardo

Re: [EMAIL PROTECTED] apache 2.2.2 and talking to Tomcat 5.5 via ProxyPass

2006-07-06 Thread Ricardo Stella
e ajp ? Or should I list them separatedly such as: ProxyPass /mytomcatapp/stylesheets http://127.0.0.1:8009/mytomcatapp/stylesheets Thanks again... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo

[EMAIL PROTECTED] apache 2.2.2 and talking to Tomcat 5.5 via ProxyPass

2006-07-05 Thread Ricardo Stella
ories with relative paths (ie ./stylesheets/...) And the problem is that these are not being proxied. Any ideas ? TIA... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrencevill

Re: [EMAIL PROTECTED] What tomcat connector to use?

2006-05-31 Thread Ricardo Stella
n.com/category.aspx?cid=Retirement > > > - > The official User-To-User support forum of the Apache HTTP Server > Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL

Re: [EMAIL PROTECTED] Where to download a windows executable installation version of Apache 1.3.12 ?

2006-05-26 Thread Ricardo Stella
rsion at all !!! Also, if you visit Apache's home site, you'll find links to downloadable binaries... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrence

Re: [EMAIL PROTECTED] Apache and Tomcat 4.0.6

2006-05-19 Thread Ricardo Stella
s /servlets-examples ajp://127.0.0.1:8009/servlets-examples My .02... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;086

Re: [EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10

2006-05-11 Thread Ricardo Stella
ble-ldap \ --enable-authnz-ldap \ --enable-ssl I'm using gcc 3.3.2 from sunfreeware.com... My .02... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 version:2.1 end:vcard

Re: [EMAIL PROTECTED] make failed : apache2.0.55 + solaris 2.8 sparc

2006-05-09 Thread Ricardo Stella
sunfreeware... My .02... -- °(((=((===°°°(((=== begin:vcard fn:Ricardo Stella n:Stella;Ricardo org:Rider University adr;dom:;;2083 Lawrenceville Rd;Lawrenceville;NJ;08648 version:2.1 end:vcard - The official User-To-User support forum of the Apa

  1   2   >