[users@httpd] rewrite problem

2012-02-26 Thread Julie Xu
Hi I want do rewrite on file proxy.pac. that means if a client use IE from 10.1.1.0/24 to query proxy.pac, will get proxy1.pac, and other get proxy.pac. I have did: RewriteEngine On RewriteCond %{REMOTE_ADDR} ^10\.1\.1\. RewriteRule ^proxy.pac$ proxy1.pac and re

Re: [users@httpd] Deny access to all but 2 paths

2012-02-26 Thread Grant
>> I have some settings inside a block that I need applied >> to all but those same files: >> >> /folder/file.html >> /folder/file.txt >> >> Can that be done or do I need to use a separate VirtualHost for those >> files? >> >> - Grant >> > Depends where your Location stanza is. Post your specific

Re: [users@httpd] Deny access to all but 2 paths

2012-02-26 Thread Igor Cicimov
On Mon, Feb 27, 2012 at 12:38 PM, Grant wrote: > >> Can anyone tell me how to deny access to all paths/files/locations > >> within a VirtualHost except for these: > >> > >> /folder/file.html > >> /folder/file.txt > >> > >> - Grant > > > > Maybe something like this? > > > > > > Order deny,al

Re: [users@httpd] Deny access to all but 2 paths

2012-02-26 Thread Grant
>> Can anyone tell me how to deny access to all paths/files/locations >> within a VirtualHost except for these: >> >> /folder/file.html >> /folder/file.txt >> >> - Grant > > Maybe something like this? > > >      Order deny,allow >      Deny from all >       >           Allow from all >       > T

Re: [users@httpd] Deny access to all but 2 paths

2012-02-26 Thread Igor Cicimov
On Mon, Feb 27, 2012 at 10:21 AM, Grant wrote: > Can anyone tell me how to deny access to all paths/files/locations > within a VirtualHost except for these: > > /folder/file.html > /folder/file.txt > > - Grant > > - > The officia

Re: [users@httpd] Perl for Apache

2012-02-26 Thread Chris Arnold
On Feb 26, 2012, at 9:52 AM, Yehuda Katz wrote: > On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold > wrote: > On Feb 24, 2012, at 4:49 PM, Yehuda Katz spake unto us >> On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold >> wrote: >> The part that makes me think that apache is not configured for mod-

[users@httpd] Deny access to all but 2 paths

2012-02-26 Thread Grant
Can anyone tell me how to deny access to all paths/files/locations within a VirtualHost except for these: /folder/file.html /folder/file.txt - Grant - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [users@httpd] Logging ALL cookies on requests from specific IP address range?

2012-02-26 Thread J LANCE WILKINSON
Igor Cicimov wrote: > Maybe ssldump can help you to some level. I'll pass that on. We're now past that, we know what may be causing the issues, and I've got another query in to this august community in the hopes I can get a solution -- mod_remoteip (retrofit to

Re: [users@httpd] Perl for Apache

2012-02-26 Thread Yehuda Katz
On Fri, Feb 24, 2012 at 4:58 PM, Chris Arnold wrote: > On Feb 24, 2012, at 4:49 PM, Yehuda Katz spake unto us > > On Fri, Feb 24, 2012 at 4:42 PM, Chris Arnold > wrote: > >> The part that makes me think that apache is not configured for mod-perl >> is when I restart apache I should see: >> >> l

Re: [users@httpd] Logging ALL cookies on requests from specific IP address range?

2012-02-26 Thread Igor Cicimov
Maybe ssldump can help you to some level. On Feb 24, 2012 11:22 PM, "J LANCE WILKINSON" wrote: > Wow. Thanks. I'll share that w/ my network colleagues. One of them has > wanted to use WireShark against this problem, but complained that since > much of the dialog is SSL encrypted, WireShark ha