[EMAIL PROTECTED] Apache 2.2.4 childs dumping core when SSLSessionCache uses shm

2007-03-23 Thread Yannick Mercier
Hey list, when I set SSLSessionCache to shm:/opt/apache/logs/ssl_scache(512000) or to shmcb:/opt/apache/logs/ssl_scache(512000) httpd childs dump core with this output to the error_log when LogLevel is set to debug : [Mon Mar 19 08:45:27 2007] [info] Initial (No.1) HTTPS request received for chi

[EMAIL PROTECTED] Virtual folder question

2007-03-23 Thread Philip Radford
Hi all,   I am looking for a way to setup a virtual folder/alias on apache to identify each customer in my application.   We currently have the following in place on our web application: 1 alias called booking with a querystring parameter called site to identify each customer:- http://www.xyz.com/b

RE: [EMAIL PROTECTED] authnz with multiple AD domains and Global Catalog

2007-03-23 Thread Keith O'Brien
Finally got around to working on this again. I found the solution via trial and error. Once I found the solution it seemed so simple but I couldn't find the answer on the web. I needed to define the searchbase instead of using the '>'. Once I did this everything worked as expected. Instead of

[EMAIL PROTECTED] Fw: Shared object (.so) creation in apache 2.2.4

2007-03-23 Thread Alan Wilcox
I have just installed apache 2.2.4 on a unix system. A number of modules we had enabled as DSOs on apache 1.3 are now shown as not installed by the configure/make process. Shown on the right. I do have some (not all) of the source modules in the ./httpd-2.2.4 /modules/metadata directory unload

[EMAIL PROTECTED] requests hang

2007-03-23 Thread [EMAIL PROTECTED]
hello, i have apache 1.3.x w/ php 5.x running in FreeBSD 5.x VMware virtual machine on Windows XP Pro lately i start to experience hanging request - a) i click on a link b) the browser (FF/IE) indicates that there is request in progress c) the top command in FreeBSD shows the httpd process d)

Re: [EMAIL PROTECTED] Accuracy of Apache %D on Windows

2007-03-23 Thread Tony Anecito
Thanks Howard for asking the question. I forgot to mention I am running under Windows 2000 32-bit. I am using a java version 1.6 that measures down to nanosecond resolution and java had done this since version 1.5. So not sure why I am getting 15msec resolution when expecting microsec

Re: [EMAIL PROTECTED] Accuracy of Apache %D on Windows

2007-03-23 Thread Howard Young
Does Apache use the Win32 API? There is a high quality timer under Win32. As with Linux I think it reacts differently depending on the hardware. Tony Anecito wrote: Hi All, Has anyone noticed the accuracy of the 10microsecond timer is actually 15milliseconds under windows? Seems to negate

[EMAIL PROTECTED] Using mod_rewrite and mod_proxy add SSL DN as Basic authentication header

2007-03-23 Thread CS Wong
Hi, We have a reverse proxy that accepts requests over HTTPS with client cert authentication, which will then proxy over the request to the internal server(s) over plain HTTP. In the internal server's application, it would authenticate the user using Basic authentication. Right now, the proxy ser

Re: [EMAIL PROTECTED] Calculating maximum throughput for an Apache based system

2007-03-23 Thread Joshua Slive
On 3/23/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Fri, 23 Mar 2007 09:43:35 -0400 "Wm.A.Stafford" <[EMAIL PROTECTED]> wrote: > I have been asked to come up with a figure for the number of users > per unit time our > Apache-based site can support and to indicate the resource; memory, > disk spac

[EMAIL PROTECTED] Accuracy of Apache %D on Windows

2007-03-23 Thread Tony Anecito
Hi All, Has anyone noticed the accuracy of the 10microsecond timer is actually 15milliseconds under windows? Seems to negate the purpose of having a microsecond timer. Perhaps I am wrong? -Tony - Don't be flakey. Get Yahoo! Mail for Mobile and

Re: [EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-23 Thread Chris Huisman
So has nobody else experienced the same problem? Is this a bug? Should I provide more information? Where can I find the error codes for proxy ajp? Chris. Chris Huisman wrote: Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:3

Re: [EMAIL PROTECTED] Calculating maximum throughput for an Apache based system

2007-03-23 Thread Robin-David Hammond
I have one stat to offer. NetBSD 4.0_BETA2 (ANDROMEDA-$Revision: 4.212 $) #0: Wed Jan 17 07:52:19 PST 2007 total memory = 1536 MB avail memory = 1485 MB timecounter: Timecounters tick every 10.000 msec found Grand Central at 0xf300 mainbus0 (root) cpu0 at mainbus0: 750 (Revision 2.3), ID 0

Re: [EMAIL PROTECTED] Calculating maximum throughput for an Apache based system

2007-03-23 Thread Nick Kew
On Fri, 23 Mar 2007 09:43:35 -0400 "Wm.A.Stafford" <[EMAIL PROTECTED]> wrote: > I have been asked to come up with a figure for the number of users > per unit time our > Apache-based site can support and to indicate the resource; memory, > disk space etc, that > would be maxed out when this number

[EMAIL PROTECTED] Calculating maximum throughput for an Apache based system

2007-03-23 Thread Wm.A.Stafford
I have been asked to come up with a figure for the number of users per unit time our Apache-based site can support and to indicate the resource; memory, disk space etc, that would be maxed out when this number of users was reached. There are so many assumptions that would have to be made, such

[EMAIL PROTECTED] Apache 2.2 together with OC4J standalone application server

2007-03-23 Thread ETANOIL
The following module in Apache httpd.conf " ProxyRequests Off ProxyPreserveHost On ProxyPass / http://localhost:/ ProxyPassReverse / http://localhost:/ " results in displaying the default 'Welcome to Oracle Containers for J2EE...' either from my localhost or from the outside world. Howe

[EMAIL PROTECTED] SSI enabled alternative method

2007-03-23 Thread Howard Young
Hello, Re: http://httpd.apache.org/docs/2.0/howto/ssi.html I see the link specifies two methods of enabling SSI. shtml and xbithack. If I were to create a symlink or shortcut called thehtmlfile.shtml and point it at thehtmlfile.html, could the html file remain as before but be evaluated when

Re: [EMAIL PROTECTED] reverseproxy+rewriterules

2007-03-23 Thread Susan Roesner RZ
Hello Nick, thanks for your answer. I looked again at the apache-httpd-users maillist but i couldn't find your posts (looked until march, 18th). Please could you send me the link to the tutorial you mentioned again so that I will see if it is the solution to our problem? Many thanks and Regard

Re: [EMAIL PROTECTED] reverseproxy+rewriterules

2007-03-23 Thread Nick Kew
On Fri, 23 Mar 2007 09:21:11 +0100 (CET) Susan Roesner RZ <[EMAIL PROTECTED]> wrote: > Problem: folder1 has a login page which uses https but the rest of > the pages within folder1 are http. So if the user clicks on some > pages which are servered via http everything works fine but as soon > as h

Re: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-23 Thread William A. Rowe, Jr.
Boyle Owen wrote: > > The FAQ is fine - it describes the situation as it is on the vast > majority of extant browsers and servers. The RFC you are going to read > carefully describes a new proposal; basically, to put an additional > header into the cleartext preamble before the SSL session is > es

[EMAIL PROTECTED] reverseproxy+rewriterules

2007-03-23 Thread Susan Roesner RZ
Hello, We have several backend Webservers, not reachable from the internet. Everything goes over our proxyserver. We are using RewriteRules and mod_Proxy to create a unique address schema. So if a user types www.example.com/folder1 the proxy passes him to internal1.example.com/folder1 whithout