Re: [users@httpd] Signs of Apache Web Server been hacked

2013-11-10 Thread Vishesh kumar
I think you can also check access log with grep if any call to bash script. Thanks Vishesh Kumar http://linuxmantra.com/ On Mon, Nov 11, 2013 at 9:50 AM, Mauricio Tavares wrote: > On Sun, Nov 10, 2013 at 9:36 PM, Rizwan Raza > wrote: > > There is a bunch of php scripts on the serv

Re: [users@httpd] redirecting URL

2013-11-07 Thread Vishesh kumar
Inside VirtualHost section, Redirect Permanent myContent/0900f00b803af701<http://myapp.mydomain.com/myContent/0900f00b803af701> http://anotherapp:9087/mypages/svc/v1/General/ALL/myContent/0900f00b803af701?mypageHeader=true Should serve the purpose. Thanks Vishesh Kumar http://linuxmant

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
My understanding is that SHA encryption format does not use salting in Apache. I think salt can be used with MD5 in Apache. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 8:43 PM, Piotr Pawłowski < piotr.pawlow...@goyello.com> wrote: > Yes, that is obviou

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
Apache support SHA1 password but that depends on platform as well. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 7:22 PM, Piotr Pawłowski < piotr.pawlow...@goyello.com> wrote: > Dear all, > > I have a database with users, who are allowed to see conte

Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-06 Thread Vishesh kumar
I wonder, if we can use SASL mechanism here for authenticating via LDAP. Thanks Vishesh Kumar On Wed, May 1, 2013 at 11:01 PM, Eric Covener wrote: > Ldap only supports basic auth, not digest. -- http://linuxmantra.com -

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
ch 2013 8:20 PM > *Subject:* Re: [users@httpd] Apache monitoring MPM > > Another alternative to consider is mod_sflow and Ganglia, particularly if > you want to monitor large Apache clusters: > > http://blog.sflow.com/2012/10/thread-pools.html > > On Tue, Mar 5, 2013 at 6:31 A

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
Hello Vicky , You can use Server-Status handler for this . SetHandler Server-Status order deny,allow allow from 127.0.0.1 deny from all In above given setting , you can use http://localhost/server-status from localhost Thanks Vishesh kumar http://www.linuxmantra.com/ On Tue, Mar 5, 2013 at

Re: [users@httpd] Re: Changing the MPM

2013-02-05 Thread vishesh kumar
Whats output of below httpd -t -M On RHEL we used to change to worker by editing file /etc/sysconfig/httpd Thanks On Tue, Feb 5, 2013 at 12:46 AM, yogesh hingmire wrote: > Folks, > > Any inputs on the below problem ? Appreciate all your help > > Thank You, > Yogesh > > > On Sun, Feb 3, 2013 at

Re: [users@httpd] sh: fetch: command not found

2012-05-03 Thread vishesh kumar
Thanks Tom for wonderful suggestion. Let me try this On Thu, May 3, 2012 at 9:37 PM, Tom Evans wrote: > On Mon, Apr 30, 2012 at 12:15 PM, vishesh kumar > wrote: > > Hi Members, > > > > I am getting a lots of followi

Re: [users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Thanks Eric , But i didn't uploaded any CGI script which call fetch*. * I suspect if this could be hacking attempt . Thanks On Mon, Apr 30, 2012 at 4:58 PM, Eric Covener wrote: > On Mon, Apr 30, 2012 at 7:15 AM, vishesh kumar > wrote: > > Hi Members, > > > > I a

[users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Hi Members, I am getting a lots of following error in my error_log -- sh: fetch: command not found --- What could be the reason as nothing more relevant information in log file ? Thanks Vishesh Kumar

[users@httpd] ?????? ??????? ?? files in /tmp

2011-08-01 Thread vishesh kumar
Hi Members I am getting ?? ??? .doc and ?? ??? .xls files in /tmp parition. The owner of all these files are www . I am running apache on centos . Does it indicate any security breach ? Vishesh Kumar

[users@httpd] https redirection

2011-07-29 Thread vishesh kumar
Hi Members suppose i have a site https://abc.com and i want if anyone write https://abc.com/xyz.com , it should redirected to https://xyz.com which is one same server. Server wide certificate installed on server . Can anyone please help in redirection -- http://linuxmantra.com

[users@httpd] Special log file for denied client

2011-05-24 Thread vishesh kumar
Hi Members, In my .htaccess file i denied access by many ips. I want to log if that ip is trying to access our site, in a special log file for audit purpose. You can please guide me . Thanks & Regd Vishesh Kumar --

[users@httpd] internal server error due to cookie setting in .htaccess

2011-05-11 Thread vishesh kumar
Hi I get internal server error for my domain. After checking error i found following in /etc/httpd/logs/error-log RewriteRule: unknown flag 'CO'\n What could be cause of this . Please guide me.

Re: [users@httpd] Which domain causing slowness.

2011-03-15 Thread vishesh kumar
Thanks mark for your wonderful suggestion. I will go through LogFormat and revert back here. Thanks On Tue, Mar 15, 2011 at 11:42 PM, Mark Montague wrote: > On March 15, 2011 12:38 , vishesh kumar > wrote: > > I have a number of domain using different named virtual host. I wa

[users@httpd] Which domain causing slowness.

2011-03-15 Thread vishesh kumar
Dear all I have a number of domain using different named virtual host. I want to know which virtual host is causing delay on my apache web server. I am suing apache 2 on centos 5.5? Any suggestion i don't want to use awstat or nagios . Thanks vishesh kumar -- http://linuxmantra.com

[users@httpd] How to apply worker MPM

2011-02-09 Thread vishesh kumar
Dear all I am not newbie in Apache. I am using Apache Server on Centos 5.5. I need to remove prefork MPM and apply worker MPM in place of that, Do i need to recompile Apache ? Thanks & Regards vishesh kumar -- http://linuxmantra.com

[us...@httpd] Re: list of apache modules ?

2009-12-03 Thread vishesh kumar
Thanks all of for quick reply. On 12/3/09, Sascha Kersken wrote: > Hi, > >> I am using RHEL 5.2 and newbie in apache, as a preliminary step i >> executed following command to list apache modules >> >> root# httpd -l >> >> It showed me following output, >> >> core.c >> prefork.c >> http_core.c >>

[us...@httpd] list of apache modules ?

2009-12-03 Thread vishesh kumar
Dear all I am using RHEL 5.2 and newbie in apache, as a preliminary step i executed following command to list apache modules root# httpd -l It showed me following output, core.c prefork.c http_core.c mod_so.c I eager to know , there are only 4 apache module present in my httpd ser