|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Can CacheIgnoreCacheControl be set based on who is viewing the page?
i.e. allow "CacheIgnoreCacheControl on" for people from 10.x, but off for everyone else? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
<jergendutch@gmail.com> schreef in bericht
news:9f024c9f-84a7-4416-bec7-567bd9456cb1@p69g2000hsa.googlegroups.com... > Can CacheIgnoreCacheControl be set based on who is viewing the page? > i.e. allow "CacheIgnoreCacheControl on" for people from 10.x, but off > for everyone else? http://httpd.apache.org/docs/2.0/mod...recachecontrol Given the context 'server' and 'vhost': NO Why on earth do you even consider !? HansH |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
> http://httpd.apache.org/docs/2.0/mod...heignorecachec...
> Given the context 'server' and 'vhost': NO > > Why on earth do you even consider !? > > HansH Well I need to let myself expire items from the cache, but not people from outside. I could do this with a separate nearly identical virtualhost entry, but would this cause problems for mod_disk_cache? |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
<jergendutch@gmail.com> schreef in bericht
news:2f9e2cad-fb2f-44eb-be43-ded1f81a92bc@k2g2000hse.googlegroups.com... >> http://httpd.apache.org/docs/2.0/mod...heignorecachec... >> Given the context 'server' and 'vhost': NO >> >> Why on earth do you even consider !? > > Well I need to let myself expire items from the cache > but not people from outside. AFAIK this directive has opposite effect ... .... instead of enforcing cache misses, it makes cacheable what should not be cached. Hans |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On 22 Jan., 15:34, "HansH" <ha...@invalid.invalid> wrote:
> <jergendu...@gmail.com> schreef in berichtnews:2f9e2cad-fb2f-44eb-be43-ded1f81a92bc@k2g2000hse.googlegroups.com...>>http://httpd.apache.org/docs/2.0/mod...heignorecachec... > >> Given the context 'server' and 'vhost': NO > > >> Why on earth do you even consider !? > > > Well I need to let myself expire items from the cache > > but not people from outside. > > AFAIK this directive has opposite effect ... > ... instead of enforcing cache misses, > it makes cacheable what should not be cached. > > Hans Yes, that's what I want.. |
|
![]() |
| Outils de la discussion | |
|
|