[users@httpd] Apache on CentOS 6 -- lots of reading requests

2013-04-05 Thread linuxsupport
I am facing a problem with Apache on CentOS 6 Apache 2.2.19 is complied from source. I see so many reading requests in Apache status page, as per my previous experience this "reading request" issue mainly comes when any of the internet route having any problem and request takes time to completely

[users@httpd] AUTO: Prashans Mistry is out of the office (returning 10/04/2013)

2013-04-05 Thread Prashans Mistry
I am out of the office until 10/04/2013. Note: This is an automated response to your message "Re: [users@httpd] Apache Not Redirecting" sent on 06/04/2013 6:04:34. This is the only notification you will receive while this person is away.

Re: [users@httpd] Apache Not Redirecting

2013-04-05 Thread Chris Arnold
- Original Message - From: "Chris" To: users@httpd.apache.org Sent: Friday, April 5, 2013 1:34:03 PM Subject: [users@httpd] Apache Not Redirecting >Apache 2.2.12 on sles11 sp2. We are trying to get users to access >http://share.domain.com . Apache has a >VirtualHost file with redirec

[users@httpd] Apache Not Redirecting

2013-04-05 Thread Chris Arnold
Apache 2.2.12 on sles11 sp2. We are trying to get users to access http://share.domain.com. Apache has a VirtualHost file with redirectmatch ^/$ http://share.domain.com/share Apache seems to not be redirecting this. Here is http://share.domain.com results: GET / HTTP/1.1 Host: share.domain.com U

[users@httpd] ops

2013-04-05 Thread georg
Hi, I have meddled some with Apache, PHP, SQL(odbc) and HTML on a windows (XP) installation. Now Ive got a computer for which I dont have a Windows. Considering going for Linux (Ubunto ?, Mandora ?) Is there anyone who has some thinking about that, is there large conversion/incompatibility,

Re: [users@httpd] problem with header

2013-04-05 Thread Eric Covener
On Fri, Apr 5, 2013 at 12:44 PM, rahul bhola wrote: > hi i am willing to help in development in the httpd project is there > anything i could do please guide me.I know cpp and have worked out with > networking sockets and handeling requests.please do let me know where to > begin There are plenty

Re: [users@httpd] problem with header

2013-04-05 Thread rahul bhola
hi i am willing to help in development in the httpd project is there anything i could do please guide me.I know cpp and have worked out with networking sockets and handeling requests.please do let me know where to begin regards Rahul CS engineer BITS PILANI

[users@httpd] How to configure RewriteRule to redirect a folder in my Joomla Website

2013-04-05 Thread Miguel A. Velasco
Hello, In my Joomla website I have the URL as follow: http://www.mydomain.com/catalogue.html http://www.mydomain.com/catalogue/product1.html http://www.mydomain.com/catalogue/product2.html And so on The thing I´d like to do, and I´m not able

Re: [users@httpd] Set response header based on another response header?

2013-04-05 Thread Daniel Gruno
On 04/05/2013 01:23 PM, Esmond Pitt wrote: > Can't be done. You can only set an environment variable based on a > *request* header. > > EJP Not entirely true, you can do this quite easily with filters, and I use it often for that exact purpose (except I don't use the Pragma thing, I do other tran

[users@httpd] Re: filesmatch suspends AccessFileName?

2013-04-05 Thread Hajo Locke
Hello, I have the following in the httpd.conf: Order allow,deny Deny from all Satisfy All < Don't you have something similar? i have this: Order allow,deny Deny from all but this is overwritten by the .htaccess of costumer. i thought .htaccess is always protected by

Re: [users@httpd] filesmatch suspends AccessFileName?

2013-04-05 Thread Igor Cicimov
> > The regex in filesmatch Directive is quite useless but this leads to the > problem that .htaccess file can called by http in browser and shows all of > its contents. > > http://example.com/.htaccess > > Seems to me quite simple for a user to disclose his .htaccess contents by > simple filesmatc

RE: [users@httpd] Set response header based on another response header?

2013-04-05 Thread Esmond Pitt
Can't be done. You can only set an environment variable based on a *request* header. EJP

Re: [users@httpd] filesmatch suspends AccessFileName?

2013-04-05 Thread Paul Norton
On 5 April 2013 10:44, Hajo Locke wrote: > Hello, > > interesting thing here. Ist this a bug or expected? > Apache is 2.2.23 > > Costumer uses .htaccess which uses some SetEnvIfNoCase Directives to > filter bad bots. > the allow,deny directive is placed within a filesmatch directive. > example: >

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
Please remember that in 2.2 modules were linked statically by default. Now they are linked dynamically by default. You need to use: --enable-MODULE=static to compile in into httpd statically or use LoadModule. More info: http://httpd.apache.org/docs/2.4/programs/configure.html 2013/4/5 Marcin W

[users@httpd] filesmatch suspends AccessFileName?

2013-04-05 Thread Hajo Locke
Hello, interesting thing here. Ist this a bug or expected? Apache is 2.2.23 Costumer uses .htaccess which uses some SetEnvIfNoCase Directives to filter bad bots. the allow,deny directive is placed within a filesmatch directive. example: SetEnvIfNoCase user-agent "hallohallo" bad_bot=1 Order

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Marcin Wanat
LoadModule ssl_module modules/mod_ssl.so in httpd.conf didn't help ? 2013/4/5 Ismael Puerto > Hello Leonay > > Currently I have some problem, at the moment i work with 2.2.X > I hope that anybody help us with this question. > > Thanks > > On 04/04/2013 05:36 PM, Leonay Wynn wrote: > > I am una

Re: [users@httpd] Trying to upgrade from 2.2.22 to 2.4.4

2013-04-05 Thread Ismael Puerto
Hello Leonay Currently I have some problem, at the moment i work with 2.2.X I hope that anybody help us with this question. Thanks On 04/04/2013 05:36 PM, Leonay Wynn wrote: > I am unable to get 2.4.4 to include mod_ssl.c > > I am attempting to use my config.nice i used from 2.2.22 > > "./config