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
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.
- 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
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
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,
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
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
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
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
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
>
> 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
Can't be done. You can only set an environment variable based on a *request*
header.
EJP
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:
>
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
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
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
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
17 matches
Mail list logo