Re: how to check for ssl.

2000-08-04 Thread scotta
There is more then one section that needs to be secure and its not quite as blank and white as folder /secure needs to be secure. for example. folder /ecom/checkout needs to be secure. folder /ecom/showcart doesn't Scott On 4 Aug 2000, at 10:16, David Mitchell wrote: VirtualHost _default_:80

how to check for ssl.

2000-08-03 Thread scotta
I've got a section of our site where I want to force the user to connect via ssl. Inside of mod_perl, is there a parameter I can grab to see whether the connection is ssl or not? Or a way to get the port number? I went through the archives last night and couldn't find anything near this. Am

Re: how to check for ssl.

2000-08-03 Thread scotta
Ok, so what is the PORT variable and how do i access it? Scott On 3 Aug 2000, at 22:08, Stas Bekman wrote: Not really, you can spoof both: http://thingy.kcilink.com/modperlguide/config/Knowing_the_proxy_pass_e d_Connec.html

Re: oracle error log

2000-06-12 Thread scotta
What happens when you do a print qq|%ENV{'ORACLE_HOME'} inside of one of your programs. I was under the impression that you had to set these manualy inside your program rather then using a shell environment setting. Then again, its 10:30 on a monday so I could be way off base... Scott [Mon

CGI scripts not executing.Re: works on linux, doesn't work on sun.

2000-05-16 Thread scotta
Actually, as I found out yesterday, it didn't fix it. I still just get the source. Further information. The symptoms were that I wasn't getting redirected properly. Yesterday some pieces finally came together which put me to the following point. Scripts are still not executing. The script

works on linux, doesn't work on sun.

2000-05-12 Thread scotta
The company I work for bought a company with three websites. We are having two of them point to our main server and trying to give them a source so we knew where they came from. the dns will point to our normal server and I've been working on putting in the code to do the redirection. I have

Re: works on linux, doesn't work on sun.

2000-05-12 Thread scotta
Thanks people. I totally blanked on that. works fine now. really appriciate the help. Scott ___cliff rayman___ wrote: [EMAIL PROTECTED] wrote: Location / SetHandler perl-script PerlSendHeader on PerlHandler Mf7 Options +ExecCGI

mod_perl: rwrite returned -1

2000-04-20 Thread scotta
I've been working on a site using Apache::Registry and although it works, an occasional request will just get into some loop or ? and eat up much of the availble processor power. When I check the logs, i find the error : [Thu Apr 20 08:32:44 2000] mod_perl: rwrite returned -1 [Thu Apr 20

Re: mod_perl: rwrite returned -1

2000-04-20 Thread scotta
Thanks. I looked into the wrong archive. When i checked the one on swarthmore.edu, it was second down. Scott. Matt Sergeant wrote: On Thu, 20 Apr 2000 [EMAIL PROTECTED] wrote: I've been working on a site using Apache::Registry and although it works, an occasional request will just