Re: [us...@httpd] Re: Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-03 Thread Sakthi Esakiappan
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

Re: [us...@httpd] apxs: not found

2010-05-05 Thread Sakthi Esakiappan
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

Re: [us...@httpd] apxs: not found

2010-05-05 Thread 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

Re: [us...@httpd] apxs: not found

2010-05-06 Thread Sakthi Esakiappan
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 > >

Re: [us...@httpd] apxs: not found

2010-05-07 Thread Sakthi Esakiappan
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]

Re: [us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Sakthi Esakiappan
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

Re: [us...@httpd] SSL protocol limits ignored?

2010-05-22 Thread Sakthi Esakiappan
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

Re: [us...@httpd] SSL protocol limits ignored?

2010-05-24 Thread Sakthi Esakiappan
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

Re: [us...@httpd] httpd vhost centralized logging

2010-05-24 Thread Sakthi Esakiappan
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

[us...@httpd] Redirecting based on the Country

2010-05-25 Thread Sakthi Esakiappan
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

[us...@httpd] How to prevent email sent from the server

2010-06-10 Thread Sakthi Esakiappan
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

[us...@httpd] How to regenerate 400 error code

2010-07-12 Thread Sakthi Esakiappan
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

[us...@httpd] Re: How to regenerate 400 error code

2010-07-13 Thread Sakthi Esakiappan
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

Re: [us...@httpd] Apache Process Consuming High CPU resources

2010-07-15 Thread Sakthi Esakiappan
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