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
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
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
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
the request.
Can anyone help ?
best regards,
Ricardo
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
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
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
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
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:
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
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
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
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
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
//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
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
/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
directory other than /usr/local/apache2
I didnt finf how to do this
Thansk in advance
Best regards
Ricardo
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
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
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
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:
>
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
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
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
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
&
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
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
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
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
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
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,
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
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
>
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
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
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
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 <
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:
>> >
>> >
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
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
>
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:
>
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.
>
>
>
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
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:
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
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
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
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
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
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
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
;|/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
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:
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
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
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
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
>
>
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
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”
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
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
.*)' 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
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
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
>
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:
lse
I pass the request to cluster (According to the classification is
selected a cluster)
.
Undestand ???
Thank you
Ricardo
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
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
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,
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
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
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) {
> >>>
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
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
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
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
hi jansen,
I wanted know others modules that have others algorithm schedulers.
Because mod_proxy_balance has just 2 algorithm
--
Thank you
Ricardo
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
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
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
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
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
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
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
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...
--
°(((=((===°°°(((===
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
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
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
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
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
guessing that they were collecting website information?
PLEASE HELP...
Thanks
Ricardo
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
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
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
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
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
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
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 - 100 of 124 matches
Mail list logo