[EMAIL PROTECTED] Query on MaxClient and ListenBackLog

2008-01-03 Thread Arnab Ganguly
Hi All, I am using MPM= worker and Apache version is 2.2 on Red-Hat 3.0. I am getting lots of connection timeout from the client request as due the busy server.I have kept the value of MaxCLient 128 and ListenBackLog to default 511. So in order to reduce the connection timeouts which one makes mor

[EMAIL PROTECTED] Inserting HTML Code Using Apache Proxy

2008-01-03 Thread play4god
Hi, all... I've googled everywhere, read the FAQs, and searched the archives, so that led me to post... When my intranet users go through the proxy server, I would like to insert code that will appear at the top of each page that they request. I've looked at mod_rewrite, but it appears to only m

[EMAIL PROTECTED] Upgrading Apache 2.0.59 from open mode to SSL mode under Redhat Linux

2008-01-03 Thread Ambarish Mitra
Hi all, I have a working version of apache 2.0.59 in open mode under Linux, and I want to move it to SSL mode. Apparently, it was not compiled with SSL support. When I do "apachectl -l", in the list of compiled in modules, mod_ssl.c does not come. My question is: For moving it from open mode to

Re: [EMAIL PROTECTED] Virtual Hosts

2008-01-03 Thread Norman Peelman
Frank M. Ramaekers wrote: I was having the same problem, only mine are different hosts not domains. How would you do them? (e.g. abc.domain.com def.domain.com and xyz.domain.com) TIA, Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insu

Re: [EMAIL PROTECTED] Cannot restart httpd

2008-01-03 Thread Morgan Gangwere
On Jan 3, 2008 12:40 PM, Grant Peel <[EMAIL PROTECTED]> wrote: > > > eggdropp is an irc bot. You need to kill this, unless you know it is > something different. Also, check your system, you have been breached. to clarify, eggdrop is a perl script that talks to an IRC server (usually stored in ~/.e

Re: [EMAIL PROTECTED] Cannot restart httpd

2008-01-03 Thread Grant Peel
eggdropp is an irc bot. You need to kill this, unless you know it is something different. Also, check your system, you have been breached. -Grant - Original Message - From: Liz Kim To: users@httpd.apache.org Sent: Thursday, January 03, 2008 2:30 PM Subject: Re: [EMAIL PROTEC

Re: [EMAIL PROTECTED] Cannot restart httpd

2008-01-03 Thread Liz Kim
Thank you for your inputs! It failed to restart again and when listing all the open files on https, this shows up: eggdrop apache4u IPv6 TCP *:https (LISTEN) Any idea what "eggdrop" is?? On Jan 3, 2008 12:04 AM, Borse, Hrushikesh <[EMAIL PROTECTED]> wrote: > There might be some proc

Re: [EMAIL PROTECTED] www-data as owner of /var/www

2008-01-03 Thread Matus UHLAR - fantomas
On 15.12.07 19:30, Bryan Richardson wrote: > Just curious, it it dangerous to allow www-data to own /var/www? /var/www > is the home directory for www-data, but I noticed that the default user and > group for /var/www is root. Is there a reason for this? maybe apache runs under user and group ww

[EMAIL PROTECTED] TCP packets lost?

2008-01-03 Thread Max Deineko
Hi, I'm facing following problem: Apache running inside an OpenVZ VPS, serving multiple VirtualHosts. Now, it has regular availabiliy problems - which isn't nesessarily Apache's fault, since it's mainly just a wrapper. What I don't quite understand is this: during the periods when the server is

[EMAIL PROTECTED] Problemsd during installation

2008-01-03 Thread Stuart Henderson
Hi there, I'm having some problems installing the server, and was wondering if somebody could give me some advice please? I've tried two methods of installation: 1) The step's outlined on the Apache website. The error I receive appears after I run the "make" command, and this error is displa

RE: [EMAIL PROTECTED] 2 apache servers: one re-directs OK the other redirects to the default directory.

2008-01-03 Thread Boyle Owen
> -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Monday, December 31, 2007 7:39 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] 2 apache servers: one re-directs OK > the other redirects to the default directory. > > Hello Apache users, I am a long time Ap

RE: [EMAIL PROTECTED] Cannot restart httpd

2008-01-03 Thread Borse, Hrushikesh
There might be some processes running on 443 port. First you need to kill that processes then you will able to start apache Use command # lsof -I | grep :https Or lsof -I | grep :443 This will provide you process ids binded with 443 port. Kill it and then try to restart apach