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 src/mod_pe

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 th

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 sid

[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 f

Re: Authenticating twice with Apache::AuthenSmb

2000-09-11 Thread Joshua Gerth
Hi Vsevolod, > I have a small glitch with Smb authentication in apache. Basically, if > I have a frames page in the protected directory, the server asks for > the password twice. The problem is that your web browser is able to send a request for the two frames in parallel. So the web server ge

Re: Is there any Solution ???? No Answer

2000-08-31 Thread Joshua Gerth
Sambit, I am sort of in the same situation as you. We have multiple NT domains ( >10) which I needed to authenticate against. My solution was basically to rewrite the Apache::AuthenSmb code so it would accept a NTDOM*\login login. Then, in a configuration file I had N

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. Yo

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

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 logi

Re: Authen::Smb

1999-10-01 Thread Joshua Gerth
Hi Derric, > I'm trying to get authentication working with Apache::AuthenSmb, which > depends on Authen::Smb which doesn't mention depending on anything. All > seems to install fine but I'm having no luck. > > I can't even get Authen::Smb to work on its own. I wrote (more like copied) > a sim