Re: [users@httpd] Apache2 listening on 80(http) and 443(https)

2016-04-01 Thread Brandon L. Wisenburg
Great! That is just what I needed. Appreciate the prompt response. -Brandon From: "David Benfell" To: "users" Sent: Friday, April 1, 2016 11:27:38 PM Subject: Re: [users@httpd] Apache2 listening on 80(http) and 443(https) On 04/01/2016 09:00 PM, Brandon L. Wisenburg wrote: Hi Every

Re: [users@httpd] Apache2 listening on 80(http) and 443(https)

2016-04-01 Thread David Benfell
On 04/01/2016 09:00 PM, Brandon L. Wisenburg wrote: > Hi Everyone! > I have converted my website to SSL, and I go the virtual host setup > and SSL working in Apache. When someone uses http://domain.com they > get a connection refused, because of course the server isn't listening > on 80, as i have

[users@httpd] Apache2 listening on 80(http) and 443(https)

2016-04-01 Thread Brandon L. Wisenburg
Hi Everyone! I have converted my website to SSL, and I go the virtual host setup and SSL working in Apache. When someone uses http://domain.com they get a connection refused, because of course the server isn't listening on 80, as i have it setup for SSL (443) How would I make apache listen on

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Yann Ylavic
On Fri, Apr 1, 2016 at 6:52 PM, Sylvain Goulmy wrote: > Thanks for your analysis Yann, i'll stay tuned on the dev mailing list. I committed [1], will wait a bit for others to review it and then propose a backport. Regards, Yann. [1] http://svn.apache.org/r1737447 --

Re: [users@httpd] My webmail is not working

2016-04-01 Thread Richard
> Date: Friday, April 01, 2016 20:04:40 +0800 > From: Chandran Manikandan > > Dear Lists, > > I have running Centos 6.6 64 bit system, > I have updated the packages today through webmin. > After updated the packages my webmail is not working it say like > below error in my system log. > > Opti

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
Thanks for your analysis Yann, i'll stay tuned on the dev mailing list. See you. On Fri, Apr 1, 2016 at 1:55 PM, Yann Ylavic wrote: > On Fri, Apr 1, 2016 at 9:57 AM, Sylvain Goulmy wrote: > > > > No i don't use that directive, here is the extract of the running > > configuration : > > OK, actu

Re: [users@httpd] Debian way or standard

2016-04-01 Thread rap
-Alkuperäinen viesti- From: Nick Kew Sent: Friday, April 01, 2016 3:32 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Debian way or standard On Fri, 2016-04-01 at 13:35 +0200, Yann Ylavic wrote: On Fri, Apr 1, 2016 at 1:02 PM, rap wrote: > > The Debian style for Apache2 co

[users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-01 Thread Matthias Leopold
Hi, can someone please explain to me what the benefits/caveats of "connection reuse" in mod_proxy_fcgi with PHP-FPM are? I'm referring to the official documentation http://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html. I'd like to use it with a unix domain socket, the "Proxy via Handler"

[users@httpd] unsubscribe

2016-04-01 Thread Dimitar Georgievski

Re: [users@httpd] Debian way or standard

2016-04-01 Thread Nick Kew
On Fri, 2016-04-01 at 13:35 +0200, Yann Ylavic wrote: > On Fri, Apr 1, 2016 at 1:02 PM, rap wrote: > > > > The Debian style for Apache2 configuration is different from the standard > > version. Are there reasons why I shouldn't/couldn't use the standard Apache > > version from apache.org on top of

[users@httpd] My webmail is not working

2016-04-01 Thread Chandran Manikandan
Dear Lists, I have running Centos 6.6 64 bit system, I have updated the packages today through webmin. After updated the packages my webmail is not working it say like below error in my system log. Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is f

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Yann Ylavic
On Fri, Apr 1, 2016 at 9:57 AM, Sylvain Goulmy wrote: > > No i don't use that directive, here is the extract of the running > configuration : OK, actually this is caused by the introduction of Listeners Buckets (SO_REUSEPORT handling), precisely in 2.4.17. Before we used to require MinSpareThrea

Re: [users@httpd] Debian way or standard

2016-04-01 Thread Yann Ylavic
On Fri, Apr 1, 2016 at 1:02 PM, rap wrote: > > The Debian style for Apache2 configuration is different from the standard > version. Are there reasons why I shouldn't/couldn't use the standard Apache > version from apache.org on top of Debian instead of the Debian version > packages? I'd rather use

[users@httpd] Debian way or standard

2016-04-01 Thread rap
Hi, The Debian style for Apache2 configuration is different from the standard version. Are there reasons why I shouldn't/couldn't use the standard Apache version from apache.org on top of Debian instead of the Debian version packages? I'd rather use my time to learn a general version used most

Re: [users@httpd] Quick 2.4 Require question

2016-04-01 Thread Michael A. Peters
On 04/01/2016 02:43 AM, Daniel wrote: I'd rather not use names, use a specific ip for localhost or a network, You will save yourself from issues in the long run. El vie., 1 abr. 2016 a las 11:27, Marat Khalili (mailto:m...@rqc.ru>>) escribió: Yes. According to documentation at https:/

Re: [users@httpd] Quick 2.4 Require question

2016-04-01 Thread Daniel
I'd rather not use names, use a specific ip for localhost or a network, You will save yourself from issues in the long run. El vie., 1 abr. 2016 a las 11:27, Marat Khalili () escribió: > Yes. According to documentation at > https://httpd.apache.org/docs/2.4/mod/mod_authz_core.html#require : > > W

Re: [users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Daniel
Yes, if you are receiving requests you are redirecting yourself to your own 443 port to SSL, you by all means need a SSL virtualhost so apache can handle them. Even if you are using 2.2 you can start with a simple example like this: http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html#configexample

Re: [users@httpd] Quick 2.4 Require question

2016-04-01 Thread Marat Khalili
Yes. According to documentation at https://httpd.apache.org/docs/2.4/mod/mod_authz_core.html#require : When multiple |Require| directives are used in a single configuration section and are not contained in another authorization directive

[users@httpd] Quick 2.4 Require question

2016-04-01 Thread Michael A. Peters
Take the following : AllowOverride None php_value include_path "/srv/cdn/phpinclude" Require local Require ip 2001:db8::a00:20ff:fea7:ccea Require ip 10.1.2.3 I assume that would allow connections from the local host, from the IPv6 specified, and from the IPv4 specified - but would

Re: [users@httpd] how can lassfish application server behind Apache and wordpress blog as a subdirectory can work together

2016-04-01 Thread Oscar Knorn
On 2016-04-01 at 10:21 AM Szűcs Roland wrote: > > Hi expert users, > > > > I am newbie to Apache webserver and as a start I face a complex problem. > > > > I have developed a Java EE 7 app with Glassfish 4.1.1 Application > server. On the other hand I have a wordpress blog. Google pagerank > ca

[users@httpd] how can lassfish application server behind Apache and wordpress blog as a subdirectory can work together

2016-04-01 Thread Szűcs Roland
Hi expert users, I am newbie to Apache webserver and as a start I face a complex problem. I have developed a Java EE 7 app with Glassfish 4.1.1 Application server. On the other hand I have a wordpress blog. Google pagerank calculations handle differently the subdomain and the subdirectory. If

Re: [users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Aitor González
First of all, thank you Daniel. So I need to define a new Virtualhost for the SSL address where I am redirecting the request? It should look like this maybe? #formamos el acceso por https SSLEngine on SSLCertificateFile something ServerAlias gestionfico.media-saturn.com Di

Re: [users@httpd] MPM Worker : Two processes launched with no activity

2016-04-01 Thread Sylvain Goulmy
Hi Yann, No i don't use that directive, here is the extract of the running configuration : *Current Configuration:**In file: /tech/apache/etc/server/common-2.4.conf* 13: Listen *127.60.2.30:80 * 14: Listen *127.60.2.30:443 * 86: ThreadLimit *200*

Re: [users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Daniel
If I understand correctly you want: ErrorDocument 404 /error_stofi_404.html ErrorDocument 500 /error_stofi_500.html ErrorDocument 502 /error_stofi_502.html ErrorDocument 503 /error_stofi_503.html ErrorDocument 504 /error_stofi_504.html to show up in the SSL virtualhost. Since these have been def

[users@httpd] Show custom error pages while redirecting to HTTPS on Apache 2.2

2016-04-01 Thread Aitor González
Using Apache 2.2, I am trying to redirecting HTTP requests to HTTPS requests to a Tomcat 6 server and that works fine. But I am trying to redirect errors to custom error pages and while that works as long as I don't redirect the HTTP requests to HTTPS requests, it doesn't work when I redirect. Th