problem with variables sticking.

2000-01-26 Thread Etienne Pelaprat
Hi, this is a huge problem. I have a module written a module with a form on it, and for some reason or another if one user fills out the form and presses the submit button (doing its stuff), and then another different user happens to access that same module to display the same form at

problem with a module at root

2000-01-21 Thread Etienne Pelaprat
Hi all, I'm having this problem when I run a perl module at the root of my web site. This is the snippet from httpd.conf: Location / SetHandler perl-script PerlHandler Apache::BOSCIndex /Location Now, when I have a form on my web site

problems with module at root of web site

2000-01-12 Thread Etienne Pelaprat
Hi, I have written a perl module that is meant to run at the root of a web site (blah.com/, let's say), but there are errors whenever it tries to access an image with an absolute URL. For instance, this tag returns a broken image: img src="/images/logo.gif" this, I'm guessing, is because

RE: links to modules and virtual domains

2000-01-06 Thread Etienne Pelaprat
Put it inside a VirtualHost section, go to the Apache docs to read more... thank you, it helped very much. -etienne

Re: CGI and forms

2000-01-06 Thread Etienne Pelaprat
the object. Another option is to not use CGI.pm -- hardcode the submit HTML, or use something like HTML::Template, but that's a tough thing to implement after the fact. darren Etienne Pelaprat ([EMAIL PROTECTED]) wrote: Hi, I'm having trouble with a script is use for posting,

links to modules and virtual domains

2000-01-05 Thread Etienne Pelaprat
hi, I'm having a problem specifying which domain, on a box with several hosted domains, a perl module is used. For example, in my perl.conf file I have: Location /search SetHandler perl-script PerlHandler Apache::SearchMod /Location if I have domainA.com and