[us...@httpd] SSLVerifyClient in apache + openssl - 2

2009-04-17 Thread Mike Pechkin
hi, I've wrote here some days ago: http://marc.info/?l=apache-httpd-users&m=123979308812574&w=2 I've digged the issue: Note from CHANGES of openssl 0.9.8f: *) In the SSL/TLS server implementation, be strict about session ID context matching (which matters if an application uses a single

Re: [us...@httpd] load balancing with Apache for Tomcat workers

2009-04-17 Thread André Warnier
h iroshan wrote: Hi All, I need to configure mod_proxy_balancer for the load balancing of two tomcat instances running as backed servers. Can anybody give me any advice for how to configure mod_proxy_balancer with above scenario. Yes. 1) read the on-line documentation. http://httpd.apache.org/

[us...@httpd] load balancing with Apache for Tomcat workers

2009-04-17 Thread h iroshan
Hi All, I need to configure mod_proxy_balancer for the load balancing of two tomcat instances running as backed servers. Can anybody give me any advice for how to configure mod_proxy_balancer with above scenario. Best Regards, H. Iroshan

Re: [us...@httpd] Apache won't display index.cgi

2009-04-17 Thread André Warnier
Mike Diggins wrote: I'm running Apache 2.0.58 and Apache2-AuthenRadius-0.6 for authentication on a Sun Sparc V210. ... What have I missed? You might have better luck on the mod_perl list : modp...@perl.apache.org And, if Apache2-AuthenRadius-0.6 has any part written in C, my earlier re

[us...@httpd] mod_auth_ldap against AD issue

2009-04-17 Thread PMilanese
Greetings- I'm sure there is a more focused approach, but figure someone on this list will have had this experience. I setup authLDAP to AD's LDAP on one of our boxes that is not running winbind, with version 2.2.8 of apache. Config Below- Order deny,allow

Re: [us...@httpd] Apache won't display index.cgi

2009-04-17 Thread André Warnier
André Warnier wrote: Mike Diggins wrote: Thanks, I guess I have a bigger problem than I thought. I'm getting these errors in the apache server log after authenticating and during the time my index.cgi script should run. I don't know what's causing that! [Fri Apr 17 08:39:30 2009] [notice]

[us...@httpd] How does Mod_ssl decide what to use: of SSL or TLS?

2009-04-17 Thread Christopher Sean Hilton
Does anyone know the mechanism that mod_ssl uses to chose the connection protocol? Assuming the client will accept SSLv3 as well as any TLS, How does mod_ssl make this decision? Or, is it up to openssl? I've read the mod_ssl code and it's not obvious to me. Do the TCP window size have anyth

[us...@httpd] Re: Apache CustomLog Syslog Format

2009-04-17 Thread Dan Poirier
Suggest you read the documentation on CustomLog. -- Dan Poirier - 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: us

Re: [us...@httpd] Apache won't display index.cgi

2009-04-17 Thread André Warnier
Mike Diggins wrote: Thanks, I guess I have a bigger problem than I thought. I'm getting these errors in the apache server log after authenticating and during the time my index.cgi script should run. I don't know what's causing that! [Fri Apr 17 08:39:30 2009] [notice] child pid 18461 exit s

[us...@httpd] Apache CustomLog Syslog Format

2009-04-17 Thread Bastien LEGRAS
Hello, I'm using Apache 2.2.8 / Ubuntu and have a issue regarding CustomLog formatting and syslog. When in my VirtualHost I set : LogLevel info ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log "%t %l %u @%h Enterprise Directory - Apache TIMER:%T" Everything goes well but

Re: [us...@httpd] Apache won't display index.cgi

2009-04-17 Thread Mike Diggins
On Fri, 17 Apr 2009, André Warnier wrote: Mike Diggins wrote: I'm running Apache 2.0.58 and Apache2-AuthenRadius-0.6 for authentication on a Sun Sparc V210. I was running another radius module but this one seems better, so I switched. However, I can no longer get Apache to display my index

Re: [us...@httpd] chunked encoding & mod_deflate

2009-04-17 Thread howard chen
Hey On Fri, Apr 17, 2009 at 4:34 PM, Nick Kew wrote: > That probably means mod_deflate reduced the response sufficiently > to buffer all of it and set a Content-Length header.  Chunked encoding > is only useful where there's no Content-Length set. > Becuase I have exactly the "same php program

Re: [us...@httpd] chunked encoding & mod_deflate

2009-04-17 Thread Nick Kew
On 17 Apr 2009, at 05:01, howard chen wrote: Hello, Just want to ask if possible to set mod_deflate + chunked encoding together, similar to The two are independent. Transfer-Encoding=chunked Content-Encoding=gzip Should happen autmatically if it's needed. Currently I found if I set mod

Re: [us...@httpd] WebDAV works for anything but Windows Vista and Windows 7

2009-04-17 Thread antispam . apache . org
Pete.LeMay wrote: Vista and I'm assuming W7 have issues with most webdav, These are the extra steps on the client I've had to do to make vista work with webdav from a win server. (a) The below update must be applied. http://www.microsoft.com/downloads/details.aspx?FamilyId=17C36612-632E-4C04-9

Re: [us...@httpd] WebDAV works for anything but Windows Vista and Windows 7

2009-04-17 Thread antispam . apache . org
André Warnier wrote: André Warnier wrote: Summaries (apparently recently updated) can be found here : http://greenbytes.de/tech/webdav/webfolder-client-list.html http://greenbytes.de/tech/webdav/webdav-redirector-list.html Thanks for these summary links and the hints, André. Looks like Win

Re: [us...@httpd] Apache won't display index.cgi

2009-04-17 Thread André Warnier
Mike Diggins wrote: I'm running Apache 2.0.58 and Apache2-AuthenRadius-0.6 for authentication on a Sun Sparc V210. I was running another radius module but this one seems better, so I switched. However, I can no longer get Apache to display my index.cgi page when I browse to the directory it's