[EMAIL PROTECTED] Calling COBOL via CGI

2007-04-13 Thread Joshua Andrews
I am reviewing technical possibilities for calling COBOL programs via CGI to read mainframe flat-file data. I would probably compile the COBOL to executables and then pass parameters. My main questions are: 1. Has anyone else done something like this? 2. I've heard of performance issues associa

[EMAIL PROTECTED] Unable to get PAGE_COUNT working

2007-04-13 Thread Neville Hillyer
I am a new Xserve (Apache 1.3) user and I have been unable to get PAGE_COUNT working despite the fact that SSI and other environmental variables are functioning for me. Does anybody know what additional settings are required for PAGE_COUNT? Do I need to initiate a count file or file location? Nevi

Re: [EMAIL PROTECTED] Mod_ssl version?

2007-04-13 Thread William A. Rowe, Jr.
Mike VanHorn wrote: > The report that I got specifically refers to mod_ssl. It says that "mod_ssl > older than 2.87" has a buffer overflow problem; does this sound like > something that applies to Apache 1.x? 2.87 was modssl.org numbering. Someone doesn't know wth they are talking about :) -

Re: [EMAIL PROTECTED] Mod_ssl version?

2007-04-13 Thread Mike VanHorn
The report that I got specifically refers to mod_ssl. It says that "mod_ssl older than 2.87" has a buffer overflow problem; does this sound like something that applies to Apache 1.x? I have OpenSSL 0.9.7, so I would hope that's not what they're complaining about. Thanks! On 4/13/07 2:13 PM, "W

Re: [EMAIL PROTECTED] Mod_ssl version?

2007-04-13 Thread William A. Rowe, Jr.
Mike VanHorn wrote: > > I have Apache 2.2.2, and the version given for mod_ssl is 2.2.2. > > We were recently audited and the audit report notes that our version of > mod_ssl is old. 2.2.4 is current. Are you certain that is what they identified? It might also be that the version of OpenSSL wa

Re: [EMAIL PROTECTED] Mod_ssl version?

2007-04-13 Thread Joshua Slive
On 4/13/07, Mike VanHorn <[EMAIL PROTECTED]> wrote: I have Apache 2.2.2, and the version given for mod_ssl is 2.2.2. We were recently audited and the audit report notes that our version of mod_ssl is old. I can't find anything that tells me where I can go to get a newer version of mod_ssl fo

[EMAIL PROTECTED] Mod_ssl version?

2007-04-13 Thread Mike VanHorn
I have Apache 2.2.2, and the version given for mod_ssl is 2.2.2. We were recently audited and the audit report notes that our version of mod_ssl is old. I can¹t find anything that tells me where I can go to get a newer version of mod_ssl for Apache 2.2.x; I did find some higher version numbers fo

Re: [EMAIL PROTECTED] Prevent logging based on username

2007-04-13 Thread Miha Vitorovic
[EMAIL PROTECTED] wrote on 12.04.2007 21:08:24: > HTTP Basic/Digest auth user? If so, you would need to do some funky > stuff because SetEnvIf can't access REMOTE_USER: > > RewriteEngine On > RewiteCond %{LA-U:REMOTE_USER} ^theuser$ > RewriteRule .* - [E=theuser:1] > CustomLog ... env=!theuser >

Re: [EMAIL PROTECTED] Advice on Migrating from Netscape to Apache

2007-04-13 Thread Mik F
Folks, still scratching my head over this one so any assistance appreciated. Got the forward proxy running fine and secured, although ideally I'd like to have an 'Order Deny, Allow' type directive to block all but a few define external sites. All 'standard' requests work but it's still the item

Re: [EMAIL PROTECTED] Apache Rewrite Rule for root directory

2007-04-13 Thread Adrian Dixon
Perhaps this is what you want. I assume you are not serving the abc and xyz domains from virtual servers on one machine. I have allowed you might have more than one domain hosted on the xyz server. If not, you can support very old browsers better by omitting the hostname conditioning. RewriteE

[EMAIL PROTECTED] Apache Rewrite Rule for root directory

2007-04-13 Thread DBAS
We want to use URL www.xyz.com.au to access internet pages developed under server www.abc.com.au/test eg www.abc.com.au/test/page1, www.abc.com.au/test/page2 and www.abc.com.au/test/graphics/banner.jpg etc... as www.xyz.com.au/page1, www.xyz.com.au/page2 and www.xyz.com.au/graphics/banner.jpg. Th