-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

I'm having a nasty problem that I thought perhaps someone else has
experienced.  System configuration:

Solaris 2.6
Apache 1.3.6
JServ 1.0
Java 1.2.1_02

Servlets work fine, until I attempt to authenticate them.  I added the
following lines to my Apache config to authenticate all servlets that
start with "ecom.":

<LocationMatch "^/servlets/ecom\.">
AuthType Basic
AuthName ecom_servlets
AuthUserFile /web/auth/ecom.passwd
require valid-user
</LocationMatch>

The authentication piece actually works (you get a password prompt), but once
you successfully authenticate, the Apache child process segfaults!  Here's
a log entry:

[Wed Sep  8 14:12:27 1999] [notice] child pid 29514 exit signal Segmentation Fault (11)

The servlet in question (a simple HelloWorldServlet) runs fine as long as
the authentication section is disabled.

Any ideas?  Thanks.

-- 
Steve "Pheran" Snodgrass * [EMAIL PROTECTED] * FORE Systems Unix Administrator
Geek Code: GCS d? s: a- C++ US++++$ P+++ L+ w PS+ 5++ b++ DI+ D++ e++ r++ y+*
"What to do I find it hard to know/The road I walk is not the one I chose" -Yes


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to