http - https for authentication

2000-12-27 Thread Joshua Gerth
Howdy, So, I am running a mod_perl/mod_ssl enabled Apache web server. The home page (and several other unprotected pages) need to listen on both the encrypted port 443 and non-encrypted port 80. However, I would like to force all authentication requests to go through the encrypted

Re: http - https for authentication

2000-12-27 Thread Joshua Gerth
Hey Stas, So, I am running a mod_perl/mod_ssl enabled Apache web server. The home page (and several other unprotected pages) need to listen on both the encrypted port 443 and non-encrypted port 80. However, I would like to force all authentication requests to go through the

Apache Version 1.3.0 required, aborting...

2000-12-27 Thread Joshua Gerth
Hello again, Thats for the suggestions on my last question. This one is completely unrelated. I am doing a 100% fresh install. I just downloaded mod_perl-1.24.tar.gz apache_1.3.14.tar.gz I then ran: tar xzvf src/apache_1.3.14.tar.gz tar xvzf

[OT] RE: database access

2000-11-09 Thread Joshua Gerth
I am trying to access access Microsoft SQL server on NT from Apache Server under Linux, Can some one give me a direction, how/where to looking into it? Appreciate for any help Check out the FreeTDS libs at: http://www.freetds.org/ I use it now to contact a MS SQL 6.5 server from

Re: Doubts

2000-02-08 Thread Joshua Gerth
Is this problem because of some configuration not done in apache to access Mysql or is it some other problem?If we have to access Mysql through html page do we have to do any configuration on the Apache configuration files? The perl and html codes are as follows: PERL CODE:(try.pl)

Re: How to:? Authenticat again an NT domain while running under unix

2000-01-13 Thread Joshua Gerth
Running: mod_perl 1.21, apache 1.39, Emperl 1.19 on Solaris 2.5 or Linux 6.0 Are there any modules I can load under Unix and Authenticate both in realtime? You bet. Take a look at Authen::Smb and Apache::AuthenSmb. I am running it on Linux (RedHat 6.0) and it works like a charm. You

How to change a users name

1999-10-12 Thread Joshua Gerth
Howdy, After flipping through the Eagle book, perl.apache.org web site and the mailing list archive I did not find any examples of this so I figured I would post the question here. Does anyone know how to change the users name after they have authenticated. I know how to _get_ the

RE: How to change a users name

1999-10-12 Thread Joshua Gerth
Howdy, After flipping through the Eagle book, perl.apache.org web site and the mailing list archive I did not find any examples of this so I figured I would post the question here. Does anyone know how to change the users name after they have authenticated. I know how to