[users@httpd] Re: Mod_http2 as static

2017-07-19 Thread Hemant Chaudhary
Hi It is not creating .so for mod_lua also. Only creating mod_lua.a and mod_http2.a . But for other modules like mod_authn_file.so is create, mod_mpm_worker.so etc. Thanks Hemant On Thu, Jul 20, 2017 at 12:11 PM, Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi all > > I want to l

[users@httpd] Mod_http2 as static

2017-07-19 Thread Hemant Chaudhary
Hi all I want to load mod_http2 in my apache-2.4.25. I have installed nghttp2 also. But my all others modules are shared i:e .so but my mod_http2 is creating only static i:e .a In my configure I have given --enable-mods-shared=all and --with-nghttp2=/path/of/ngttp2 I tried with --enable-http2.,

Re: [users@httpd] Header directive to enable Cross Origin Resource Sharing

2017-07-19 Thread Eric Covener
On Wed, Jul 19, 2017 at 9:30 AM, Sailaja Gadireddy wrote: > Hello Team, > > Could you please assist me in adding Header directive in httpd.conf file? > Where I can add the below configuration in the file? > > Header set Access-Control-Allow-Origin "*" The bottom? Anywhere you want?

[users@httpd] Header directive to enable Cross Origin Resource Sharing

2017-07-19 Thread Sailaja Gadireddy
Hello Team, Could you please assist me in adding Header directive in httpd.conf file? Where I can add the below configuration in the file? Header set Access-Control-Allow-Origin "*" Thanks & Regards, Sailaja.

Re: [users@httpd] Apache 2.4 access control question

2017-07-19 Thread Marat Khalili
On 19/07/17 02:02, Jason Brooks wrote: The same thing happens if I don’t use a .htaccess file but instead define a section in my apache config. What happens if you try ? -- With Best Regards, Marat Khalili - To unsubscribe,

Re: [users@httpd] Apache 2.4 access control question

2017-07-19 Thread Daniel
Why use. htaceess at all? And why not just: Require ip 192.168 172.16 El 19 jul. 2017 1:02 a. m., "Jason Brooks" escribió: > Hello, > > This is on a ubuntu 16.04 LTS system running apache 2.4.18 (mpm_event) > with php 7.0 running in php-fpm mode. > > I wish to completely block access to a d

Re: [users@httpd] 2.4.27 installed, no con fig change, but web site down!

2017-07-19 Thread Luca Toscano
Hi Tom, 2017-07-19 3:33 GMT+02:00 Tom Browder : > I installed 2.4.27, along with the latest openssl. no config was changed, > but my server isn't serving. > > I show no errors in the error log. > > I will try to go back to previous versions to see if I can recover, but > wonder if anyone can gues