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,
>
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
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
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
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
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
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
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