On 03.09.2010 18:39, Charan wrote:
Hello,
I'm using rewrite module to redirect some of the aliases.I have
configured around 10 aliases like this. How can I get the alias name in
the access logs. I don't want to use rewrite log here.
What about:
%{Host}i
Regards,
Rainer
On Sep 3, 2010, at 5:29 PM, J Wilson wrote:
So does it appear that all I need to do is edit the main httpd.conf
file and enter in
ie:AllowOverride All
or:AllowOverride Limit Indexes
into httpd.conf?
Which one of those you use depends on what you're trying to do. Read
the AllowO
Hi.
What should I pass to ./configure script in order to build Apache
HTTPD with mod_whatkilledus and mod_backtrace?
I don't care whether they will be build into httpd or in modules/ as *.so.
Tried:
./configure --enable-modules="whatkilledus backtrace"
./configure --enable-modules="mod_whatkill
Sory, very stupid question :-)
I have forgotten to check whether this modules are in httpd
distribution or not :-)
On Sat, Sep 4, 2010 at 3:39 PM, Marko Kevac wrote:
> Hi.
>
> What should I pass to ./configure script in order to build Apache
> HTTPD with mod_whatkilledus and mod_backtrace?
>
> I
On 04.09.2010 13:42, Marko Kevac wrote:
Sory, very stupid question :-)
I have forgotten to check whether this modules are in httpd
distribution or not :-)
Right, but you know about this place?
http://people.apache.org/~trawick/
Building as shared modules would be done with "apxs".
Regards,
thanks a lot.
It works
Thanks,
Charan
On Sat, Sep 4, 2010 at 2:30 AM, Rainer Jung wrote:
> On 03.09.2010 18:39, Charan wrote:
>
>> Hello,
>>
>> I'm using rewrite module to redirect some of the aliases.I have
>> configured around 10 aliases like this. How can I get the alias name in
>> the acc