Hello,
for rotatelogs and httpd2 2.0.54 in solaris,
Under my ssl.conf,
ErrorLog "|/usr/local/apache/bin/rotatelogs
/usr/local/apache/logs/error_log_443 86400"
won't work. Any access error log such as 404 won't show up in error_log_443.
I have to use
ErrorLog /usr/local/apache/logs/error_log_
On 9/11/05, Justin Madex <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Im having an issue applying authentication.
>
> I want to apply basic authentication to a directory, but prevent that
> authentication being applied to all the sub-directories.
>
> ie) ./research <- authentication
>./resea
Hi,
Im having an issue applying authentication.
I want to apply basic authentication to a directory, but prevent that
authentication being applied to all the sub-directories.
ie) ./research <- authentication
./research/blah <- no auhentication
Any hints/suggestions?
Thanks for your
On Sunday 11 September 2005 14:15, DW wrote:
> Hello,
>
> I am using Apache 2.0.54 on FreeBSD 5.3.
>
> I require username/password authentication for almost all content.
Fair enough, but are your ErrorDocuments really confidential?
If what you really meant to ask was how to turn authentication of
On 9/11/05, Shane Harsch <[EMAIL PROTECTED]> wrote:
> For example:
>
> 70.85.237.58 - - [11/Sep/2005:00:39:01 -0400] "GET
> http://www.craigslist.org/cgi-bin/search?areaID=1&subAreaID=0&query=erotic+video&catAbbreviation=tlg&format=rss
> HTTP/1.1" 404 410 "http://www.craigslist.org"; "Mozilla/4.0
DW wrote:
> I require username/password authentication for almost all content.
You need one place when you do not need authentication to serve your
error documents. And that place have to be BEFORE any other
authenticated place.
Meaning: if you require authentication on your DocumentRoot (/),
not
Hello,
I am using Apache 2.0.54 on FreeBSD 5.3.
I require username/password authentication for almost all content.
I have been instructed to set up custom error messages on our servers so
that when a user authentication fails, a more elegent page will appear
with text indicating that the logi