You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Dirk.vanGulik" <Di...@jrc.it> on 1996/02/09 20:19:48 UTC

anonymous, msql and map

I've uploaded into 

	ftp://ftp.hyperreal.com/httpd/incoming

mod_auth_msql.c

	mSQL authentication module, version 0.4 with a lot
	of extra error checking and much more sensible loggings
	of SQL syntax errors, non-existing tables etc.

	Furthermore configuration errors are now flagged as
	a 500 SERVER_ERROR rather than an access denied.

	Fixed to seg-fault causing pointers.

	I strongly believe that this module could go in the
	next distribution.

mod_auth_anon.c
	
	Cleanup, better loggin and added two extra
	switches which allow you to *insist* on some
	kind of email address as the password and one
	which allows for an empty ID field; usefull for
	dummies with MSExp.

mod_alias_map.c

	Cleanup, Added the Mother command wich allows
	mapping of the null URI to any other URI.

Dw.