Am 12.07.2011 21:40, schrieb Frank Bonnet:
I think effectivelly users's requests have been redirected
to the hacked servers ...
Checked the access logs? If it's another server issuing the requests
you could notice by the the request IP addresses. Otherwise, use
only a HTTPS login - don't offer
Am 20.04.2011 20:25, schrieb Eric Covener:
So I'd like to know, what your suggestions are. Is there a way to get
mod_negotiation to work the way I have in mind? Am I missing something or is
there an alternative solution?
I've never understood this much -- but I thought this worked as long
as yo
Hi apache folks,
I've been struggling with precompressed content for a while now, but I
can't find a satisfying solution.
There are plenty of .js and .css, which I currently compress at runtime
with mod_deflate.
To save CPU load, I want to precompress these, put them as .(js|css).gz
on the
Am 27.01.2011 16:34, schrieb Matus UHLAR - fantomas:
On 22.01.11 00:53, john.3.new...@bt.com wrote:
We recently moved our production webserver from a sparc platform (T2000)
to an x86/64 platform (x2270-m2) and we have noticed an erratic response
time for downloads of files using SSL. This seems
Hi list,
I'm trying to set up an ErrorDocument for almost any HTTP status
that httpd might return. I have a PHP backend and the PHP
application might return an arbitrary set of status, so inside
httpd I have to make least assuptions.
As I don't want the default httpd error page to be served, I
wo
2010/04/28 Yang Zhang
>Everything works fine, but is there a simple way for me to make
>/notes get redirected to /notes/?
Hi,
first - IIRC you can't rewrite inside a location. Secondly - you
want the PT-Flag in your rewrite rule. This allows the
Location-handler to kick in after the rewrite - oth
10/03/29 Henrik Gemal
> I use mod_rewrite and in the root of the website I have this
> in the .htaccess file:
Hi,
mixing Location with .htaccess sounds wrong to me, as Location
should be processed before URL-to-file mapping, but .htaccess can
only be accessed after URL-to-file mapping.
Be sure t
10/03/10 hashim qaderi
>Is there an example of how to communicate between apache modules?
>Any help would be appreciated.
Hi.
The easy way is, communication via request_rec->notes. You have
to pay attention to the module/hook excution order, but you have
to do this anyway for your module to funct
>> My question is - will I need a threadsafe build of OpenSSL to
>> have mod_ssl function correctly? I couldn't find this documented.
> 10/03/09 Philip Wigg
>
>http://www.openssl.org/support/faq.html#PROG1
>
>As far as I'm aware, there's no issue with SSL and the worker MPM. The
>experimental even
> 10/03/09 Nilesh Govindarajan
>On Tue, Mar 9, 2010 at 7:48 PM, Edgar Frank wrote:
>>
>> My question is - will I need a threadsafe build of OpenSSL to
>> have mod_ssl function correctly? I couldn't find this documented.
>
>Ummm.. I don't think so. I compi
Hi list,
I want to set up a httpd with a worker MPM and mod_ssl.
My question is - will I need a threadsafe build of OpenSSL to
have mod_ssl function correctly? I couldn't find this documented.
(if it is and I just missed it, please point me into the right direction)
I think the particular v
.php [OK]
The [R] flag is not applicable as this would result in a loss of
the env-vars which PHP needs.
How can I solve this problem? Maybe there is a flag for the
RewriteRule I missed? Some basic misunderstanding in internal
RewriteHandling
> 2010/01/19 Edgar Frank
> > 2010/01/19 Nasir Zia
> > can anyone tell me can i run my two different SSL domains ex:
> > abc.com and xyz.com on one IP address or i need second IP
> > address to the server.
>
> what you're looking for is an Apache >= 2.
> 2010/01/19 Nasir Zia
> can anyone tell me can i run my two different SSL domains ex:
> abc.com and xyz.com on one IP address or i need second IP
> address to the server.
Hi Nasir,
what you're looking for is an Apache >= 2.2.12 and an
SNI-enabled mod_ssl.
This also imposes restrictions on used
Zachary Uram wrote:
> I would like to make my own apache module (in C) for Linux but
> have no idea where to start. Any guides on doing this?
You may want to try out http://www.apachetutor.org/ . I can also
recommend the book (on the page), it's really worth the price.
This helps you getting famil
Hi Nick,
thanks for you instant reply.
> mod_proxy_fcgi is not really ready for primetime. You should only
> use it if you're expecting to hack/debug it, and preferably feed back
> your experiences/fixes.
That's good to know. I saw mod_proxy_fcgi being relatively old. When it
was added into the
e with Apache 2.2.
So, is this a bug in mod_proxy_fcgi? How can it be fixed? Adding
detection for brigade-sentinels in getsfunc_BRIGADE seems to leave the
connection garbled when it is reused, as not all data is read.
Regards,
Edgar Frank
---
17 matches
Mail list logo