Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-13 Thread Erik Funkenbusch
> See my problem? I have to match a root page request with a query > string of ?id=[anything] There's an excellent book about regular expressions from O'Reilly. Spend a weekend with it, really. *sigh*. Do we really need the condescending tone? Especially since your example doesn't work either

Re: [EMAIL PROTECTED] configure apr

2006-09-13 Thread Jon Snow
Bobby, The apr is included with the apache distro. To use it include the configure option --with-included-apr and you should be ok - read the CHANGES file. e.g. cd httpd-2.2.3 ./configure --with-included-apr Regards, Jon On Thursday 14 September 2006 08:47, Bobby Gontarski wrote: > I am comp

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread bwobbones
Thanks for the reply, Sorry, a mis-communication. I mean process as in a series of steps. I.e. is there some way of getting httpd to print out the sequence of steps that it is using to determine which vhost to go to? William A. Rowe, Jr. wrote: > > bwobbones wrote: >> Hi, >> >> Does an

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread William A. Rowe, Jr.
bwobbones wrote: > Hi, > > Does anyone know how I can see the process by which apache is working out > which vhost to go to? I've got a problem where it's always going to the > default (http://www.nabble.com/More-Virtual-Host-problems-tf2265477.html) Unless you run perchild or memutex (sp?) MP

[EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread bwobbones
Hi, Does anyone know how I can see the process by which apache is working out which vhost to go to? I've got a problem where it's always going to the default (http://www.nabble.com/More-Virtual-Host-problems-tf2265477.html) Thanks, Greg -- View this message in context: http://www.nabble.co

Re: [EMAIL PROTECTED] More Virtual Host problems

2006-09-13 Thread bwobbones
Thanks for the reply, But no, I changed the name to protect the innocent. The real files contain correct host names. Steve Swift wrote: > > If what you've posted is accurate, the second host is not used because you > missed a dot from: > ServerName wwwhost2.com > > Surely it should be w

Re: [EMAIL PROTECTED] configure apr

2006-09-13 Thread herauthon
q) what OS (uname -a) q) from where (/root /??) q) why not just cd htt*3 ./configure ? - Original Message - From: Bobby Gontarski <[EMAIL PROTECTED]> To: Sent: Thursday, September 14, 2006 12:47 AM Subject: [EMAIL PROTECTED] configure apr > I am compiling apache 2.2.3, I first n

Re: [EMAIL PROTECTED] mod_publisher question

2006-09-13 Thread Devraj Mukherjee
Hi Nick, Thanks for the response. I read your article earlier and solved most of the issues :) except something like this. Notes will produce code like this in the HTML, and obviously that is not a URL as far as proxy_html is concered. Any suggestions will be welcome. Thanks for your time. QP

[EMAIL PROTECTED] ldap auth / empty connections

2006-09-13 Thread Stuart Kendrick
hi, i have a variant on the 'upgrading from apache 2.0 to 2.2, ldap authentication doesn't work' theme. i can see my apache server contact my ldap server ... but it doesn't perform a look-up, it just closes the connection and then re-opens it ... a handful of times, before logging a message c

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-13 Thread Ace Suares
> > http://mydomain/?id=abc123 > http://mydomain?id=abc123 > > get automatically mapped to > > http://mydomain/index.php?id=abc123 > > I can't change that those URL's exist already, so I have to be able to > handle them when they come in. But I want to also handle: > > http://mydomain/abc123 as ht

[EMAIL PROTECTED] configure apr

2006-09-13 Thread Bobby Gontarski
I am compiling apache 2.2.3, I first need to install apr from the source package, when I ./configure --prefix=/usr/local/apr-httpd/ I get error Could not detect suitable DSO implementation. I have no idea what to do to configure it and avoid this error. What am I missing? --

Re: [EMAIL PROTECTED] Strange css problem

2006-09-13 Thread Joshua Slive
On 9/13/06, Jesse C Cronce <[EMAIL PROTECTED]> wrote: I am having a strange css typing problem. When I call @import "file.css" the header which I get from LiveHTTPHeaders (after the GET request) shows the Content-Type as text/html. When I try to load the css file directly, I get the same. I am u

Re: [EMAIL PROTECTED] More Virtual Host problems

2006-09-13 Thread Steve Swift
If what you've posted is accurate, the second host is not used because you missed a dot from: ServerName wwwhost2.com Surely it should be www.host2.com ?-- Steve Swifthttp://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Windows max threads

2006-09-13 Thread William A. Rowe, Jr.
There's a quirk, when event #64 is triggered, it actually maps to the same result code as 'timeout'. Would call this a bug in the winnt mpm. Alex Turner wrote: > Joshua, > > Thanks for you thoughts - I would have said the same thing. I forgot to > mention that the max threads per child is se

Re: [EMAIL PROTECTED] Windows max threads

2006-09-13 Thread Charles Michener
Please pardon me for rehashing but ...I have a Windows server running Apache 2.2. The hardware has a large amount of RAM (2+G) and a fast processor and disk drive system. Under load it too reaches some sort of saturation where the '%D' time to serve changes from .2 seconds to 30.0 or more.Did I und

Re: [EMAIL PROTECTED] mod_publisher question

2006-09-13 Thread Nick Kew
On Wednesday 13 September 2006 15:08, Devraj Mukherjee wrote: > I am interested to know if anyone has done something similar and if > there are any resources that you can point me to. The article at http://www.apacheweek.com/features/reverseproxies describes your problem. mod_publisher is one o

[EMAIL PROTECTED] Cache Removal Algorithm

2006-09-13 Thread apacheuser123
Hi, Looking at the apache doc, the default cache removal algorithm is GDSF. Since there are different variations of this algorithm can someone confirm which variation Greedy Dual Size Frequency apache uses ? That is, what is the value of cost ? Does it give preference to hit ratio or try to mini

[EMAIL PROTECTED] mod_publisher question

2006-09-13 Thread Devraj Mukherjee
Hi everyone, I am trying to setup a reverse proxy using Apache that proxys Domino web access for my organisation. The problem with Domini web access (DWA) is that it has absolute URLs in all the documents that it produces. These URLs are in various HTML tags (such as img, a href) to JavaScript,

[EMAIL PROTECTED] More Virtual Host problems

2006-09-13 Thread bwobbones
I know, I've read all of the virtual hosting postings, and tried all of the answers with still no results. My problem is that I have two hosts, www.host1.com that I proxy off to another server and www.host2.com that I forward via jk to tomcat. Either of these work fine (if I comment out the

[EMAIL PROTECTED] Apache 2.2 Authentication Question

2006-09-13 Thread Fenlason, Josh
I'm trying to get mod_auth_sspi and mod_authnz_ldap configured so they can both be used to authenticate the same resource. I can get both of them to work individually, but not together.  I can get ldap and password file authentication to work together.  Looking at the mod_auth_sspi document

[EMAIL PROTECTED] Strange css problem

2006-09-13 Thread Jesse C Cronce
I am having a strange css typing problem. When I call @import "file.css" the header which I get from LiveHTTPHeaders (after the GET request) shows the Content-Type as text/html. When I try to load the css file directly, I get the same. I am using Apache 2.2.3. In my mime.types file I have the lin

Re: [EMAIL PROTECTED] Windows max threads

2006-09-13 Thread Alex Turner
Joshua, Thanks for you thoughts - I would have said the same thing. I forgot to mention that the max threads per child is set sufficiently high (200) to run 64 threads already :-( Plus, having max threads per child would not explain why apache takes several second (over 30) to recover and why