Re: [users@httpd] debugging segmentation fault

2015-07-27 Thread Rainer Canavan
2015-07-27 6:33 GMT+02:00 deva seetharam tagse...@yahoo.com.invalid: hello we are running debian linux stable (Jessie) with apache 2.4.10 and mod_wsgi 4.3.0-1 on a x86_64 machine. our application is written in python 2.7 and django 1.8. the list of modules as reported by apachectl -M are:

[users@httpd] Configuration conflict between root folder and sub-folder

2015-07-27 Thread Justin M.
Hi dear Apache users, I contact you because I am not that good at configuring Apache, and I am facing a problem that I am not able to solve alone. I am setting up a Debian 8 (Jessie) server on which I wish to have: * access by the svn: protocol * access by the http: protocol * access by a

[users@httpd] syn recv attack in our server??

2015-07-27 Thread javalishixml
Hi gurus, We have 2 servers. Server1 has a apache. Server2 has a tomcat. Now we see there are many syn recv connection via netstat -ant. These kinds of connection are running out the CPU. We googled it and found it looks like of syn recv attack. So I just want to know: 1. How to verify it DOES

Re: [users@httpd] Cannot get ExecCGI to work with userdir apache 2.4.6

2015-07-27 Thread Aftab Ansari
Hello, The issue of not being able to execute cgi from user dir is also caused due to suexec. You can disable it by following below: # whereis suexec mv /usr/sbin/suexec /usr/sbin/suexec_disabled You can always enable it by renaming the file again. On Mon, Jul 20, 2015 at 7:41 PM, Tucker,