[us...@httpd] Zugriff fuer eine LDAP-Gruppe verbieten

2010-09-14 Thread Rainer Sokoll
Hallo, folgendes Problem (apache 2.0.63): Auf einen bestimmten Pfad, der zugriffsgeschützt ist (mod_ldap) sollen alle authentifizierten User zugreifen können - bis auf eine bestimmte LDAP-Gruppe. Ich dachte an sowas: Auth-Geraffel require valid-user require group cn= Aber da

Re: [us...@httpd] Unable to load perl file

2010-09-14 Thread aparna aryan
Hello antonio, our perl script is being loaded from httpd.conf file. PerlRequire "/opt/app/ars/ovsd/perl/startup.pl" PerlModule ModPerl::Registry PerlModule Apache2::compat PerlModule Apache2::ServerRec PerlModule WIH::CaseExchange SetHandler modperl Perl

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

2010-09-14 Thread Joe Orton
On Sun, Sep 12, 2010 at 12:45:38AM -0400, Andrew Schulman wrote: ... > Looking around for an explanation of this, I found very little. The most I > could find was one comment > (http://stackoverflow.com/questions/357939/example-of-using-authtype-digest-to-authenticate-a-user-once-across-sub-domain

Re: [us...@httpd] Ssl front end proxy and Segmentation fault (11)

2010-09-14 Thread Joe Orton
On Wed, Sep 08, 2010 at 12:01:56AM -0400, Jason Pyeron wrote: > > > -Original Message- > > From: Jason Pyeron [mailto:jpye...@pdinc.us] > > Sent: Tuesday, September 07, 2010 22:03 > > To: users@httpd.apache.org > > Subject: [us...@httpd] Ssl front end proxy and Segmentation fault (11) > >

Re: [us...@httpd] Zugriff fuer eine LDAP-Gruppe verbieten

2010-09-14 Thread Rainer Sokoll
Oh, stupid me. I apologize for the previous post in German. My problem (apache 2.0.63): I have a certain path, protected by mod_auth_ldap. Access is granted to authenticated users only. Now, I need to deny access for all members of a certain LDAP group, but all the other users still must have acc

[us...@httpd] cookie for apache 2.2

2010-09-14 Thread sanoadi
Hi I am sending the cookie back to web server (appache 2.2) ; it is not getting recognized. Cookie is prepared in the below method, where variable cookie used contains all the cookies received in the header from the response. protected String prepareCookie() { String cookieValue

[us...@httpd] mod_jk balancing two balancer lists?

2010-09-14 Thread nino martinez wael
Hi Im not sure if this is the correct user list. But here goes. I have to separate sites, with 3 servers on each site. On site A I'd like to have a balancer which goes through server A1,A2 and A3 and if A1,A2,A3 were down it would go cross site to B1,B2 and B3.. What we have configured now are i

[us...@httpd] Invalid method in request \x80C\x01\x03\x01

2010-09-14 Thread Tushar Chavan
Hi experts, Below is the our scenario. browser -->Apache ---> SAP Web dispatcher ->SAP Portal Now I can acccess http://apachehostname:1443/irj but I can't access https://apachehostname:1443/irj . Below is the error I got Invalid method in request \x80C\x01\x03\x01

Re: [us...@httpd] Invalid method in request \x80C\x01\x03\x01

2010-09-14 Thread Eric Covener
On Tue, Sep 14, 2010 at 11:29 AM, Tushar Chavan wrote: > Hi experts, > > Below is the our scenario. > > browser -->Apache ---> SAP Web dispatcher ->SAP Portal > > Now I can acccess http://apachehostname:1443/irj but I can't access > https://apachehostname:1443/irj . Below is the error

[us...@httpd] Re: mod_jk balancing two balancer lists?

2010-09-14 Thread nino martinez wael
Im wondering if doing this would be ok: # We only use one load balancer worker.list=lb # Let's define some defaults worker.basic.port=8009 worker.basic.type=ajp13 worker.basic.socket_keepalive=true worker.basic.connect_timeout=1 worker.basic.recovery_options=7 # And we use th

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
Pablo, Here the o/p: command: ab -t 60 -c 100 https://domain/h/imp/login.php vmstat: [r...@wmail /]# vmstat -S M 2 20 procs ---memory-- ---swap-- -io --system-- -cpu-- r b swpd free buff cache si sobibo in cs us sy id wa st 40 0 0

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
I'm not familiar with Horde, does it run against a database server ?, based on the information you provided, there's seems to be something else preventing the apache to serve the requests on time. On Tue, Sep 14, 2010 at 2:19 PM, Paras pradhan wrote: > Pablo, > Here the o/p: > command: ab -t 60

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
Yes horde is based on PHP and Mysql. But the page I am hitting with ab is just the login page and no database involved. Paras. On Tue, Sep 14, 2010 at 12:43 PM, Pablo Garcia Melga wrote: > I'm not familiar with Horde, does it run against a database server ?, > based on the information you provi

[us...@httpd] How to deny access user based?

2010-09-14 Thread Rainer Sokoll
Hi, I grant access to /foo to valid-user. Of course, this works as expected. But now, I need a finer grained access control for /foo/bar. Still valid-user must have access, but EXCEPT user johndoe. I'm pulling my hair out searching for a way to accomplish that - without luck. I'm pretty sure that

RE: [us...@httpd] Invalid method in request \x80C\x01\x03\x01

2010-09-14 Thread Tushar Chavan
Hi Eric, Thanks you. Now I included httpd-ssl.conf file in httpd.conf file. Changed port from 1443 to 443. Now I am getting below error. Proxy client certificate callback: (apache_hostname:443) downstream server wanted client certificate but none are configured. Best Regards, T

RE: [us...@httpd] Unable to configure verify locations for client authentication

2010-09-14 Thread Tushar Chavan
Hi All, I have added parameter 'SSLProxyCACertificateFile= certificate of a remote server i.e SAP WEB DISPATCHER' . Now I get below error. Unable to configure verify locations for client authentication. When I comment SSLProxyCACertificateFile ,then apache server starts up. Anybo

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
Just confirmed that the runtime wait is happening to all the database based and non database based php scripts and with plain html files it is fine. Ideas? Paras. On Tue, Sep 14, 2010 at 12:46 PM, Paras pradhan wrote: > Yes horde is based on PHP and Mysql. But the page I am hitting with ab is >

Re: [us...@httpd] High load apache

2010-09-14 Thread Pablo Garcia Melga
Sorry Paras, I didn't catch it right , then the behavior is : Database based (Performs Wrong) Non Database based (perform good) html files (performs good) is this right ? Asuming this is the case, then you should check your database server to see if you're seeing stress signs on it. Also, if y

Re: [us...@httpd] High load apache

2010-09-14 Thread Paras pradhan
Pablo, With .html files, it performs good. with php scripts it doesnot (whether it is using database or not) I will look for jmeter. Thanks Paras. On Tue, Sep 14, 2010 at 5:00 PM, Pablo Garcia Melga wrote: > Sorry Paras, I didn't catch it right , then the behavior is : > > Database based (Pe

Re: [us...@httpd] Upgrade 1.3.12 -> 2.2.16: Reverse Proxy issues [WAS: Jserv issue ???]

2010-09-14 Thread Rainer Jung
On 14.09.2010 01:15, Sander Temme wrote: On Sep 13, 2010, at 10:57 AM, Mike Schleif wrote: Does NOT work: DOES work: Actually, the former works with IE, but does NOT work with Firefox. Editing the former to the latter, the latter works with both IE and Firefox. Is this the type of proble

Re: [us...@httpd] Apache mod-jk log rotate issue

2010-09-14 Thread Rainer Jung
On 13.09.2010 15:27, Joost de Heer wrote: On Mon, September 13, 2010 14:28, Garg, Saman wrote: Thanks Jeff for your reply. Is apache expected to not create new mod-jk log right on restart? Apache no longer creates the logfile, that's now left to rotatelogs. And rotatelogs only creates the file

[us...@httpd] LDAP authentication behind proxy?

2010-09-14 Thread Jon Hadley
In the following, the service on 8002 is a theming proxy, which also proxies the trac service on 8202 (among other things). All public requests come via 8022 (a testing port, that would usually be 80) The problem is, LDAP authentication (fairly obviously) only works when accessing the trac sit

Re: [us...@httpd] mod_jk balancing two balancer lists?

2010-09-14 Thread Rainer Jung
On 14.09.2010 16:29, nino martinez wael wrote: Hi Im not sure if this is the correct user list. But here goes. I have to separate sites, with 3 servers on each site. On site A I'd like to have a balancer which goes through server A1,A2 and A3 and if A1,A2,A3 were down it would go cross site to

Re: [us...@httpd] LDAP authentication behind proxy?

2010-09-14 Thread Eric Covener
On Tue, Sep 14, 2010 at 6:39 PM, Jon Hadley wrote: > In the following, the service on 8002 is a theming proxy, which also proxies > the trac service on 8202 (among other things).  All public requests come via > 8022 (a testing port, that would usually be 80) > > The problem is, LDAP authenticati

[us...@httpd] Apache Proxy Balancer cannot use other parameter except JSESSIONID for stickysession.

2010-09-14 Thread FUNASAKI KENJI
Hi, I have a question. Can Apache Proxy Balancer use other parameter except JSESSIONID for stickysession ? For example, like following httpd.conf. --- ProxyPass / balancer://mycluster/ lbmethod=byrequests timeout=5 stickysession=TESTID nofailover=On ProxyPassReverse / balancer://myclu

[us...@httpd] Can Apache Proxy Balancer gerenate value into cookie ?

2010-09-14 Thread FUNASAKI KENJI
Hi, I use Apache Proxy Balancer and Tomcat. And I succeeded Load Balancing and Sticky Session. However, I'd like not to use AP's jvmRoute, And I wish that Apach Proxy Balancer would set jvmRoute into user's cookie. ( like Amazon Elastic Load Balancing, load balancer-generated HTTP cookies. ht

Re: [us...@httpd] High load apache

2010-09-14 Thread John List
If you've already narrowed it down to php, jmeter probably won't help you further. Are you getting any error messages in your apache log? If not, check the log level in your php.ini file and set it to log everything. Is there not a list or forum for horde? Try posting there. John On 09/14