Re: Job tracking and publishing question.

2003-03-11 Thread Les Mikesell
From: "Thomas Whitney" <[EMAIL PROTECTED]> > I want to implement a job tracking and database publishing system and hoping > for some assistance. > > My company does short run 4 color digital printing. Because it is short urn > we handle multiple jobs every day. I developed an online bidding sys

Re: Need Help With Apache::Filter (mod 1.x) - Results

2003-03-11 Thread David Culp
> Stas wrote: > > http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz > > p.s. Apache-Clean-2.x is for mp2. > Thanks Stas ! Looking in the tar file and at modperl_extra.pl, I was able to use the syntax and methods/properties to update my perl file. I was able to change som

Job tracking and publishing question.

2003-03-11 Thread Thomas Whitney
Hi, I want to implement a job tracking and database publishing system and hoping for some assistance. My company does short run 4 color digital printing. Because it is short urn we handle multiple jobs every day. I developed an online bidding system; it use Apache, mod_perl, and mysql. Now I

Need Help With Apache::Filter

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working".   What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced to revert

mod_perl + GnuPG

2003-03-11 Thread Gareth Palmer
I'm getting a strange error while trying to using the GnuPG module while running under mod_perl (everything works fine when executing from a shell) The message is: Can't locate object method "OPEN" via package "Apache::RequestRec" (perhaps you forgot to load "Apache::RequestRec"?) at /usr/lib/

Re: Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread Stas Bekman
David Culp wrote: Any Examples of Apache::Filter would be greatly appreciated. http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz p.s. Apache-Clean-2.x is for mp2. __ Stas BekmanJAm_pH --> Just Anothe

Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working".   What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced to revert

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Stas Bekman
Apache::Request is not a mod_perl core module. It's a 3rd party module. It could be part of the core if Apache 2.0 were to accept the C library, but they didn't. So it's going to have its own life. And if you are interested in Apache::Request subscribe to [EMAIL PROTECTED] oops, s/[EMAIL PROTEC

Re: Cross Site Scripting

2003-03-11 Thread Ilya Martynov
> On 11 Mar 2003 10:58:01 +0200, Clinton Gormley <[EMAIL PROTECTED]> said: CG> On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: CG> Changes since 0.7 CG> * prevent cross-site scripting, now HTML-escaping the request field CG> In Stas' Apache::VMonitor announcement, he mentions chang

Re: [mp2] What happened to $r->connection->remote_addr?

2003-03-11 Thread Stas Bekman
Kamil wrote: SB> 1.99_05 is one 7 months old. Please test it again with the released 1.99_08 or SB> even better with the current cvs: SB> http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution SB> As for missing methods reports, see: SB> http://perl.apache.org/docs/2.0/api/

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Stas Bekman
Svein E. Seldal wrote: Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out, and to stitch all these small t

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Nick Tonkin
On Tue, 11 Mar 2003, Svein E. Seldal wrote: > Hi, > > Thanks for your help. I'm closer to my goal, thanks to you. However, I > have more questions, and I'd hoped you'd enlighten me. I'm reading a lot > of documentation on the web about MP2, but I need some more information > to clear things out, a

Re: [mp2] Using DBI instead of Apache::DBI

2003-03-11 Thread Stas Bekman
Georg Botorog wrote: Hello, In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user connections (DBI) on the same machine required running two Apache instances, one with Apache::DBI and the other without it. Has anything about that changed in mod_perl2? Moreover, how does Apache2 kno

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Svein E. Seldal
Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out, and to stitch all these small threads of information

RE: mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Randy Yeah, I skipped the nmake install for libwin. Added all the other stuff and works much better. Thanks for all your efforts to help us. Chuck -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:56 AM To: Goehring, Chuck Mr., RCI - San Die

[mp2] Using DBI instead of Apache::DBI

2003-03-11 Thread Georg Botorog
> Hello, > > In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user > connections (DBI) on the same machine required running two Apache > instances, one with Apache::DBI and the other without it. > > Has anything about that changed in mod_perl2? > > Moreover, how does Apache2 know

Re: mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Randy Kobes
On Tue, 11 Mar 2003, Goehring, Chuck Mr., RCI - San Diego wrote: > Dear mod_perlers, I'm building mod_perl-1.99_08 for apache2. > Currently have the following built: > > httpd-2.0.44 > openssl-0.9.7a.tar.gz > perl-5.8.0.tar.gz > zlib-1.1.4.tar.gz > > In order to run the tests for mod_perl, I h

mp2 building dependant libwin32-0.191 fails tests

2003-03-11 Thread Goehring, Chuck Mr., RCI - San Diego
Dear mod_perlers, I'm building mod_perl-1.99_08 for apache2. Currently have the following built: httpd-2.0.44 openssl-0.9.7a.tar.gz perl-5.8.0.tar.gz zlib-1.1.4.tar.gz In order to run the tests for mod_perl, I had to install libwin32-0.191.tar.gz (to get Process.pm and ???). This lib bombed

Re: Reading an array from perl script

2003-03-11 Thread Perrin Harkins
Stas Bekman wrote: I used IPC::Shareable for sharing 3 arrays between 2 process . Among those, 2 are 2D arrays and one is 3D array. Its woking fine for 2D arrays but does not work for 3D array. If I modify the values in the 3D array its not reflecting in the main script itself. That sounds li

Re: Cross Site Scripting

2003-03-11 Thread Nathan Byrd
On Tue, 2003-03-11 at 02:58, Clinton Gormley wrote: > On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: > > Changes since 0.7 > > > > * prevent cross-site scripting, now HTML-escaping the request field > In Stas' Apache::VMonitor announcement, he mentions changes to prevent > cross site scripting.

Re: Cross Site Scripting

2003-03-11 Thread Matt Sergeant
On Tue, 11 Mar 2003, Clinton Gormley wrote: > On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: > > > Changes since 0.7 > > > > * prevent cross-site scripting, now HTML-escaping the request field > > > > In Stas' Apache::VMonitor announcement, he mentions changes to prevent > cross site scripting. >

Re[2]: [mp2] What happened to $r->connection->remote_addr?

2003-03-11 Thread Kamil
SB> 1.99_05 is one 7 months old. Please test it again with the released 1.99_08 or SB> even better with the current cvs: SB> http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution SB> As for missing methods reports, see: SB> http://perl.apache.org/docs/2.0/api/ModPerl/Meth

Re[2]: [mp2] What happened to $r->connection->remote_addr?

2003-03-11 Thread Kamil
SB> 1.99_05 is one 7 months old. Please test it again with the released 1.99_08 or SB> even better with the current cvs: SB> http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution SB> As for missing methods reports, see: SB> http://perl.apache.org/docs/2.0/api/ModPerl/Meth

Cross Site Scripting

2003-03-11 Thread Clinton Gormley
On Tue, 2003-03-11 at 06:03, Stas Bekman wrote: Changes since 0.7 * prevent cross-site scripting, now HTML-escaping the request field In Stas' Apache::VMonitor announcement, he mentions changes to prevent cross site scripting. This is a concern for me at the moment, because I'm building a