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

2017-03-15 Thread Daniel
See about mpm settings/directives such as MaxRequestWorkers, which will limit the number of concurrent requests your server can take. Note this is not an exact science you need to test your mpm settings to suit your own needs. 2017-03-16 1:08 GMT+01:00 Velmurugan Dhakshnamoorthy : > Dear All, >

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

2017-03-15 Thread Velmurugan Dhakshnamoorthy
Dear All, Any help on my earlier post regarding throttling HTTP connections. Regards, Vel On Mar 14, 2017 21:27, "Velmurugan Dhakshnamoorthy" wrote: > Hi Everyone, > > I just joined to this group. > > I have installed Apache 2.4.25 HTTP server as a reverse proxy server and > my back-end content

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

2017-03-15 Thread Chunduru, Krishnachaithanya
Hi, Below are the entries I have updated in the httpd.conf and tried restarting the apache, but it didn't started and didn't even gave any errors. $cat /etc/httpd/conf/httpd.conf | grep -i signature ServerSignature Off $ cat /etc/httpd/conf/httpd.conf | grep -i tokens ServerTokens Prod Regards

[users@httpd] Unable to start apache

2017-03-15 Thread luis medrano
Hello, Yesterday I had to reboot my server because nothing was responding. After I reboot it the server I tried to start apache: httpd -k start But I check the websites but nothing was loading. After I check the logs I found this: [Wed Mar 15 12:26:18.346919 2017] [suexec:notice] [pid 1331] AH0

Re: [users@httpd] Virtual host config and non-virtual host directories

2017-03-15 Thread Robert Moskowitz
It seems that once you use virtual hosting, you really need to define a default virtual host by making something the first in the config file. On a server without virtual hosts, I have: VirtualHost configuration: ServerRoot: "/etc/httpd" Main DocumentRoot: "/var/www/html" Main ErrorLog: "/etc/h

Re: [users@httpd] Reg: Custom error message at Apache 2.4.25

2017-03-15 Thread Luca Toscano
Hi! 2017-03-15 4:00 GMT+01:00 Velmurugan Dhakshnamoorthy : > Hi Everyone, > > I have installed Apache 2.4.25 HTTP server as a reverse proxy server and > my back-end content server is Weblogic 12c(12.1.3). > > The error message(500,50*.. ) produced from content server Weblogic 12c > to be display

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

2017-03-15 Thread Konstantin Kolinko
2017-03-14 14:56 GMT+03:00 Chunduru, Krishnachaithanya : > Hi All, > > > > Can anyone please let me know how to hide the apache version and the OS name > running on Aix server. > > > > The servertokens or the server signature fields are set to PROD and > signature off, then I tried restarting the h

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

2017-03-15 Thread Konstantin Kolinko
The source code: https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/config2.m4?revision=1779742&view=markup#l124 > AC_MSG_CHECKING([for nghttp2 version >= 1.2.1]) Just prints the "Checking..." message. The actual check is below - compilation of some snippet. > AC_TRY_COMPILE