[users@httpd] Escaping space in SetEnv

2014-04-09 Thread Nawalramka, Priyanka
Hi All, I am trying to set an environment variable using SetEnv directive. I need to set a value containing space characters. Any help on how to escape spaces in the variable value? For example: SetEnv dir_root "/dir1/m1/s1/my dir" I tried enclosing the value in quotations, escaping space usin

Re: [users@httpd] compile error server/mpm//lib.la

2014-04-09 Thread eMyListsDDg
Hello Srinivasa, linux/fedora 20 3.12.8-300.fc20.x86_64 #1 SMP Thu Jan 16 01:07:50 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux thanks > > What operating system are you using? > > If You use Solaris,please use /usr/ccs/bin/make for to compile it or > /usr/sfw/bin/gmake ? > > Please let me

Re: [users@httpd] Access control advice needed

2014-04-09 Thread Vávra Jan
There could be a problem with reverse dns records. Eg. a hostname www.example.com is translated to ip address x.x.x.x But if the Apache Server asks what is the name of x.x.x.x adress, it could get nothing or a response www.somethingelse.com. So this could be your problem. Jan. 2014-04-09 10:26

[users@httpd] OpenSSL "Heartbleed" Vulnerability (was:Re: [users@httpd] Access control advice needed)

2014-04-09 Thread Didier Spaier
On 09/04/2014 10:33, pratibha.dhank...@wipro.com wrote: Hi All, Can anyone please suggest steps to remove vulnerability *OpenSSL "Heartbleed" Vulnerability *in apache. -- Regards *Pratibha *** You shou

[users@httpd] OpenSSL "Heartbleed" Vulnerability (was:Re: [users@httpd] Access control advice needed)

2014-04-09 Thread Didier Spaier
On 09/04/2014 10:33, pratibha.dhank...@wipro.com wrote: Hi All, Can anyone please suggest steps to remove vulnerability *OpenSSL "Heartbleed" Vulnerability *in apache. -- Regards *Pratibha *** You shou

RE: [users@httpd] Access control advice needed

2014-04-09 Thread pratibha.dhankhar
Hi All, Can anyone please suggest steps to remove vulnerability OpenSSL "Heartbleed" Vulnerability in apache. -- Regards Pratibha From: Ramon Casha [mailto:ramon.ca...@megabyte.net] Sent: Wednesday, April 09

Re: [users@httpd] Access control advice needed

2014-04-09 Thread Ramon Casha
To be honest I don't want to end up having to maintain the IP blocks that correspond to the computers that are sending the requests, which is why I tried using the partial domain name. The apache documentation seems to suggest this would work: A (partial) domain-name Example:

[users@httpd] Small search engine by keyword for a webdav server

2014-04-09 Thread BONNET, Frank
Hello I'm searching for a small search engine to use on a webav server The amount of data to search is very small and performance is not a problem. The purpose is : search by keyword in files ( word or pdf files ) then display the matching files to the requester. Usage is private and protected

Re: [users@httpd] Access control advice needed

2014-04-09 Thread Oren
Hi Ramon. Why use apache for the block and not a firewall? its not apache related but i think its a better way of doing that. You can add those addresses to blocking rules and reduce the load on the apache before they even reach it. I am not sure which os you use but there are simple ways of doi

Re: [users@httpd] Access control advice needed

2014-04-09 Thread Jan Vávra
Hello, try to use an IP address or subnet instead of .broad.pt.fj.dynamic.163data.com.cn Jan. Access control advice needed I have a website running drupal which is currently under a continuous botnet attack, which is causing major performance issues. I'm trying to use apache's access control

[users@httpd] Access control advice needed

2014-04-09 Thread Ramon Casha
I have a website running drupal which is currently under a continuous botnet attack, which is causing major performance issues. I'm trying to use apache's access control mechanism to block these requests. Two characteristics of the attack requests are that they all use HTTP/1.0, and a large perce