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

2017-03-16 Thread Mitchell Krog Photography
1. I have always stuck to one ServerAlias line but for fun I tested this config this morning and it works just fine ServerName centos.local ServerAlias centos2.local centos3.local ServerAlias centos4.local ServerAlias centos5.local centos6.local centos7.local 2. Not that I am awa

Re: [users@httpd] Error nghttp2 version is too old

2017-03-16 Thread John Iliffe
I solved this one and it had nothing to do with the version of the nghttp library. I did not have the development environment for nghttp installed. Installing libnghttp2-devel.x86_64 resolved the problem and the compilation ran to completion. [The following applies specifically to Fedora 25;

[users@httpd] ServerAlias limit and conflicts?

2017-03-16 Thread Rose, John B
1. Is there a limit on how many “ServerAlias” lines can be in a virtual host block? 2. Is there a limit on how many hostnames can be in one “ServerAlias” line? 3. If you used “ServerAlias *.abc.com” in one virtual host conf file, would that cause any conflict with existing

Re: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Eric Covener
On Thu, Mar 16, 2017 at 11:44 AM, Chunduru, Krishnachaithanya wrote: > Is there a way to do it in the httpd-ssl.conf or from httpd.conf ? The name of the configuration file is all but meaningless. If you want to use a feature from some module, load it and configure it. -- Eric Covener cove..

RE: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Chunduru, Krishnachaithanya
Hi Eric, Thanks for the suggestion. Is there a way to do it in the httpd-ssl.conf or from httpd.conf ? Regards, Krishna -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, March 16, 2017 6:19 PM To: users@httpd.apache.org Cc: knst.koli...@gmail.com Subject:

[users@httpd] Spoofing SERVER_PORT/HTTPS env?

2017-03-16 Thread Andrei
Hello everyone, I have a setup with Varnish/Hitch in front of Apache, where Hitch proxies the SSL traffic to Varnish via HTTP, and Apache receives the request via HTTP while the client request was done via https. This local downgrade is due to Varnish not supporting SSL. Since there are quite a fe

Re: [users@httpd] Re: Reg : Limiting http connections at Apache 2.4.25

2017-03-16 Thread Velmurugan Dhakshnamoorthy
Thanks for response, Yes my requirement is to completely restrict/disalllow any further connections, example I want to allow only 50 sessions, 51st connection should get an error message to login later after certain period of time. Regards, Vel On Mar 16, 2017 18:58, "Nick Kew" wrote: > On

RE: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Houser, Rick
diff -uNr httpd-2.4.12/include/ap_release.h httpd-2.4.12_new/include/ap_release.h --- httpd-2.4.12/include/ap_release.h 2014-07-15 13:12:30.0 -0400 +++ httpd-2.4.12_new/include/ap_release.h 2014-08-06 16:02:19.651002566 -0400 @@ LINE_NUMBERING_ALL_MESSED_UP_NOT_A_REAL_DIFF @@ *

Re: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Eric Covener
On Thu, Mar 16, 2017 at 8:47 AM, Yehuda Katz wrote: > I believe the only way to do that is to recompile HTTPD yourself. mod_security is third-party - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional comm

RE: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Yehuda Katz
I believe the only way to do that is to recompile HTTPD yourself. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Mar 16, 2017 6:02 AM, "Chunduru, Krishnachaithanya" < krishnachaithanya.chund...@broadridge.com> wrote: > Hi Konstantin/All, > > I have now resolve

Re: [users@httpd] Re: Reg : Limiting http connections at Apache 2.4.25

2017-03-16 Thread Nick Kew
On Thu, 2017-03-16 at 02:05 +0100, Daniel wrote: > See about mpm settings/directives such as MaxRequestWorkers, which > will limit the number of concurrent requests your server can take. Indeed, but I don't think that's what the OP is looking for in an apache proxy. Rather the proxy reply with a

RE: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Chunduru, Krishnachaithanya
Hi Konstantin/All, I have now resolved the problem of the server name and OS version, but I was asked to remove the Apache name itself from the response headers. Can someone please let me know how can we achieve this on Aix, in linux we can use the mod_security but I don't get anything like th

AW: [users@httpd] Unable to start apache [wd-vc]

2017-03-16 Thread Bremser, Kurt (AMOS Austria GmbH)
Use apachectl start as the script sets important prerequisites for httpd to work. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: luis medrano [lmzaldi...@gmail.com] Gesendet: Mittwoch, 15. März 2017 17:32 An: users

RE: [users@httpd] Hiding Apache version info on the Aix server for Apache.

2017-03-16 Thread Mitchell Krog Photography
I’ve tested on CentOS 6.8, Apache 2.2.15 Both *ServerTokens PROD* *ServerSignature Off* Work perfectly and do not affect the starting of the server. Secondly have you actually ever run a configtest? *apachectl configtest* If you copy and paste the the ServerTokens and ServerSignature lines ab