Hello Amol,
Don't be innocent, never attach the configuration file in the group message.
It is too risky!!!
checkout how may apache process is running the server using netstat
netstat -tlpan | grep :80
and check the memory usage for each client.
On 15 July 2010 17:40, Amol Puglia wrote:
> He
Any information guys...
On 13 July 2010 10:16, Sakthi Esakiappan wrote:
> Hello,
>
> Hack attempt is made in one of our server. The hacker used string
> "w00tw00t.at.ISC.SANS.DFind" to continuously generate 400 Bad request to our
> server. He is capable of genera
Hello,
Hack attempt is made in one of our server. The hacker used string
"w00tw00t.at.ISC.SANS.DFind" to continuously generate 400 Bad request to our
server. He is capable of generating very large number of request in a short
time from various IPs.
I have hardened apache for handling this error c
Hello,
Some body is using our domain name(example.com) and sending spam email to
others using our domain name. Is there any way to prevent this. He is using
his own server to send such spam emails. It is killing our business, any
help is appreciated...
--
With Regards,
Sakthi Esakiappan.M
Server
Hello,
We have 2 sites domain.com & domain.co.uk which has separate data. We want
the UK customers to land only in domain.co.uk and reset of the people should
land in domain.com. Is there any possibility for doing this Apache
--
With Regards,
Sakthi Esakiappan.M
Server Administrator
MercuryMind
Don't get complicated through the various loggers available, simply use
logrotate the default linux application used to rotate the log files in
apache.
On 24 May 2010 14:46, James Corteciano wrote:
> Hi All,
>
> I have running various web farms and I'm looking for better solution to
> forward al
Which version of apache do u use...
On 24 May 2010 07:06, Eric Covener wrote:
> On Sun, May 23, 2010 at 8:01 PM, Dennis J. wrote:
> > Hi,
> > Doesn't work. I added the lines to the virtual host and restartet Apache
> but
> > I can still connect with SSLv2:
> >
> > openssl s_client -ssl2 -connec
Hello,
Have a try with restarting apache service, otherwise add the following lines
to the Virtual Host configuration
SSLProtocol -all +SSLv3 +TLSv1
SSLCipherSuite HIGH:MEDIUM:!SSLv2:!LOW:!EXP:!aNULL
restart the apache service and have a try...
On 21 May 2010 17:45, Dennis J. wrote:
> Hi,
> I
Make sure the bbb certificate(bbb.crt) is issued for the Server named bbb.
if not try and create a self signed SSL certificate for the server bbb and
have a try with the newly created certificate.
On 15 May 2010 02:21, Reinhard Vicinus wrote:
> Hi,
>
> is the following behaviour of apache 2.2.15
ays??
>
> Still i get the same error *"./apxs: not found "*
>
> stuck on the same step.
> any thoughts??
>
> Thanks.
> Tapan
>
> --- On *Thu, 5/6/10, Sakthi Esakiappan >* wrote:
>
>
> From: Sakthi Esakiappan
> Subject: Re: [us...@httpd]
ution.
# which perl
add this output to PATH variable. or try deleting the first line in the *
apxs* shell script(#!/usr/local/bin/perl -w)
On 6 May 2010 15:59, Tapan Maheshwari wrote:
>
>
> --- On *Wed, 5/5/10, Sakthi Esakiappan >* wrote:
>
>
> From: Sakthi Esakiappan
>
>
Also post
cat /usr/local/apache2/bin/apxs
On 5 May 2010 19:38, Hendrik Schmieder wrote:
> Tapan Maheshwari schrieb:
>
> YES,
>> i am executing this command from this directory: /usr/local/apache2/bin
>> where apxs is present.
>>
>> again, apxs is not a binary, this is a text file
>>
>> Tha
Hello,
Have a try with
/usr/local/apache2/bin/apxs -c -I /usr/include/libxml2 -I. -i
mod_poxy_html.c
and make sure that /usr/local/apache2/bin/apxs has executable permission if
not give it by
chmod +x /usr/local/apache2/bin/apxs
On 5 May 2010 15:15, Tapan Maheshwari wrote:
> Hi,
>
> i tried t
Hello,
/etc/init.d/httpd is the startup/stop script for http deamon. It can be used
to verify the configuration files.
Configuration files can be tested through the following
/usr/sbin/httpd -S
/usr/sbin/apachectl -S
These 2 are the binaries of the web server. I personally recommend you to
use a
14 matches
Mail list logo