Re: [users@httpd] Rewrite A URL with a Questions Mark

2014-11-03 Thread Eric Covener
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​

[users@httpd] Rewrite A URL with a Questions Mark

2014-11-03 Thread Jason Johnson
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

RE: [users@httpd] Archiva database issue

2014-11-03 Thread Tim Furlong
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

Re: [users@httpd] Archiva database issue

2014-11-03 Thread Jeff Trawick
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

Re: Re: [users@httpd] Trouble upgrading to 2.2.29 from 2.2.8 - mod_deflate error

2014-11-03 Thread Christopher Stanley
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

RE: [users@httpd] hackers

2014-11-03 Thread Eddie B
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

Re: [users@httpd] hackers

2014-11-03 Thread Nick Owen
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

Re: [users@httpd] How to define string list for comparison?

2014-11-03 Thread Rainer M. Canavan
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 --