[users@httpd] TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection

2018-08-29 Thread Turritopsis Dohrnii Teo En Ming
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER AGE: 40 YEARS OLD COUNTRY OF RESIDENCE: SINGAPORE DATE: 30TH AUGUST 2018 THURSDAY

Re: [users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-29 Thread Eric Covener
mod_ratelimit is broken in the current release and due to be fixed in the next update. On Wed, Aug 29, 2018 at 4:07 PM Aram Akhavan wrote: > > I'm trying to use mod_ratelimit to enable bandwidth limiting on my entire > apache server. > > If I add the following to my apache2.conf: > > SetOutputFil

[users@httpd] Apache 2.4 mod_ratelimit breaks mod_autoindex

2018-08-29 Thread Aram Akhavan
I'm trying to use mod_ratelimit to enable bandwidth limiting on my entire apache server. If I add the following to my apache2.conf: |SetOutputFilter RATE_LIMIT SetEnv rate-limit 1024 SetEnv rate-initial-burst 1024 | my indexes stop

Re: [users@httpd] VirtualHost and HTTPS

2018-08-29 Thread Jonathan Sélea
It is. If you try to disable myhost.domain1.org - you will see that myhost.domain2.org will work over SSL/TLS :) On 2018-08-29 19:19, David Rush wrote: Ah, so SNI is dependent on the operating system, not the version of Apache HTTPD installed? I had read about SNI and understood the basics

Re: [users@httpd] VirtualHost and HTTPS

2018-08-29 Thread David Rush
Ah, so SNI is dependent on the operating system, not the version of Apache HTTPD installed? I had read about SNI and understood the basics of it, but assumed that it was a function of HTTPD version rather than older OS version. Thanks for your help. David On Wed, Aug 29, 2018 at 11:00 AM, Jonat

Re: [users@httpd] VirtualHost and HTTPS

2018-08-29 Thread Jonathan Sélea
I am very sure that this has to do with the fact that older machines simply does not have support for SNI. On 2018-08-29 16:28, David Rush wrote: I'm running httpd 2.4.12 on Windows Server 2003. We have things set up and working with http and https using the primary host name (fully qualified

Re: [users@httpd] Large authorization header returning error 400

2018-08-29 Thread William A Rowe Jr
On Wed, Aug 29, 2018 at 3:12 AM, Audebert Bernard wrote: > > The request work fine with Authorization header line of up to at least > 5674 bytes but break with Authorization header of more than 6178 bytes with > the following answer : > > Here is an excert of the server-info page we have activate

[users@httpd] VirtualHost and HTTPS

2018-08-29 Thread David Rush
I'm running httpd 2.4.12 on Windows Server 2003. We have things set up and working with http and https using the primary host name (fully qualified). We need for a different domain (same hostname) to work with https. These both need to work: https://myhost.domain1.org - this works fine https:/

[users@httpd] Re: How do I enable HTTP or HTTPS Redirection on my Apache HTTP servers to my Blogger and Wordpress blogs?

2018-08-29 Thread @lbutlr
On 13 Aug 2018, at 19:14, Turritopsis Dohrnii Teo En Ming wrote: > How do I enable HTTP or HTTPS Redirection on my Apache HTTP servers to my > Blogger and Wordpress blogs? Do you mean to blogger.coma nd WordPress.com or are these local to your machine? There are verious ways to redirect, but t

[users@httpd] RE: Apache 2.4.12 : Exception code : 0XC0000005

2018-08-29 Thread Petchiammal Anitha Subbiah -X (pesubbia - HCL TECHNOLOGIES LIMITED at Cisco)
Hello Team, Using Apache version as 2.4.12 version. Currently not getting up and crashed. We have taken the core dump. and find the following info. Attached the screen shot. I could not upload the dumpfile since the size is huge. Please helpto me to know the issue exactly. Thanks a lot

Re: [users@httpd] Apache Will Not Start

2018-08-29 Thread angel Hall-Coulston
Hi, you will have to also add the ‘Listen’ directive in your ‘httpd.conf’ file too. Default is port 80 but you can change this to either include or just 443. > On 29 Aug 2018, at 05:02, Alex Nyamweya wrote: > > Yes I do. > > On Tue, Aug 28, 2018 at 9:51 PM Rose, John B