[us...@httpd] Multiple ssh login prompts

2010-01-05 Thread Patrick Horgan
On a site that I set up on fedora, https://ootbcomp.com, which brings you to a mediawiki installation, there are ten ssl login prompts each above the other, so if you log in to one of them, the next one down in the stack appears in my firefox browser. If I log in ten times I get the site, if I

RE: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Geoff Millikan
> [The Apache documentation] should more clearly state that > it generates ETags for static files only. The resource in > question is not really a static file. I imagine there's nothing I can do to help get the 2.2 docs updated but if there is, I'm happy to help. > The cache doesn't know the f

Re: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Eric Covener
On Tue, Jan 5, 2010 at 5:50 PM, Geoff Millikan wrote: >> I think this is a long-standing limitation, since the etag can't be >> easily precomputed for the overall response (all the included stuff >> smushed together from potential exec's, etc) > > I understand however the FileETag documentation do

RE: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Geoff Millikan
> I think this is a long-standing limitation, since the etag can't be > easily precomputed for the overall response (all the included stuff > smushed together from potential exec's, etc) I understand however the FileETag documentation doesn't even *hint* at such a limitation. By comparison, mod_d

Re: [us...@httpd] Mod_Rewrite voodoo

2010-01-05 Thread Igor Cicimov
You can try this RewriteEngine On RewriteRule (.*)([0-9]{2}).html$ /20$2/$1$2.html [R,L] I wrote it on the go and haven't tested it. It might be done in different way probably but give this one a go and will see what can we do if it is not working. Cheers On Tue, Jan 5, 2010 at 6:52 PM, Boyle O

Re: [us...@httpd] xammp htdocs

2010-01-05 Thread R. M. Pretzlaw
Use the one in the installation-directory. .\xammp\htdocs You'll see some files there instead of only one index as it appear in .\xammp\apache\htdocs On 05.01.2010 20:56, Peter Maguire wrote: Im using xampp with apache but they both have htdocs folders. Which one do I use? Sent from my iP

Re: [us...@httpd] xammp htdocs

2010-01-05 Thread Eric Covener
On Tue, Jan 5, 2010 at 2:56 PM, Peter Maguire wrote: > Im using xampp with apache but they both have htdocs folders. Which one do I > use? Find your configuration file, and look for the DocumentRoot directive. -- Eric Covener cove...@gmail.com -

[us...@httpd] xammp htdocs

2010-01-05 Thread Peter Maguire
Im using xampp with apache but they both have htdocs folders. Which one do I use? Sent from my iPod - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Eric Covener
On Tue, Jan 5, 2010 at 2:13 PM, Geoff Millikan wrote: > Dear List, > > Our ETag response header is being added successfully on all responses except > those files containing server side includes.  For example: > > ETag is being set: > http://www.t1shopper.com/1KB.html > > Etag not set: > http://www

[us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Geoff Millikan
Dear List, Our ETag response header is being added successfully on all responses except those files containing server side includes. For example: ETag is being set: http://www.t1shopper.com/1KB.html Etag not set: http://www.t1shopper.com/index.shtml The shtml files are using virtual includes l