Re: [users@httpd] Peculiar mod_php result

2018-09-09 Thread Eric Covener
> My question: when the php7 module was not used, and there is no addHandler > statement for mod_php, why did the child processes load it? More importantly, > when mod_proxy_fcgi is handling all xxx.php format URL's, why would the child > processes even be involved? > If there's a LoadModule,

[users@httpd] Peculiar mod_php result

2018-09-09 Thread John
I am running Apache 2.4.25 using php-fpm 5.6.30. I do NOT use mod_php. Last week I compiled a newer version of PHP, 7.2.9, and I included the --with-apxs parameter in the build, which causes mod_php to be generated. The "make install" function updated the Apache httpd.conf file to show

[users@httpd] HSTS and double redirect

2018-09-09 Thread Gabriella Pepe
Hello Users, I was testing my website here https://hstspreload.org and I received this error: Error: HTTP redirects to www first http://example (HTTP) should immediately redirect to https://example (HTTPS) before adding the www subdomain. Right now, the first redirect is to https://www.example.

Re: [users@httpd] alias and redirect

2018-09-09 Thread Eric Covener
On Sun, Sep 9, 2018 at 9:07 AM Jaap van Wingerde wrote: > > Users! > > ... > Alias "/.well-known/acme-challenge/" "/var/run/acme/acme-challenge/" > > AllowOverride None > # Options None > Options All +FollowSymLinks > Require all granted > > > RedirectPermanent /

Re: [users@httpd] Re: Testing for apache open relaying

2018-09-09 Thread Robert Moskowitz
Actually, I think I found my spam source, and it is neither Roundcube or Apache or Postfix.  Well it is kind of Postfix, as I have quotas on mailbox size. I had two dormant mailboxes that had exceeded quota and I had set to bounce messages if quota exceeded.  The spammers had discovered this

[users@httpd] alias and redirect

2018-09-09 Thread Jaap van Wingerde
Users! ... Alias "/.well-known/acme-challenge/" "/var/run/acme/acme-challenge/" AllowOverride None # Options None Options All +FollowSymLinks Require all granted RedirectPermanent / https://subdomain.domain.ext/ ... This configuration redirects also

Re: [users@httpd] Unable to set ciphers string with space separated in apache

2018-09-09 Thread alchemist vk
Thanks William for your valuable response. It helped a lot in understanding httpd parsing. Really appreciate your time and knowledge. With Regards, Venkatesh On Thu, Sep 6, 2018 at 8:31 PM, William A Rowe Jr wrote: > On Wed, Sep 5, 2018 at 10:11 PM, alchemist vk > wrote: > >> Hi William, >>