Hi All,
We have an Apache WebServer (2.2.15) setup on CentOS 6 where in httpd,conf
we have included conf.d/*.conf files which has configuration for all the
virtual hosts.
In conf.d we have respective .conf file for each of the virtual hosts like
:
abc_com.conf for abc.com
xyz_com.conf for xyz.co
Hello,
2017-07-18 15:48 GMT+02:00 Suvendu Sekhar Mondal :
> Hello Folks,
>
> I am new to Apache httpd world and wanted to know more about it. :)
>
> Reason I got interested in this is that, in our case, we are running
> multiple Tomcat JVMs under a single Apache cluster. If we shut down
> all the
Hi Kumar,
2017-07-18 9:14 GMT+02:00 Kumar Devarakonda :
> Hi,
>
> We have a strange issue recently with Apache. When we request some
> webpages (running on apache web server) from our server, if we make the
> request from Safari, they are loaded instantly. If we load the web page
> from Chrome or
Hi Bruno,
2017-07-20 16:33 GMT+02:00 Bruno Dorchain :
> We got the following crash when under load:
> *** Error in `/usr/sbin/httpd': double free or corruption (!prev):
> 0x7f19a010cf80 ***
> === Backtrace: =
> /lib64/libc.so.6(+0x7c503)[0x7f19ce15c503]
> /lib64/libapr-1.so.0(apr_
Can you disable Mod_security for a while?
I had trouble before with httpd 2.4 and mod_security, one of the rules (DNS
query) as breaking everything in about 30 seconds on start.
If there's no crash after disabling mod_sec, re-enable and start by
disabling all rules and enable one by one.
On Thu,
We got the following crash when under load:
*** Error in `/usr/sbin/httpd': double free or corruption (!prev):
0x7f19a010cf80 ***
=== Backtrace: =
/lib64/libc.so.6(+0x7c503)[0x7f19ce15c503]
/lib64/libapr-1.so.0(apr_pool_destroy+0x1a7)[0x7f19ce8da2d7]
/lib64/libapr-1.so.0(apr_pool_de
On Thu, Jul 20, 2017 at 10:34 AM, Yann Ylavic wrote:
> Hi,
>
> On Thu, Jul 20, 2017 at 8:46 AM, Hemant Chaudhary
> wrote:
>>
>> It is not creating .so for mod_lua also. Only creating mod_lua.a and
>> mod_http2.a . But for other modules like mod_authn_file.so is create,
>> mod_mpm_worker.so etc.
>
Hi,
On Thu, Jul 20, 2017 at 8:46 AM, Hemant Chaudhary
wrote:
>
> It is not creating .so for mod_lua also. Only creating mod_lua.a and
> mod_http2.a . But for other modules like mod_authn_file.so is create,
> mod_mpm_worker.so etc.
--enable-http2=shared --enable-lua=shared works for me.
Regards,