Re: [users@httpd] Correct Apache cache keys on rewritten URL's

2019-03-30 Thread adam . vest
As I consider this to be undesirable behavior on the part of the Apache cache, I went ahead and opened a bug report on this matter about a week ago: * https://bz.apache.org/bugzilla/show_bug.cgi?id=63282 I tried sifting through the source code to find where it was defining the key to see if I

[users@httpd] Correct Apache cache keys on rewritten URL's

2019-03-19 Thread adam . vest
Hello All, I've been working on this for the past few days, attempting to find a way to get the Apache mod_disk_cache module to properly store requests that are rewritten. As I'm sure many of you are aware, it's fairly common practice these days for modern CMS's to just rewrite everything to

[users@httpd] SSI conditionals AFTER apache auth?

2017-11-13 Thread Adam Vest
Evening everyone, I'm trying to make it so that only certain elements on a web page are visible to users logged in, and are otherwise not displayed using mod_include flow control . The only way I've been able to do that so f

users@httpd.apache.org

2017-11-04 Thread Adam Vest
Worked a charm. Thank you so much for your help! On 11/04/2017 12:55 PM, Eric Covener wrote: >> > Try 1 string after expr= only: > #if expr="%{..} !~ ... && %{...} !~..." > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.a

users@httpd.apache.org

2017-11-04 Thread adam . vest
Good afternoon all, I've been tinkering with setting up SSI's in some HTML of mine, and one thing I'm trying to do is have the server decide if it should post a signup link, or display a logged-in users name (using perl cgi includes). Using this kind of works:     Sign up here!     T