On Mon, Nov 3, 2014 at 6:20 PM, Jason Johnson
wrote:
> URL Request looks like this: http://site.com/iddetail.php?id=8
>
http://wiki.apache.org/httpd/RewriteQueryString
I want to rewrite a URL with a questions mark and I'm having alot of
trouble getting this working.
My requirement is that I have to do a match on the %{HTTP_HOST} first
and from there I need to do a rewrite to a static URL.
URL Request looks like this: http://site.com/iddetail.php?id=8
What
OK, thanks
From: Jeff Trawick [mailto:traw...@gmail.com]
Sent: 03 November 2014 18:00
To: users@httpd.apache.org
Subject: Re: [users@httpd] Archiva database issue
On Mon, Nov 3, 2014 at 12:31 PM, Tim Furlong
mailto:tim.furl...@greenenergyoptions.co.uk>>
wrote:
Hi, this is my first request for a
On Mon, Nov 3, 2014 at 12:31 PM, Tim Furlong <
tim.furl...@greenenergyoptions.co.uk> wrote:
> Hi, this is my first request for assistance using this method and I am
> quite unfamiliar with Archiva or Apache, so I hope I don’t prove too
> difficult.
>
Hi Tim,
"Apache", or ASF, has lots of projec
Thanks so much Yann, Your solution worked!
I try to avoid using LD_LIBRARY if I have to as that's hackish :P
It appears that when I installed APR myself for mod_security there was a
conflict with the old APR versions. Now I have two versions of APR installed. I
will try to update the defau
I usually just place httpd auth in front of the phpadmin login page, and let my
browser memorize that password.
Eddie
-Original Message-
From: Nick Owen [mailto:owen.n...@gmail.com]
Sent: Monday, November 03, 2014 6:27 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] hackers
In
Install two-factor authentication for the admin portion of phpmyadmin
similar to this tutorial for Wordpress:
https://www.wikidsystems.com/support/wikid-support-center/how-to/how-to-protect-wordpress-with-two-factor-authentication.
On Sun, Nov 2, 2014 at 6:23 PM, Wilmer Arambula
wrote:
> install
On Nov 2, 2014, at 16:22 , Marco Pizzoli wrote:
> I mean;
>
that looks somewhat dangerous. I haven't checked the Documentation for =~
but I assume that you have to anchor that expression, since you would
allow IPs like 231.1.1.145 otherwise. Something like
would be better.
rainer
--