[users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-20 Thread John Iliffe
I hate to re-ask a question that I have asked before (in 2012) but I have a new version of Apache and the same problem again. I compiled Apache-2.4.25 from source, and also openssl-1.0.2k. In the Apache configuration I included "--with-ssl=/usr/openssl-1.0.2k" but now when I try to start apa

Re: [users@httpd] ServerAlias limit and conflicts?

2017-03-20 Thread Rose, John B
Thanks for replying, regarding question 1 let me reword the question … In one virtual host block could you have hundreds of ServerAlias lines with no negative impact. As in … ServerName abc.com ServerAlias one.abc.com ServerAlias two.abc.com ServerAlias three.abc.com … ServerAlias fourhundred.a

Re: [users@httpd] and partially non-existing directory?

2017-03-20 Thread DUVERGIER Claude
Le 20/03/2017 à 17:38, Eric Covener a écrit : > On Mon, Mar 20, 2017 at 12:38 PM, Eric Covener wrote: >> On Mon, Mar 20, 2017 at 12:30 PM, DUVERGIER Claude >> Are you getting mixed up by looking at the headers for unsuccessful >> requests but not telling mod_headers to 'always' set the header? >>

Re: [users@httpd] and partially non-existing directory?

2017-03-20 Thread Eric Covener
On Mon, Mar 20, 2017 at 12:38 PM, Eric Covener wrote: > On Mon, Mar 20, 2017 at 12:30 PM, DUVERGIER Claude > wrote: >> >> >> Header set X-Foo "true" >> >> > > > Are you getting mixed up by looking at the headers for unsuccessful > requests but not telling mod_headers

Re: [users@httpd] and partially non-existing directory?

2017-03-20 Thread Eric Covener
On Mon, Mar 20, 2017 at 12:30 PM, DUVERGIER Claude wrote: > > > Header set X-Foo "true" > > Are you getting mixed up by looking at the headers for unsuccessful requests but not telling mod_headers to 'always' set the header? The optional condition argument determin

[users@httpd] and partially non-existing directory?

2017-03-20 Thread DUVERGIER Claude
Hello, In both Apache 2.2 and 2.4, I get strange behavior with directive and requested URL http://example.com/foo/non-existing. Say my configuration is: DocumentRoot "/var/www/apache.test" ServerName apache.test Options Indexes FollowSymLinks

[users@httpd] PHP with apache

2017-03-20 Thread Hemant Chaudhary
Hi I want to integrate PHP with my httpd-2.4.23 static. My OS already have PHP. I want to integrate with apache. System's php didn't build with apxs. Please help me how to integrate? Do I need 3rd party module ? Another query, I am not able create .so(shared) of any library because of my OS issue

Re: [users@httpd] mod_lua and subprocess_env

2017-03-20 Thread Andrei Ivanov
On Mon, Mar 13, 2017 at 4:16 PM, Andrei Ivanov wrote: > On Fri, Mar 10, 2017 at 12:35 PM, Andrei Ivanov > wrote: > >> On Tue, Mar 7, 2017 at 7:08 PM, Andrei Ivanov >> wrote: >> >>> On Mon, Mar 6, 2017 at 12:57 PM, Yann Ylavic >>> wrote: >>> Hi Andrei, On Mon, Mar 6, 2017 at 10:1