Re: [users@httpd] Apache Module mod_authn_socache: AuthnCacheSOCache not allowed here (and other problems)

2013-02-18 Thread Nick Kew
On 18 Feb 2013, at 20:16, Ben Johnson wrote: > A full week has elapsed and the note that I submitted regarding this > issue has yet to appear at > http://httpd.apache.org/docs/current/mod/mod_authn_socache.html . Am I > being impatient, or am I taking time out of my day to submit feedback to > a

Re: [users@httpd] Apache Proxy Setup issue

2013-02-18 Thread Igor Cicimov
On 19/02/2013 5:04 AM, "jitesh dundas" wrote: > > Sorry I have corrected the server name but the issue is the same.(I am hiding the actual names). > > http://sonar.it.xyz.com :80> > This is wrong what is a url doing here??? Do you have NameVirtualHost set at all in your config? > ServerName mylap

Re: [users@httpd] Apache Module mod_authn_socache: AuthnCacheSOCache not allowed here (and other problems)

2013-02-18 Thread Ben Johnson
On 2/12/2013 2:41 PM, Ben Johnson wrote: > > > On 2/11/2013 3:00 PM, Ben Johnson wrote: >> >> >> On 2/11/2013 2:38 PM, Nick Kew wrote: >>> >>> On 11 Feb 2013, at 18:43, Ben Johnson wrote: >>> The documentation provides a sample configuration snippet ( http://httpd.apache.org/docs/curr

Re: [users@httpd] Apache Proxy Setup issue

2013-02-18 Thread jitesh dundas
Sorry I have corrected the server name but the issue is the same.(I am hiding the actual names). http://sonar.it.xyz.com :80 > ServerName mylaptop.company.com RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule ^/sonar/* http://

Re: [users@httpd] Apache Proxy Setup issue

2013-02-18 Thread jitesh dundas
Hi, Thank you for your reply. Here is the virtualhost entry:- ServerName mylaptop.company.com RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule ^/sonar/* http://mylaptop.company.com:81/sonar/* ProxyPass / http://mylaptop.company.com:81/ ProxyPassReverse / http://mylaptop.compan

[users@httpd] mod_proxy_ajp serves pages as content_type: application/octet-stream sometimes

2013-02-18 Thread james
I cannot figure out what causes this but at times every 3rd load Firefox will load the page as a file download of type application/octet-stream and internet explorer usually just downloads the page as a notepad document. The IE issue is more repeatable but sometimes it just loads the page with

[users@httpd] Mark cookies as secure?

2013-02-18 Thread Alan Murphy
Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie ^(.*)$ $1;secure But it does not work, am I missing something. Any help would be greatly appreciated, Sent from my iPhone

[users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-18 Thread Nicolas Daniels
Hello, Ok I figured out how to allow caching for authenticated urls: adding "Cache-Control" header with public option do the trick. Now I still have the problem that the cache key is built upon the url BEFORE the rewrite occurs. Is it possible to change this behavior ? I tried with AddOut

Re: [users@httpd] AliasMatch and permission problem

2013-02-18 Thread Gergely Buday
Pete Houston wrote: > No, I was meaning the SELinux context. If SELinux is preventing access > the details will be in the audit log. If you have just created this tree > within your home directory, it probably won't have the context Apache > expects and you might either need to change the contexts