Web Servers on Unix and Linux - Basic authentication causes segmentation fault Basic authentication causes segmentati

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > October 2004 > Basic authentication causes segmentation fault Basic authentication causes segmentati





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Basic authentication causes segmentation fault Basic authentication causes segmentati
Randall Perry

2004-10-30, 5:47 pm

Am using apache_1.3.32 (see my config args below).

Digest authentication works fine. But basic auth using either
AuthUserFile or AuthDBMUserFile causes the following error:

[Thu Oct 28 19:22:26 2004] [notice] child pid 27943 exit signal
Segmentation fault (11)

Any ideas?


My realm config from httpd.conf:

<Directory "/Users/acme/www/temp/">
AuthUserFile /usr/local/apache/passwd/basic.txt
AuthGroupFile /dev/null
AuthName acme
AuthType Basic
Require user acme
</Directory>

Used htpasswd to create basic.txt.


Apache config:

setenv SSL_BASE '/usr/local/ssl'; \
setenv EAPI_MM '../mm-1.3.1'; \
./configure \
--with-layout=Apache \
--enable-module=most \
--enable-module=ssl \
--enable-shared=max \
--activate-module=src/modules/perl/libperl.a \
--disable-shared=perl \
--without-execstrip
Randall Perry

2004-10-31, 7:46 am

NiTeHaWK <nitehawk@netaccess.co.nz> wrote in message news:<1099161857.366699@kyle.snap.net.nz>...

> My suggestion is to switch AuthName and AuthType around with each other
> to start off with.
>
> In fact I'd put AuthType first.


Tried it -- made no difference. This may be a bug in mod_auth_apple.so
as I'm using Mac OSXS 10.3.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com