Re: [users@httpd] Unknown accepted traffic to my site

2016-10-06 Thread Anthony Biacco
ecause the internet and a computer was >> involved, they said they couldn't help and my best bet would be trying to >> contact the FBI or some other government organization. I doubt anyone at >> my police station really knows much about PCs. There doesn't seem to be a

Re: [users@httpd] Unknown accepted traffic to my site

2016-10-06 Thread Anthony Biacco
On Thu, Oct 6, 2016 at 8:47 AM, Spork Schivago wrote: > > There's away to do a reverse IP lookup on the IP address and see if > there's a DNS entry for it. That's how I was able to successfully figure > out who the senders were (Berkeley) originally. I used dig I believe. I > don't have acc

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Anthony Biacco
On Wed, Aug 10, 2016 at 11:13 AM, Yann Ylavic wrote: > On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > >> Is there any way i can rewrite the query string so that only the > modified > >> quer

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Anthony Biacco
On Wed, Aug 10, 2016 at 11:13 AM, Yann Ylavic wrote: > On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > >> Is there any way i can rewrite the query string so that only the > modified > >> quer

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-09 Thread Anthony Biacco
On Tue, Aug 9, 2016 at 4:47 PM, Eric Covener wrote: > On Tue, Aug 9, 2016 at 3:03 AM, Anthony Biacco wrote: > > The only way i found so far is to do a redirect in the rewrite rule with > > [R]. I just don't want the extra overhead that goes along with that. > >

[users@httpd] getting disk cache to respect removing key from request query string

2016-08-09 Thread Anthony Biacco
I'm using apache 2.4.23 under CentOS. I have requests that are coming into apache that look like: /path?key1=value&key2=value I'm trying to remove the key1 parameter and value from the query string (such that it would be /path?key2=value) I managed to do this with a modified rewrite example form