Re: [OT] 128 bit encryption and IE

2001-05-07 Thread Mads Toftum
On Mon, May 07, 2001 at 11:39:59AM -0400, Geoffrey Young wrote: > Hi all... > > sorry for the OT, but has anyone figured out how to tell whether a browser > supports 56 or 128 bit encryption? Apparently, users of IE with 56 bit, > when entering a 128 bit page, get the standard Cannot Find Serve

Re: vhost and mod_perl

2001-05-07 Thread ___cliff rayman___
check out this section in the guide: http://thingy.kcilink.com/modperlguide/config/A_Script_From_One_Virtual_Host_C.html Bird Lei wrote: > I use vhost_alias_module to set up subdomains for different users. > > -- at my httpd.conf > VirtualDocumentRoot /home/%-4/web > > And use Apache::Registry t

vhost and mod_perl

2001-05-07 Thread Bird Lei
I use vhost_alias_module to set up subdomains for different users. -- at my httpd.conf VirtualDocumentRoot /home/%-4/web And use Apache::Registry to run the *.cgi script. I got problem with the following situation Script 1: /home/user1/web/index.cgi Address: http://user1.level3.level2.com Scri

Re: Reading the environment in block

2001-05-07 Thread Steve Willer
On Mon, 7 May 2001, Benoit Caron wrote: > The way I've setup whole thing is like that : a script name restart is > called with some parameters telling him to reload one or all the > developpers environment, or the "testing" copy. This script would have some > environments variables called SITE

Re: really odd XML + CGI.pm + mod_perl + Macintosh + IE 4.5 problem

2001-05-07 Thread Bjoern Kriews
> Well after pouring through the "perldoc CGI" I found that if you > use CGI(:all -no_xhtml); > > then you will not get the unfortunately in mod_perl, It only seems to work on *some* > of the children We had the same problem with -oldstyle_urls. Below is what I did because I didn't know b

Re: Sections in Apache Config

2001-05-07 Thread Brian Burke
I'm running into a similiar issue, and I from what I've read, mod_vhost_alias looks like it could help: http://httpd.apache.org/docs/mod/mod_vhost_alias.html Any comments on this mod? Brian B. - Original Message - From: Jonathan Hilgeman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Sections in Apache Config

2001-05-07 Thread Jonathan Hilgeman
Hi, I've been trying to do this for some time but can't figure out how. Basically I want a setup where anyone at www.UserName.domain.com or UserName.domain.com will have their DocumentRoot set to /www/httpd/html/UserName. So far I've tried this: UseCanonicalName Off

RE: [OT] 128 bit encryption and IE

2001-05-07 Thread David Harris
Geoffrey Young [mailto:[EMAIL PROTECTED]] wrote: > Hi all... > > sorry for the OT, but has anyone figured out how to tell whether a browser > supports 56 or 128 bit encryption? Apparently, users of IE with 56 bit, > when entering a 128 bit page, get the standard Cannot Find Server error page >

Re: 128 bit encryption and IE

2001-05-07 Thread Mike Miller
Thawte (or verisign-lite ) sells them also, they are called (IIRC) SGC - Server Gated Crypto keys. I use them for our private corporate extranet web servers. My company is certainly not a financial institution, but in the healthcare industry. Be aware, they only work for newer versions of the "

RE: [OT] 128 bit encryption and IE

2001-05-07 Thread David Harris
Gunther Birznieks [mailto:[EMAIL PROTECTED]] wrote: > Now, with strong encryption walls having been broken down in the US, maybe > global certs no longer qualify you to have to be a bank? Thawte calls these "SuperCerts" and you don't have to be a bank: }} Who can get a SuperCert? }} The new US

really odd XML + CGI.pm + mod_perl + Macintosh + IE 4.5 problem

2001-05-07 Thread Jason Terry
OK I have ben RTFMing for about 5 hours now and I did find a fix for part of my problem It seems that Mac browsers (IE 4.5 and an old AOL that I know of) are having trouble viewing our HTML producing CGI scripts that use a function called &CGI::start_html() Apparently (recently in CGI.pm)

Re: [OT] 128 bit encryption and IE

2001-05-07 Thread Gunther Birznieks
Another thing you might consider if Verisign will sell them is to get a Global Server certificate. They are designed for banks. It used to be that if you were a financial institution you could get this special server certificate for SSL which would trigger a 'step up' in cripplied netscape and

RE: Reading the environment in block

2001-05-07 Thread Rob Bloodgood
> The way I've setup whole thing is like that : a script name restart is > called with some parameters telling him to reload one or all the > developpers environment, or the "testing" copy. This script would > have some > environments variables called SITE_USER and SITE_USER_PORT that will give T

Reading the environment in block

2001-05-07 Thread Benoit Caron
Hello. I'm trying to isolate the developper environment from each other so that when someone mess up the server, the others just simply don't know that something happened. So, every developpers will have their own webserver. Since I want to be able to have potentially different copies of Perl

Re: [OT] 128 bit encryption and IE

2001-05-07 Thread Andrew Ho
Hello, GY>sorry for the OT, but has anyone figured out how to tell whether a browser GY>supports 56 or 128 bit encryption? Apparently, users of IE with 56 bit, GY>when entering a 128 bit page, get the standard Cannot Find Server error page GY>with little in the way directions to help the EU know

[OT] 128 bit encryption and IE

2001-05-07 Thread Geoffrey Young
Hi all... sorry for the OT, but has anyone figured out how to tell whether a browser supports 56 or 128 bit encryption? Apparently, users of IE with 56 bit, when entering a 128 bit page, get the standard Cannot Find Server error page with little in the way directions to help the EU know to upg

RE: Apache::Filter upgrade issues...

2001-05-07 Thread Adam Prime
I've run into this before as well, and what i ended up doing to get around it was keeping the original $r around long enough to call filter_register. my $r = shift; my $req = Apache::Request->new($r); $r = $r->filter_register(); adam > -Original Message- > From: Trevor Phillips [

[DIGEST] mod_perl digest 04/29/01

2001-05-07 Thread Geoffrey Young
-- mod_perl digest April 29, 2001 - May 5, 2001 -- Recent happenings in the mod_perl world... Features o

RE: Apache::Filter upgrade issues...

2001-05-07 Thread Geoffrey Young
> -Original Message- > From: Trevor Phillips [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 05, 2001 2:21 AM > To: ModPerl Mail List > Subject: Apache::Filter upgrade issues... > > > Hi! I recently upgraded a test server to a recent > Apache::Filter, and hit > problems due to the ne

Re: install perl-win32-bin-0.6.exe on win98

2001-05-07 Thread David Lanzarote GarcĂ­a
I'm using perl-win32-bin-0.6.exe package, so I use the Perl and Apache binaries that come with it. When everything is unpacked I move the perl subdirectory to c:\Prel, the apache subdirectory to c:\apache and the openssl directory to c:\openssl. When everything is done as it's explained on the

Re: PHP4 causes DBI connections to fail silently in mod_perl

2001-05-07 Thread Remco Schaar
On Sun, 6 May 2001, Matt Sergeant wrote: Hi everyone, > On Sun, 6 May 2001, Rodney Broom wrote: > > Hi all, > > I may be wrong, but isn't this the issue where you have to compile PHP4 > *without* the MySQL libraries. MySQL still works from PHP4, provided you > have the MySQL libs on your machi

Re: PHP4 causes DBI connections to fail silently in mod_perl

2001-05-07 Thread Matt Sergeant
On Sun, 6 May 2001, Rodney Broom wrote: > Hi all, > > The other day I installed PHP4 as a DSO. No problem, it works fine. Today I was > adding a Perl handler that needs a DB connection (MySQL). Nothing special, I > used DBI. But at the time of the connection, the handler stops. No error, no > me

Trying to trace a spinning httpd

2001-05-07 Thread Yusuf Goolamabbas
Apache 1.3.19/Mod-perl 1.25 under Linux 2.2.19 Hi, I am trying to better understand Apache/mod-perl behaviour under this scenario. I have some CGI's which connect to various servers listening on different ports and collect the output and push them to the clients. Whilst the data is streaming from