Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 35828 invoked from network); 22 Jun 2004 17:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jun 2004 17:38:32 -0000 Received: (qmail 77329 invoked by uid 500); 22 Jun 2004 17:31:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 77178 invoked by uid 500); 22 Jun 2004 17:31:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 76876 invoked by uid 99); 22 Jun 2004 17:31:16 -0000 Received: from [198.248.142.4] (HELO egateway.cowley.cc.ks.us) (198.248.142.4) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 22 Jun 2004 10:31:16 -0700 Received: from cowley.cc.ks.us ([198.248.142.39]) by egateway.cowley.cc.ks.us (SAVSMTP 3.1.0.29) with SMTP id M2004062212300300009 for ; Tue, 22 Jun 2004 12:30:03 -0500 Received: from darlasibm (198.248.142.38) by cowley.cc.ks.us (Alligate(TM) SMTP Gateway v1.4.610.2) with ESMPT id <8F3D2F459F459159.89A4014EB8DD6448@cowley.cc.ks.us> for ; Tue, 22 Jun 2004 12:28:51 -0600 From: "Darla" To: Date: Tue, 22 Jun 2004 12:27:27 -0500 Message-ID: <001201c4587e$30880280$268ef8c6@tigerbytes1.cowley.edu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C45854.47B1FA80" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal In-Reply-To: <005a01c4587a$69ba7be0$0a00a8c0@MANYTRLB5OSUOG> X-Alligate-EnvFrom: denton@cowley.edu X-Alligate-CountryFrom: United States (US) X-Alligate-Sender: denton@cowley.edu [198.248.142.38] X-Virus-Checked: Checked Subject: RE: [users@httpd] .htaccess X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0013_01C45854.47B1FA80 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Geoff, Thanks for the response. Yep it is a Windows OS. I tried the double slash, \\ and it still did not work. Any other suggestions? Darla Denton WebCT Administrator Cowley College 125 S. 2nd Arkansas City, KS 67005 1-800-593-2222 (x5314) denton@cowley.edu (work) webtech@cowley.edu (WebCT) -----Original Message----- From: Geoff Hartman [mailto:geoff@fivepack.net] Sent: Tuesday, June 22, 2004 12:00 PM To: users@httpd.apache.org Subject: Re: [users@httpd] .htaccess If it is a Windows OS, you may have to specify the directory in Windows format: i.e.: AuthUserFile D:\\users\\usrs don't forget the double "\" or you will just be escaping the dir names :-) Don't ya love Windows? -Geoff ----- Original Message ----- From: Darla To: users@httpd.apache.org Sent: Tuesday, June 22, 2004 9:26 AM Subject: [users@httpd] .htaccess I'm a newbie to Apache. When we were using WebCT 3.8 CE (running on an Apache server 1) this worked fine, but it has not worked since we upgraded to WebCT 4.1 CE (online course management system and running on Apache 2). When you install WebCT it also installs Apache 2 with it. I had an instructor resources folder password protected using the .htaccess file. Here is what I placed in the .htaccess file: AuthUserFile D:/users/usrs AuthName"Restricted Area" AuthType Basic Require user joebengal It doesn't seem to matter where I place the user file, I still get the error message, "An Internal Server Error" Anyone have any ideas? Thanks in advance. Darla Denton WebCT Administrator Cowley College 125 S. 2nd Arkansas City, KS 67005 1-800-593-2222 (x5314) denton@cowley.edu (work) webtech@cowley.edu (WebCT) ------=_NextPart_000_0013_01C45854.47B1FA80 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi = Geoff,

 

Thanks for the response. Yep it is = a Windows OS. I tried the double slash, \\ and it still did not = work.

 

Any other = suggestions?

 

 

 

Darla Denton

WebCT Administrator

Cowley = College

125 S. = 2nd

Arkansas City, KS  = 67005

1-800-593-2222 = (x5314)

denton@cowley.edu (work)

webtech@cowley.edu = (WebCT)

 

-----Original = Message-----
From: Geoff Hartman [mailto:geoff@fivepack.net]
Sent: =
Tuesday, June 22, = 2004 12:00 PM
To: = users@httpd.apache.org
Subject: Re: = [users@httpd] .htaccess

 

If it is a Windows OS, you = may have to specify the directory in Windows format:

i.e.:

AuthUserFile =
D:\\users\\usrs
 
don't forget the double "\" or you =
will just be escaping the dir names =
:-)
 
Don't ya love =
Windows?
 
-Geoff

----- Original Message = -----

From: Darla =

To:<= /font> users@httpd.apache.org

Sent: Tuesday, June 22, = 2004 9:26 AM

Subject: [users@httpd] .htaccess

 

I’m a newbie to Apache. When we were =
using WebCT 3.8 CE (running on an Apache server 1) this worked fine, but =
it has not
worked since we upgraded to WebCT 4.1 CE =
(online course management system and running on Apache 2). When you =
install WebCT it also installs Apache 2 with it. I had an instructor =
resources folder password protected =
using
the .htaccess file. =
 
Here is what I placed in the .htaccess =
file:
 
AuthUserFile =
D:/users/usrs
AuthName"Restricted =
Area"
AuthType =
Basic
Require user =
joebengal
 
It doesn't seem to matter where I place the =
user file, I still get the error message, "An Internal Server =
Error"
 
Anyone have any ideas? =
 
Thanks in =
advance.
 
 
 

 

Darla = Denton

WebCT Administrator

Cowley College

125 S. = 2nd

Arkansas City, = KS  67005

1-800-593-2222 = (x5314)

denton@cowley.edu (work)

webtech@cowley.edu (WebCT)

 

------=_NextPart_000_0013_01C45854.47B1FA80--