Re: [users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
I just did some testing and it doesn't work as I had hoped. the Require valid-user is applied in all cases not just in the case of the Common space! I had tried / Require expr %Location =~ "Common" Require valid-user Require

[users@httpd] Macros + Require constructs

2016-06-15 Thread John Allen
I am trying to setup up a webdav serve. Each user is allocated a directory (%location) and an id (%user). In order to try and make this some what easier to administer I wrote the following macro # %location Alias /%location /srv/webdav/data/%location DAV On Options

Re: [users@httpd] Why Apache removed my “Proxy-Authorization” header?

2016-06-15 Thread Eric Covener
On Wed, Jun 15, 2016 at 9:02 PM, Qi wrote: > I tried to obtain Proxy-Authorization header value in Django back-end (In > Django it's HTTP_PROXY_AUTHORIZATION) but failed, i just notice Apache > removed this header. > > I can provide two clues: > >1. If i use the Django

[users@httpd] Why Apache removed my ??Proxy-Authorization?? header?

2016-06-15 Thread Qi
Hello, I tried to obtain Proxy-Authorization header value in Django back-end (In Django it's HTTP_PROXY_AUTHORIZATION) but failed, i just notice Apache removed this header. I can provide two clues: If i use the Django development server(Just run python manage.py runserver), the

[users@httpd] Block specific POST request in Apache

2016-06-15 Thread Krishna Narne
Hello All, I want to block the below POST request in Apache. Can you please help me? "POST /wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/upload.php HTTP/1.1" 404 297 -Krishna - To

[users@httpd] Unable to configure mod_jk with Apache 2.4

2016-06-15 Thread Irfan Pasha
Hi, I am unable to configure mod_jk with Apache 2.4. I get the below error in my mod_jk logs [Wed Jun 15 15:18:56 2016] [2808:352] [error] extension_fix::jk_uri_worker_map.c (578): Could not find worker with name '/worker1' in uri map post processing. Any idea what is causing the problem

Re: [users@httpd] LetsEncrypt.org with Virtual Hosting

2016-06-15 Thread rich . greder
On 6/14/2016 at 9:42 PM, "Mathijs Schmittmann" wrote: > >Hi Filipe, >> >> > Notice that SSLCertificateFile and SSLCertificateKeyFile are >the >> > same for both of the domains, because they use the same key of >> > example.com . The website, example.com

Re: [users@httpd] LetsEncrypt.org with Virtual Hosting

2016-06-15 Thread rich . greder
On 6/14/2016 at 9:39 PM, "Christopher Schultz" wrote: > >Filipe, > >On 6/14/16 3:15 PM, Filipe Cifali wrote: >> Your are probably hitting the wrong cert file, check with: >> >> |openssl s_client -connect example.info:443 >> | >> >> You

Re: [users@httpd] LetsEncrypt.org with Virtual Hosting

2016-06-15 Thread rich . greder
Thanks for the tip. I never knew about this feature (openssl, encryption in general is new to me). At the bottom of this reply is the first, and most interesting part of the standard out. Yes, it does return the cert for example.com, but I thought that example.info was included with that in