RE: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Geoff Millikan
> fwliw, I've looked before and it is "on purpose" that those requests > aren't cached; I don't recall the exact reason I saw something about some caching issues where http://www.t1shopper.com was getting properly 301 redirected to http://www.t1shopper.com/ but mod_cache was doing something odd

RE: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Geoff Millikan
To close this out: The symptoms as described in this thread and submitted as a bug at https://issues.apache.org/bugzilla/show_bug.cgi?id=51057 just point to the real issue which is with mod_dir (DirectoryIndex) and is already a known bug but the way it was written up, I don't believe the scope

Re: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Jeff Trawick
On Wed, Apr 13, 2011 at 5:11 PM, Geoff Millikan wrote: >> Patches welcome. > > My skill at cheeky comments exceeds that of my Apache dev skills which isn't > saying much. > >> Or if there's already a patch but it's languishing >> unloved, give us a friendly prod on the dev list! > > Searched belo

RE: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Geoff Millikan
> Patches welcome. My skill at cheeky comments exceeds that of my Apache dev skills which isn't saying much. > Or if there's already a patch but it's languishing > unloved, give us a friendly prod on the dev list! Searched below for info on patches with no success. Where does one find patche

Re: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Nick Kew
On 13 Apr 2011, at 19:47, Geoff Millikan wrote: > Do we give out t-shirts or coffee mugs if someone stumps the list? ;-) No, you get your ear clipped for bloomin' cheek! Seriously though, you seem to be doing the right thing[1] by addressing this in bugzilla, where I see you've added comments

Re: [users@httpd] reload separate fcgid-application

2011-04-13 Thread Mark Montague
On April 13, 2011 4:00 , "Hajo Locke" wrote: is there a possibility to reload a separate fcgid-application (mod_fcgid) if something has changed? May be the php.ini for my wrapper-script has changed and i want to reload this application for vhost without disturbing other apps. Is this possible

Re: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Jeff Trawick
On Wed, Apr 13, 2011 at 2:47 PM, Geoff Millikan wrote: > Do we give out t-shirts or coffee mugs if someone stumps the list?   ;-) fwliw, I've looked before and it is "on purpose" that those requests aren't cached; I don't recall the exact reason --

RE: [users@httpd] mod_disk_cache doesn't cache URLs ending with a forward slash?

2011-04-13 Thread Geoff Millikan
Do we give out t-shirts or coffee mugs if someone stumps the list? ;-) - 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-ma

Re: [users@httpd] ErrorDocument inside block

2011-04-13 Thread i...@gg-soft.de
That explains it perfectly. Thank you for clarification!   Nick Kew hat am 13. April 2011 um 10:38 geschrieben: > > On 13 Apr 2011, at 09:10, i...@gg-soft.de wrote: > > > Context: server config, virtual host, directory, .htaccess > > The key is "context".  Location, Directory and Files are all

Re: [users@httpd] ErrorDocument inside block

2011-04-13 Thread Nick Kew
On 13 Apr 2011, at 09:10, i...@gg-soft.de wrote: > Context: server config, virtual host, directory, .htaccess The key is "context". Location, Directory and Files are all one context (and .htaccess is just an optional extension of that context). Possibly "directory" is a confusing choice of wor

Re: [users@httpd] reload separate fcgid-application

2011-04-13 Thread Björn Zettergren
On 04/13/2011 10:00 AM, Hajo Locke wrote: is there a possibility to reload a separate fcgid-application (mod_fcgid) if something has changed? Hi, You could issue a "kill " of your fcgi-wrapper process that handles your specific vhost (i distinguish mine through the use of different users via

[users@httpd] ErrorDocument inside block

2011-04-13 Thread i...@gg-soft.de
Hello,   I need to define some special ErrorDocument inside a block. To verify if it is possible, I checked the documentation for Apache 2.2 for ErrorDocument and it says:   Context: server config, virtual host, directory, .htaccess   Obviously Location seems not to be supported. However, I tried

[users@httpd] reload separate fcgid-application

2011-04-13 Thread Hajo Locke
Hello, is there a possibility to reload a separate fcgid-application (mod_fcgid) if something has changed? May be the php.ini for my wrapper-script has changed and i want to reload this application for vhost without disturbing other apps. Is this possible? I think a reload of apache stops all f

[users@httpd] Build up apache with different libexpat.so library

2011-04-13 Thread Petr Hracek
Dear user, I would like to ask you how to configure apache so that different (my own libexpat.so) library will be used. Is there any flag in configure script. For make all I can modify file build/config_vars.sh after configuration but I do not now it is enought. Thank you in advance -- Best Re