Re: Cheap and unique

2002-05-07 Thread Simon Oliver
of this thread, but how about generating a new id (or random bits) on every vists: on first connect client is assigned a session id, on subsequent connects, previous id is verified and a new id is generated and returned. This makes it even harder to crack. -- Simon Oliver

Re: Client capabilities (and JavaScript)

2002-05-02 Thread Simon Oliver
an idea for a module that dynamically generates a sniffer/redirector. -- Simon Oliver

Re: Client capabilities

2002-04-30 Thread Simon Oliver
content. Again at the client side you can use DHTML to determine client capabilities and redirect or display alternative content accordingly but this will not work with all browsers, see: http://msdn.microsoft.com/workshop/author/clientcaps/overview.asp -- Simon Oliver

Re: Memory explodes loading CSV into hash

2002-04-29 Thread Simon Oliver
Have you tried DBD::AnyData? It's pure Perl so it might not be as fast but you never know? -- Simon Oliver

Global (to page) variables under Apache::ASP

2002-04-23 Thread Simon Oliver
and called as seperate subs. And here lies the problem, how to declare a vaiable in the master ASP file that is also in the scope of the dynamic include? -- Simon Oliver

suexecx mod_perl

2001-07-05 Thread Oliver - GoodnGo.COM \(R\)
-gidmin= 100 --suexec-logfile=/usr/local/apache/logs/suexec_log --suexec-safepath=/us r/local/bin:/usr/bin:/bin My question: Is there any possibility to run Apache with suexec and mod_perl ? BEGIN:VCARD VERSION:2.1 N:GoodnGo.COM (R);Oliver - FN:Oliver - GoodnGo.COM (R) ORG:GoodnGo.COM;Gefü

DSO suexecx mod_perl

2001-07-05 Thread Oliver
Hello, OK, but I can I govern this: in the apache configuration of ./configure I tried to add some DSO (Dynamical Shared Objects) like this ./configure --enable-module=most --enable-shared=max --enable-suexec --suexe c-caller=apache --suexec-docroot=/home --suexec-userdir=/home --suexec-uidmi

name-based virtual host -suexec: command not in docroot

2001-07-02 Thread Oliver
? Thanks! Please Help. Oliver Etzel, Munich

CGI Script don´t run under Linux´s Apache

2001-07-01 Thread Oliver
they are running. I guess I misconfigured the Apache How can I get the CGI-Scripts running??? Every hint is worth of gold MfG Oliver Etzel

Re: [Apache] Re: [CGI] CGI Script don´t run under Linux´s Apache

2001-07-01 Thread Oliver
Hello People, OK I looked into the Error_Log there it is written: Premature end of script header What can it be? Olli - Original Message - From: Phil Buckley [EMAIL PROTECTED] To: Oliver [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

Apache Konfiguration Error 500

2001-06-28 Thread Oliver - GoodnGo.COM \(R\)
);Oliver - FN:Oliver - GoodnGo.COM (R) ORG:GoodnGo.COM;Gefü TITLE:Geschäftsführung NOTE:Jederzeit suchen wir Partner- und Affiliateprogramme TEL;WORK;VOICE:0049 (0)89 54071102 TEL;HOME;VOICE:0049 (0)89 54072045 TEL;CELL;VOICE:0170 2781117 TEL;WORK;FAX:0049 (0)89 54071103 TEL;HOME;FAX:0049 (0)89 54072026

Changing Normal pl-scripts to mod_perl

2001-06-19 Thread Oliver - GoodnGo.COM \(R\)
VERSION:2.1 N:GoodnGo.COM (R);Oliver - FN:Oliver - GoodnGo.COM (R) ORG:GoodnGo.COM;Gefü TITLE:Geschäftsführung NOTE:Jederzeit suchen wir Partner- und Affiliateprogramme TEL;WORK;VOICE:0049 (0)89 54071102 TEL;HOME;VOICE:0049 (0)89 54072045 TEL;CELL;VOICE:0170 2781117 TEL;WORK;FAX:0049 (0)89 54071103

Re: MyClass::import() not being called.

2000-10-20 Thread Oliver Moffat
Do you want to run import() at each request or just once per child? I believe import() only gets called once per child, the first time, not on every request. That's exactly what I'd expect it to do and how I've observed it, but someone with more knowledge would have to confirm that. Rodney

Re: mod_perl and ActiveState perl (v5.6.0 618)

2000-10-09 Thread oliver
On Fri, 6 Oct 2000 15:48:20 -0500 (CDT), Randy Kobes wrote: It would be good to try to track this down ... - if you use a non-mod_perl apache config file, but simply add in a line to load ApacheModulePerl.dll, does the problem occur? Using the a stripped down httpd.conf, with just the line:

mod_perl and ActiveState perl (v5.6.0 618)

2000-10-06 Thread oliver
I'm trying to get mod_perl to run with Apache (v1.3.12) and ActiveState Perl (v5.6.0 618) under NT I can compile mod_perl successfully by changing the library files to refer to the ActiveState Perl libraries, but when I attempt to use the resulting DLL, I simply get application errors... I read

New Bloke question - modifying canned footer (Eagle book)

2000-02-03 Thread Oliver Holmes ITS 1999
Hi there, I've got the canned footer (Eagle book chapter 4) up and running, and it edits html files on the local host fine using the Files ~ "\.html$"... directive. I was wondering how to implement the footer so that it appeared on all html files (ie. external files), and not just local