I do have c compiler ##which cc/opt/SUNWspro5/bin/cc## However I do see some warnings in configure.log file 1) configure:3492: cc --version &5cc: Warning: option -- passed to ldusage: cc [ options] files. Use 'cc -flags' for detailsconfigure:3495: $? = 1configure:3497: cc -v &5usage:
is there a way for apache to recognize a request from the tags of an html page?
On 4/23/06, Paul Smedley <[EMAIL PROTECTED]> wrote:
> Hi All,
> I'm trying to secure a page on my site using mod_auth_basic
> AuthBasicAuthoritative Off
> but when I try and access the directory, I get a user/password dialog
> but it doesn't accept it, and in error_log I get:
> [Sun Apr 2
Hi All,
I'm trying to secure a page on my site using mod_auth_basic
I have the following in httpd.conf:
AuthType Basic
AuthBasicProvider file
AuthBasicAuthoritative Off
AuthName "Admin"
AuthUserFile c:/mptn/etc/htpasswd
Require user psmedley