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
>> 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
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
>> 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
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
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-
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
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
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
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
10 matches
Mail list logo