Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Charan
I remember this has happened to me once. if there is SELinux, disable it and try again Thanks, Charan On Fri, Apr 2, 2010 at 9:08 PM, Ravi Roy ravi.a...@gmail.com wrote: On Sat, Apr 3, 2010 at 9:13 AM, Nilesh Govindarajan li...@itech7.comwrote: On 04/03/10 07:53, Ravi Roy wrote: On

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Nick Kew
On 2 Apr 2010, at 17:22, Ravi Roy wrote: 1.Command : $ sudo /etc/rc.d/init.d/httpd start Error Message : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 You might have another instance running, in which case you should check your packager's

Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-03 Thread Nick Kew
On 2 Apr 2010, at 23:48, Anuradha wrote: I want to limit the number of particular requests in apache For example I have httpd running on my system. My webserver provides a upload and download service. I want to configure appache in a way that at the max it can serve 100 uploads and

Re: [us...@httpd] Best Practices for mod_perl, mod_python, and mod_php

2010-04-03 Thread Nick Kew
On 2 Apr 2010, at 22:29, The Gaijin wrote: I've inherited a system from our development group, and I've been attempting to find information on recommended best practices for running mixed mod_perl, mod_python and mod_php simultaneously on Apache HTTPd using mod_prefork. Unfortunately, my

Re: [us...@httpd] easier handling of https/ssl ?

2010-04-03 Thread Jonas Eckerman
On 2010-04-02 19:31, peter pilsl wrote: So actually I have to copy/paste each virtualhost-section [...] Isnt there an easier way to do this? You might like to use mod_macro. Especially if most of the hosts are very similar to each other. Regards /Jonas -- Jonas Eckerman Fruktträdet

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
Are you sure that you have the permisson to listen on port 80? From: Ravi Roy ravi.a...@gmail.com To: users@httpd.apache.org Sent: Sat, April 3, 2010 7:08:17 AM Subject: Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock:

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Ravi Roy
On Sat, Apr 3, 2010 at 5:02 PM, alin vasile alinachegal...@yahoo.comwrote: Are you sure that you have the permisson to listen on port 80? User logged in (current user) in the system is part of sudoers. I think that is sufficient ? Thanks. -RR

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread Ravi Roy
On Sat, Apr 3, 2010 at 8:10 PM, Ravi Roy ravi.a...@gmail.com wrote: On Sat, Apr 3, 2010 at 5:02 PM, alin vasile alinachegal...@yahoo.comwrote: Are you sure that you have the permisson to listen on port 80? User logged in (current user) in the system is part of sudoers. I think that

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
yes, should be enough. have you tried killing the running process that listens to that port and start apache again? From: Ravi Roy ravi.a...@gmail.com To: users@httpd.apache.org Sent: Sat, April 3, 2010 5:50:50 PM Subject: Re: [us...@httpd] Apache/2.2.13 :

Re: [us...@httpd] How to limit number of particular request in apache.

2010-04-03 Thread Morgan Gangwere
On 4/3/2010 2:59 AM, Nick Kew wrote: You can't. Well, you could write a module for it. If you can live with ballpark numbers, I'd suggest limiting the number of threads per process on a restricted task, rather than maintaining a global count. Or if this is about system load, consider

Re: [us...@httpd] Cannot access my first web app(partially resolved)

2010-04-03 Thread Rafael Muneton
Finally I could access my web app from another machine in my local network. This is what I did: In my apache configuration file, I changed the following line, Before      Listen 8080 After    Listen 192.168.1.64:8080 and now I can access my we app by typing,

Re: [us...@httpd] Cannot access my first web app(partially resolved)

2010-04-03 Thread Eric Covener
On Sat, Apr 3, 2010 at 1:35 PM, Rafael Muneton rafael_mune...@yahoo.com wrote: Finally I could access my web app from another machine in my local network. This is what I did: In my apache configuration file, I changed the following line, Before      Listen 8080 After    Listen

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread Nick Kew
On 3 Apr 2010, at 22:20, Oleg Goryunov wrote: Hello all, It looks like someone hacked my apache2 server and I am trying to understand how this could have happened. This is what happened: Yep, someone's been there. Take it off the 'net, if you haven't already! And get someone competent to

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread Oleg Goryunov
Nick, Thanks for your reply. THe problem is that I do not see any files changed on the server (and thus cannot check the owner of them). Where should I look for the possible evidence of someone else being there? On Sun, Apr 4, 2010 at 2:05 AM, Nick Kew n...@webthing.com wrote: On 3 Apr 2010,

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread Morgan Gangwere
On 4/3/2010 4:24 PM, Oleg Goryunov wrote: THe problem is that I do not see any files changed on the server (and thus cannot check the owner of them). Where should I look for the possible evidence of someone else being there? Do you have Tripwire installed? If so, just look at its logs :)

Re: [us...@httpd] Preventing DoS attacks from single client host

2010-04-03 Thread Sean Conner
It was thus said that the Great Nerius Landys once stated: I'm wondering what methods are preferred for preventing this sort of attack. I'm wondering this for two reasons: 1) I want to secure my websites and 2) I want to learn techniques that address this issue because I'm writing my own

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread 夏蒸鑫
Yes,the hacker is from China. the subfix 9966.org is provided by the biggest DynDNS ISP of China. Best regards, Sharl.Jimh.Tsin - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Re: Preventing DoS attacks from single client host

2010-04-03 Thread Nerius Landys
This is called 'slow loris' attack. That'll give you something to Google for :) Thank you so much for the help guys. I did Google slowloris and I did indeed find much information. In fact, the program I wrote from scratch does the exact attack described on the slowloris Wikipedia page.

Re: [us...@httpd] Someone hacked my apache2 server

2010-04-03 Thread Morgan Gangwere
On 4/3/2010 8:55 PM, Gil Vidals wrote: Oleg, What kind of web application firewall (WAF) are you running on your web servers? If the answer is none, then you will have many problems with malware and hackers. You must have proper security. Google mod_security or hire a web security guy to take

[us...@httpd] Reminder: ApacheCon NA 2010 HTTP Server Track Call for Participation

2010-04-03 Thread Sander Temme
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reminder: the Call For Proposals for the Apache HTTP Server track closes TOMORROW NIGHT, April 4. If you would like to submit a session proposal, please do so now! See below for instructions. - ApacheCon North America 2010 will be

Re: [us...@httpd] Re: Preventing DoS attacks from single client host

2010-04-03 Thread Nerius Landys
   if (ip_count conf-limit) {        ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, Rejected, too many connections in READ state from %s, c-remote_ip);        return OK;    } else {        return DECLINED;    } I figured out what OK and DECLINED mean. In httpd.h: #define DECLINED -1

Re: [us...@httpd] Re: Preventing DoS attacks from single client host

2010-04-03 Thread Nerius Landys
On Sat, Apr 3, 2010 at 9:09 PM, Nerius Landys nlan...@gmail.com wrote:    if (ip_count conf-limit) {        ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, Rejected, too many connections in READ state from %s, c-remote_ip);        return OK;    } else {        return DECLINED;    } I'd

Re: [us...@httpd] Re: Preventing DoS attacks from single client host

2010-04-03 Thread Sean Conner
It was thus said that the Great Nerius Landys once stated: This is called 'slow loris' attack. That'll give you something to Google for :) Thank you so much for the help guys. I did Google slowloris and I did indeed find much information. In fact, the program I wrote from scratch does