Re: [EMAIL PROTECTED] FLEXlm error:-16,287

2006-04-23 Thread D J Patel
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:

[EMAIL PROTECTED] Recognize embed request from html page?

2006-04-23 Thread switch grass
is there a way for apache to recognize a request from the tags of an html page?

Re: [EMAIL PROTECTED] mod_auth problem

2006-04-23 Thread Joshua Slive
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

[EMAIL PROTECTED] mod_auth problem

2006-04-23 Thread Paul Smedley
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