Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-03 Thread Marat Khalili
Hello Robert, There seems some misunderstanding here. Apache does not generate certificates, nor there's "import" process - you just put files wherever you want and specify their location in configuration. Minimal Apache configuration of site with SSL is less than dozen lines, nothing difficult

Re: [users@httpd] Re: Modules add by default

2016-11-03 Thread Hemant Chaudhary
I need to build on Nonstop Tandem, It stated on document that its Tandem Support has been removed. On Thu, Nov 3, 2016 at 6:42 PM, Eric Covener wrote: > On Thu, Nov 3, 2016 at 1:09 AM, Hemant Chaudhary > wrote: > > Hi > > > > Please help me to know the default modules installed while porting >

Re: [users@httpd] Question about configuring apache to use php via fpm

2016-11-03 Thread Rose, John B
You may also want to be aware of … ProxyErrorOverride In case you want to use Custom error pages from Apache when using php-fpm From: Jason Brooks Reply-To: "users@httpd.apache.org" Date: Thursday, November 3, 2016 at 3:07 PM To: "users@httpd.apache.org" Subject: Re: [users@httpd] Question ab

Re: [users@httpd] How does this configuration work?

2016-11-03 Thread Jason Brooks
Interesting… I also notice that Apache has forked off a process called /usr/sbin/fcgi-pm. But there is no such file… If I had to guess (educated, I hope), based on the fact that fastcgi.com doesn’t exist anymore, it appears mod_fastcgi is pretty much deprecated or end of life. does that s

Re: [users@httpd] How does this configuration work?

2016-11-03 Thread Eric Covener
On Thu, Nov 3, 2016 at 3:06 PM, Jason Brooks wrote: > Hello, > > So, the need to make sense of this is not an issue: I will be using the > mod_proxy_fcgi to use php-fpm. I am just curious. > > While trying various configurations to get php-fpm to work, I found the > following conundrum: the foll

Re: [users@httpd] How does this configuration work?

2016-11-03 Thread Jason Brooks
That was it! Thanks! Jason BrooksSystems Administrator eROIPerformance is Art. m: 505 nw couch #300 w: eroi.com t: 503.290.3105f: 503.228.4249 fb: fb.com/eROI > On Nov 3, 2016, at 12:14 PM, Ale

[users@httpd] Incoming request rate-limit

2016-11-03 Thread Paul
A couple of recent threads on "non-apache" mods, so ... recognizing that mode_evasive is also third party, is there any "pure-apache" way to rate-limit incoming requests by a specific IP. mod_evasive has the capability of using e.g.: # Allow up to 10 requests from the same IP per second:

RE: [users@httpd] How does this configuration work?

2016-11-03 Thread Alexandru Duzsardi
Usually /var/run and /run are symlinks one of the other so that makes /var/rum/php7.0-fpm.sock and /run/php7.0-fpm.sock the same unix domain socket From: Jason Brooks [mailto:jason.bro...@eroi.com] Sent: Thursday, November 3, 2016 9:07 PM To: users@httpd.apache.org Subject: [users@httpd] Ho

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-03 Thread Robert Ramoutar
Hi Again, Thanks for the reply, I was able to download, install apache service and got IT WORKS when entering localhost:80 in my browser. I was reading the following page : Apache SSL/TLS Encryption http://httpd.apache.org/docs/2.4/ssl/ But i'm still unable to configure. Can you say how

Re: [users@httpd] Question about configuring apache to use php via fpm

2016-11-03 Thread Jason Brooks
This does help, thank you! Jason BrooksSystems Administrator eROIPerformance is Art. m: 505 nw couch #300 w: eroi.com t: 503.290.3105f: 503.228.4249 fb: fb.com/eROI > On Nov 3, 2016, at 11:30 AM

[users@httpd] How does this configuration work?

2016-11-03 Thread Jason Brooks
Hello, So, the need to make sense of this is not an issue: I will be using the mod_proxy_fcgi to use php-fpm. I am just curious. While trying various configurations to get php-fpm to work, I found the following conundrum: the following configuration should NOT work but it does... Here is the

Re: [users@httpd] Question about configuring apache to use php via fpm

2016-11-03 Thread Luca Toscano
Hello Jason, 2016-11-03 19:05 GMT+01:00 Jason Brooks : > Hello, > > There are several sites on configuring apache with php-fpm. Many don’t > work, some appear to be contradictory. > > Thus far, I found two configurations that work, but I am not sure which > one is more correct. By “more correct

[users@httpd] Question about configuring apache to use php via fpm

2016-11-03 Thread Jason Brooks
Hello, There are several sites on configuring apache with php-fpm. Many don’t work, some appear to be contradictory. Thus far, I found two configurations that work, but I am not sure which one is more correct. By “more correct” I mean less convoluted less hidden issues less security probl

RE: [users@httpd] Install and Configure Apache on Windows Server

2016-11-03 Thread Alexandru Duzsardi
Hi , I think is a good starting point http://httpd.apache.org/docs/2.4/platform/windows.html It's pretty straight forward , download the installer from one of those links http://httpd.apache.org/docs/2.4/platform/windows.html#down Install like any other software Install the windows serveric

[users@httpd] Install and Configure Apache on Windows Server

2016-11-03 Thread Robert Ramoutar
Hello all, I have been tasked with Installing and Configuring Apache 2.4 on a windows server for the following purpose: 1. Configure SSL through apache 2. Apache Tomcat also installed on server to handle web request to a specific web application - MySQL db also on the same server. How do

Re: [users@httpd] failing t/modules/filter.t

2016-11-03 Thread Petr Gajdos
On Wed, Oct 26, 2016 at 09:58:57AM +0200, Yann Ylavic wrote: > On Tue, Oct 25, 2016 at 9:48 PM, Petr Gajdos wrote: > > > > So if I understand correctly, content of mime.types is hardcoded. > > Is there another chance than patching either TestConfig.pm or > > extra.conf.in to contain application/xm

Re: [users@httpd] Re: Modules add by default

2016-11-03 Thread Eric Covener
On Thu, Nov 3, 2016 at 1:09 AM, Hemant Chaudhary wrote: > Hi > > Please help me to know the default modules installed while porting > httpd-2.4.23. Why not run a build and look at the contents? - To unsubscribe, e-mail: users-un

Re: [users@httpd] Apache 2.4 support removed for Tandem

2016-11-03 Thread Jim Jagielski
Official support for Apache httpd for a number of "old" platforms has been removed, but it is likely that it builds and runs anyway, depending on how Posix-like the platform is. > On Nov 3, 2016, at 1:28 AM, Hemant Chaudhary > wrote: > > Hi > > I am planning to build Apache 2.4.23 on Nonstop,

Re: [users@httpd] Whitelisting in mod_evasive

2016-11-03 Thread Matthew Jones
On 02/11/2016, 08:42, "Luca Toscano" mailto:toscano.l...@gmail.com>> wrote: as side note mod_evasive is a third party module not included in the httpd official release, so we can try to help but it would be better to follow up with the module's author (even though if I remember correctly the pr

[users@httpd] Fwd: Question

2016-11-03 Thread Abdullah AbuHijleh
Kind reminder -- Forwarded message -- From: "Abdullah AbuHijleh" Date: Nov 2, 2016 00:46 Subject: Question To: Cc: We need to configure Apache HTTP Server Version 2.4 to work with Kerberos SSO ? Please help

RE: [users@httpd] apache 2.2 - mod_authnz_ldap with SSL/TLS in chrootdir

2016-11-03 Thread Alexandru Duzsardi
I think this might be a bug , i’ve also tested , even copied almost all the system files in the chrootdir but dint’ change anything. TLS or SSL doesn’t work but LDAP unencrypted does. [Thu Nov 03 12:10:11.362994 2016] [core:trace3] [pid 3652] request.c(119): [client 10.0.1.110:58424]

Re: [users@httpd] apache 2.2 - mod_authnz_ldap with SSL/TLS in chrootdir

2016-11-03 Thread Luca Toscano
Hi Andy, 2016-11-02 16:24 GMT+01:00 Speagle, Andy : > Hi Folks, > > > > I’m having some issues getting SSL or TLS working with mod_authnz_ldap in > my chroot’ed Apache 2.2 server on RHEL 6.8 … it works without SSL just > fine. I’m using the built-in “ChrootDir” directive with Apache. I seem to