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 W
2015-07-27 6:33 GMT+02:00 deva seetharam :
> 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:
> Loaded Modules:
[..
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, Doug
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 DOE