Re: [users@httpd] How to forbid browsers to cache some pages?

2014-08-08 Thread fedora
I thought there was a Tag in HTML, something linke NO-CACHE. Whether the browsers respect it, is another question... suomi On 2014-08-08 23:11, Mark jensen wrote: How to configure Apache to want to forbid browsers from caching all web pages in www1.example.com/public and in www1.example.co

Re: [users@httpd] Windows Apache 2.4.9 restarts itself

2014-08-08 Thread Jeff Trawick
On Fri, Aug 8, 2014 at 10:21 AM, Jeff Trawick wrote: > On Thu, Aug 7, 2014 at 9:45 AM, Agnetta Kamugisha < > kamugis...@nccommunitycolleges.edu> wrote: > >> Jeff, >> >> Check this link. >> >> We had to implement this workaround. >> https://www.apachelounge.com/viewtopic.php?t=6037 > > > FWIW, AH0

Re: [users@httpd] Rewrite and automount question

2014-08-08 Thread Nick Kew
On 8 Aug 2014, at 14:51, Rose, John B wrote: > We have experimented with using Rewrite to replace /~someuser with /someuser How very 1997. > However there is a problem with systems using automounter in the case of an > http request for a non-existing http://someserver.com/someuser That's your

[users@httpd] How to forbid browsers to cache some pages?

2014-08-08 Thread Mark jensen
How to configure Apache to want to forbid browsers from caching all web pages in www1.example.com/public and in www1.example.com/books so every time I ask the browser about any page it brings it from source. but I want it to cache the pages under: www1.example.com?

Re: [users@httpd] Re: Rewrite and automount question

2014-08-08 Thread Rose, John B
"What's automounter? Is that some process that mounts a user's home directory on a remote share or something?" Yes. But only when it is requested. I.e. When you login via ssh, or access a web site via http whose content is in the remote filesystem, etc. You may refer to it as autofs. From: Ri

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-08 Thread Rich Bowen
On 08/07/2014 05:16 PM, M Busche wrote: Frank, I don't think you understood what I was trying to say. My complaint was that in the pre-packaged configuration made with the ubuntu distribution, the default vhost configuration is placed in a file prefixed with the string 000 which causes it t

Re: [users@httpd] ApacheCon CFP closes June 25

2014-08-08 Thread Rich Bowen
On 08/06/2014 01:18 PM, J.Lance Wilkinson wrote: Rich Bowen wrote: On 06/16/2014 11:06 AM, J.Lance Wilkinson wrote: ...snip... Those of us at edu sites sometimes need to put in for travel/training funding as much as a year in advance, and my own institution's budgeting process c

Re: [users@httpd] Re: Rewrite and automount question

2014-08-08 Thread Rich Bowen
On 08/08/2014 11:59 AM, Rose, John B wrote: mod_userdir does not seem to cause superfluous automounter attempts when an http request to a non-existent web address, http://website.com/~someuser, is received Is there some way to implement that mechanism with http://website.com/someuser http re

[users@httpd] Re: Rewrite and automount question

2014-08-08 Thread Rose, John B
mod_userdir does not seem to cause superfluous automounter attempts when an http request to a non-existent web address, http://website.com/~someuser, is received Is there some way to implement that mechanism with http://website.com/someuser http requests for a nonexistent "someuser"? From: , J

Re: [users@httpd] Apache.org server-status

2014-08-08 Thread Jeff Trawick
On Fri, Aug 8, 2014 at 10:56 AM, Rose, John B wrote: > Looking at the apache.org server-status I do not see any of these … > > "OPTIONS * HTTP/1.0" > > In the "Request" column > > While I see quite a few in ours. > > Why does apache.org not have any of these entries? > > thanks > > > You're

[users@httpd] Apache.org server-status

2014-08-08 Thread Rose, John B
Looking at the apache.org server-status I do not see any of these … "OPTIONS * HTTP/1.0" In the "Request" column While I see quite a few in ours. Why does apache.org not have any of these entries? thanks

Re: [users@httpd] Use Allow from IP when there is a proxy exist?

2014-08-08 Thread Igor Cicimov
On 08/08/2014 11:21 PM, "Tom Evans" wrote: > > On Fri, Aug 8, 2014 at 9:23 AM, Igor Cicimov wrote: > > > >> Your .htaccess file: > >> # ALLOW USER BY IP > >> order deny,allow > >> deny from all > >> SetEnvIF X-Forwarded-For "1.2.3.4" AllowIP > >> SetEnvIF X-Forwarded-For "5.6.7.8" AllowIP > >> Al

Re: [users@httpd] Windows Apache 2.4.9 restarts itself

2014-08-08 Thread Jeff Trawick
On Thu, Aug 7, 2014 at 9:45 AM, Agnetta Kamugisha < kamugis...@nccommunitycolleges.edu> wrote: > Jeff, > > Check this link. > > We had to implement this workaround. > https://www.apachelounge.com/viewtopic.php?t=6037 FWIW, AH00344 after AH00356 shouldn't be interesting. The listening socket got

[users@httpd] Rewrite and automount question

2014-08-08 Thread Rose, John B
We have experimented with using Rewrite to replace /~someuser with /someuser However there is a problem with systems using automounter in the case of an http request for a non-existing http://someserver.com/someuser Anyone have a way to implement the above without doing undesired automount atte

Re: [users@httpd] Use Allow from IP when there is a proxy exist?

2014-08-08 Thread Tom Evans
On Fri, Aug 8, 2014 at 9:23 AM, Igor Cicimov wrote: > >> Your .htaccess file: >> # ALLOW USER BY IP >> order deny,allow >> deny from all >> SetEnvIF X-Forwarded-For "1.2.3.4" AllowIP >> SetEnvIF X-Forwarded-For "5.6.7.8" AllowIP >> Allow from env=AllowIP >> allow from 1.2.3.4 >> allow from 5.6.7.8

RE: [users@httpd] Use Allow from IP when there is a proxy exist?

2014-08-08 Thread Igor Cicimov
> Your .htaccess file: > # ALLOW USER BY IP > order deny,allow > deny from all > SetEnvIF X-Forwarded-For "1.2.3.4" AllowIP > SetEnvIF X-Forwarded-For "5.6.7.8" AllowIP > Allow from env=AllowIP > allow from 1.2.3.4 > allow from 5.6.7.8source: http://frustratedtech.com/post/42641261089/htaccess-file