Re: Want friendly error message for failed attempt to access a restricted directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 11, 2016 at 7:19 AM, Tom Browder <tom.browder@xxxxxxxxx> wrote:
> I am running Apache 2.4.18 and have one site (https://usafa-1965.org)
> that requires a client certificate to access a restricted directory
> ("Classmates
> Only").  How can I return a friendlier message than, e.g., Chrome
> emits when a user without a valid certificate attempts to access the
> restricted directory?
...
> I think I can do something like this:
>
>   <Directory ~ ".*/restricted">
>    SSLOptions +StrictRequire
>    SSLVerifyClient require
>    # do NOT allow dir listings
>    Options -Indexes
>    # error 403 is "Forbidden"
>    ErrorDocument 403 "Sorry, you must have a valid client
> certificate.\nContact your CS Rep to get one."
>  </Directory>

That doesn't work, so maybe I have the wrong error code.  How can I
see what error code is actually being returned?

-Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux