Re: [mp2] win2000 + Apache::DBI + Oracle

2003-06-10 Thread Paul Simon
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > Perrin Harkins wrote: > > On Tue, 2003-06-10 at 01:45, Stas Bekman wrote: > > > >>mp2+winFU => winnt MPM => no forking, only threads > => Apache::DBI is useless > >>there. not only useless, but also wasteful, since > it's going to do work that > >>ha

[mp2] win2000 + Apache::DBI + Oracle

2003-06-09 Thread Paul Simon
So, according to the docs, http://perl.apache.org/docs/2.0/user/performance/mpm.html#Work_with_DataBases_under_Threaded_MPM, using Apache::DBI doesn't do anything under mp2+windows2000 ... What is the status of DBI::Pool? These modules deal mainly with persistent database connections. Is that corre

[mp2] make test errors

2003-04-03 Thread Paul Simon
Is this something to be worried about? Or can I continue with make install? Please help. System: FreeBSD 4.8-RELEASE Server version: Apache/2.0.45 I received the following summary from make test: Failed Test Stat Wstat Total Fail Failed List of Failed

Pet store status?

2003-03-09 Thread Vsevolod (Simon) Ilyushchenko
Perl, http://www.simonf.com/flap) to Perl on the server side. Obviously, I would like to use an existing Perl codebase. I have seen Rob Nagler's mention of petshop.bivio.biz, but I wonder if there are also other implementations. (To ensure I have a choice. :) Thanks, Simon -- Simon (Vse

Re: Re-installing 1.99_08 binary or 1.99_05 RPM in Red Hat 8 [mp2]

2003-01-15 Thread Paul Simon
--- Jon <[EMAIL PROTECTED]> wrote: > This RPM was working before, so all my messing > around has broken something > I can't find. If the recommendation is to ditch the > RPM and proceed with > the new binary then that's fine. > > thanks again, jon > Red Hat's RPM seems very friendly at first

Re: Apache::DBI

2003-01-06 Thread Paul Simon
--- Randy Kobes <[EMAIL PROTECTED]> wrote: > On Thu, 2 Jan 2003, Paul Simon wrote: > > > Hi all > > > > I have a feeling this may be [OT], "take it to the > DBI > > list..." But I'm hoping to eliminate as much as > > possible any susp

Apache::DBI

2003-01-02 Thread Paul Simon
Hi all I have a feeling this may be [OT], "take it to the DBI list..." But I'm hoping to eliminate as much as possible any suspicion that Apache::DBI/mod_perl is causing my headache. I'm trying to push this platform at work ;) If anyone can shed some light on this then I'd be very appreciative, of

Re: windows and apache/mod_perl?

2002-12-16 Thread Paul Simon
large part of what a web server (and mod_perl) is supposed to do? Thanks for the feedback. --- Randy Kobes <[EMAIL PROTECTED]> wrote: > On Mon, 16 Dec 2002, Paul Simon wrote: > > > Is it worth installing apache 1.x and mod_perl 1.x > on > > windows if apache2/mod_perl2/pe

windows and apache/mod_perl?

2002-12-16 Thread Paul Simon
Is it worth installing apache 1.x and mod_perl 1.x on windows if apache2/mod_perl2/perl5.8 run on windows? Thanks

Re: Trouble using mod_perl and IE5.x, IE6.x

2002-11-07 Thread simon
uot;); print("<\/head>"); print(""); print ("SAMPLE TROUBLE HTML PAGE"); print("<\/body>"); sleep (5); print ("<\/html>"); Thanks for your help. Christophe. Per Einar Ellefsen wrote: > Hello Christophe, > > At 11:55

Trouble using mod_perl and IE5.x, IE6.x

2002-11-07 Thread simon
Hi, I'm using Apache 1.3.26, mod_perl 1.26 and perl 5.6.1 on a HPUX 11 system. My program genarate HTML page with perl cgi. Sometimes, html pages are lost by the IE browser : Internet Explorer chooses to display the default Microsoft internal server error page instead of the generate HTML page.

Re: current state of conf/code, feedback?

2002-10-16 Thread Paul Simon
dded) at C:/Perl/site/lib/Apache/DBI.pm line 64. What's going on?  Perrin Harkins <[EMAIL PROTECTED]> wrote: Paul Simon wrote:> I currently have CGI pages caching on the client side, which > is helping some, but I'm also going to experiment with CGI::Cache. There are some mod_p

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
t's further down the road for me... In the meantime, I'm going to try the CGI::Cache. Got some work to do :) Thanks for the tips and explanations,Paul  Perrin Harkins <[EMAIL PROTECTED]> wrote: Paul Simon wrote:> I currently have CGI pages caching on the client side, which &

Re: current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
people who have been cultivating and supporting it. I wrecked that bike on my home from the university some years ago... It was my first and last motorcycle. Thanks for the feedback,Paul  Ged Haywood <[EMAIL PROTECTED]> wrote: Hi there,On Tue, 15 Oct 2002, Paul Simon wrote:> I'm currently

Re: Apache::DBI for persistent connections

2002-10-15 Thread Paul Simon
I was under the impression that Apache::DBI isn't compatible for this set up: win2000 + apache2.0.42 + perl5.8 + mod_perl1.99 For a multi threaded environment, isn't Apache::DBIPool necessary?  I'd rather use Apache::DBI.   Rafiq Ismail <[EMAIL PROTECTED]> wrote: On Tue, 15

current state of conf/code, feedback?

2002-10-15 Thread Paul Simon
Hi all I'm asking for some insight, guidance, comments from the list.  I'm currently running a pilot app under win2000 + apache 2.0.42 + perl5.8 + mod_perl. Mostly, it's running great, much faster than the vanilla CGI version. I think the database connection is slowing it down though...  I current

Another header question

2002-10-04 Thread Paul Simon
Is it possible for me to create a Content-Length header for a CGI script via ModPerl::Registry or Apache? PaulDo you Yahoo!? New DSL Internet Access from SBC & Yahoo!

Re: Response Headers

2002-10-04 Thread Paul Simon
Ok. I answered my own question, using mod_expires.  A little off OT...  Paul Simon <[EMAIL PROTECTED]>wrote:  Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote:> > How do HTTP headers work under Registery::ModPerl?> set up: windows2000 apache2.

Re: Response Headers

2002-10-04 Thread Paul Simon
   Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote:> > How do HTTP headers work under Registery::ModPerl?> set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0> > I had to comment out the following in the CGI script:> > #print &

Response Headers

2002-10-03 Thread Paul Simon
How do HTTP headers work under Registery::ModPerl?set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0 I had to comment out the following in the CGI script: #print "Expires: " . time2str( time() + 432000 ) . "\n";#print "Content-type: text/html\n\n"; because it would print out as conte

Re: install/config mod_perl-2(1.99_08)

2002-10-03 Thread Paul Simon
Randy Kobes <[EMAIL PROTECTED]>wrote: On Thu, 3 Oct 2002, Paul Simon wrote:> > Is there something in the configuration not jiving?> > Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm)> > In http.conf I have:> Include conf/test.conf> AddHandler cgi-scri

install/config mod_perl-2(1.99_08)

2002-10-03 Thread Paul Simon
Is there something in the configuration not jiving? Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm) In http.conf I have:Include conf/test.confAddHandler cgi-script .cgiIn test.conf I have:PerlRequire "C:/Apache2/conf/startup.pl" Options +ExecCGI SetHandler perl-script PerlR

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
a simple hello world handler, skipping ModPerl::Registry, and see if that works...  Thanks  Randy Kobes <[EMAIL PROTECTED]>wrote: On Fri, 16 Aug 2002, Paul Simon wrote:> > Hi all> > I upgraded from apache2.0.39 to 40 and removed, installed> mod_perl-2 via ppm.> > Now my Ap

win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
Hi all I upgraded from apache2.0.39 to 40 and removed, installed mod_perl-2 via ppm.  Now my Apache::Registry directory is not responding.  The browser just hangs.  Any tips on how I can troubleshoot this? Everything is set up the way I had it working for 2.0.39 and mod_perl-2  Thanks,paulDo You Y

PerlResponseHandler ?

2002-08-15 Thread Paul Simon
Hi All Can somebody answer this for me?  Here are two directives for separate directories(1 and 2) to run under ModPerl::Registry (ModPerl::Registry is being called in via a perl startup.pl):     SetHandler perl-script    PerlResponseHandler ModPerl::Registry    PerlOptions +ParseHeaders    Options

Re: variables not changing with modperl??

2002-08-13 Thread Paul Simon
Hi darren Did you try starting apache with "httpd -X".  It spawns only one process and that helps keep things in order, as far as variable values.  You can try trouble shooting with that.  darren chamberlain <[EMAIL PROTECTED]>wrote: * Michael Drons <[EMAIL PROTECTED]>[2002-08-13 01:55]:> Thanks fo

Re: Fwd: Re: Apache::DBI as a prerequisite

2002-08-01 Thread Simon Perrault
1) That's an interesting problem. It seems that nobody has asked this > question before. Here is my take on it. If you like this solution I'll > add it to the docs. Thanks a lot. Your solution for Apache::DBI works and is very Perlish! - -- Simon Perreault <[EMAIL PROTECTED]&g

Fwd: Re: Apache::DBI as a prerequisite

2002-07-30 Thread Simon Perreault
as a prerequisite To: Simon Perrault <[EMAIL PROTECTED]> Simon, please repost to the modperl list and we will discuss it there. Thanks. Simon Perrault wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > You wrote on 2002-04-30 to apache-modperl about A

Re: Cheap and unique

2002-05-07 Thread Simon Oliver
five minutes. I missed the start 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
ave a sniffer example - I have an idea for a module that dynamically generates a sniffer/redirector. -- Simon Oliver

Re: Client capabilities

2002-04-30 Thread Simon Oliver
use the tag to provide alternative 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
cludes are compliled 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

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Simon Rosenthal
te (and I read about here) spend much of their time waiting for responses from other back-end servers - databases, NFS mounted file systems, or whatever. It's probably undeniable that a well written C application will run faster than almost anything in an interpreted language, but th

Re: Phase for controlling network input?

2001-09-26 Thread Simon Rosenthal
ult of a totally misconfigured HTTP client app which froze in the middle of sending an HTTP request ;=) but I wasn't aware that there were known attacks based on that. -Simon At 11:09 AM 9/26/2001, Bill McGonigle wrote: >I'm hoping this is possible with mod_perl, since I'm

WinNT:fatal error LNK1181: cannot open input file "..\..\..\..\..\unzipped\ap\apache-1.3\src\Release\ApacheCore.lib"

2001-05-02 Thread Simon Duduica
he project, briefly I did everything that was written in INSTALL.win32 but it doesn't work. Apache is the 1.3.19, the msi package with sources, and it installed in C:\Program Files\Apache Group... and perl is Perl-5.6.0 installed in c:\Perl Any help welcome. Thanks, Simon.

Re: Dynamic httpd.conf file using mod_perl...

2001-04-17 Thread Simon Rosenthal
ion files - we put quite a bit of application configuration info into files other than httpd.conf, so that we can modify it without requiring a server restart. -Simon > - ask > >-- >ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); >more than 70M impressions per day, http://valueclick.com

[OT] HTTP/1.1 client support using LWPng

2001-02-21 Thread Simon Rosenthal
pipelining of requests. The status of the code , according to Gisle Aas, is definitely alpha, and it hasn't been touched in a few years. Has anyone else used this module ? and how successfully ? Thanks -Simon - Simon Rosenthal ([

Re: Socket/PIPE/Stream to long running process

2001-02-07 Thread Simon Rosenthal
st can pick it up from there (just test if the global is defined). keeping the endpoint info in pnotes is only useful if you need write multiple UDP packets per request. -Simon >And if I did that, would it work w/ TCP? Or unix pipes/sockets (which I >*don't* understand) (btw the box

Re: Caching search results

2001-01-08 Thread Simon Rosenthal
At 02:02 PM 1/8/01 -0800, Sander van Zoest wrote: >On Mon, 8 Jan 2001, Simon Rosenthal wrote: > > > an RDBMS is not much more trouble to purge, if you have a > > time-of-last-update field. And if you're ever going to access your cache > > from multiple servers, you

Re: Caching search results

2001-01-08 Thread Simon Rosenthal
rvers, you definitely don't want to deal with locking issues for DBM and filesystem based solutions ;=( -Simon - Simon Rosenthal ([EMAIL PROTECTED]) Web Systems Architect Northern Light Technology One Athenaeum Street. Sui

Re: [OT?] Cross domain cookie/ticket access

2000-09-08 Thread Simon Rosenthal
different domain, based on my reading of RFC2109 and some empirical tests ... it would be a massive privacy/security hole, yes ? - Simon >Now I'm curious, I'll need to try that. > >-- >Joe Pearson >Database Management Services, Inc. >208-384-1311 ext. 11 >ht

Re: Dynamic Directory Protection - An authorization related question.

2000-09-03 Thread Simon Wei
Thanks guys! (Michael Hanisch, Michael Robinton, Jonathan Leto) I think the session key idea will work for me, just hoping there are a generic solution out there. This is a typical problem why people turn to LDAP, but LDAP is just so horrible to administer. Regards, Simon Wei > > > H

Dynamic Directory Protection - An authorization related question.

2000-09-03 Thread Simon Wei
n the database will be reflected without restarting Apache. Not so for the URI part of it. I have thought about restarting Apache from time to time, but thinking there must be a "lazier" way with performance consideration. Thanks for any comments or tips. Simon Wei

Re: What phase am I in

2000-04-07 Thread Simon Rosenthal
llback() method (Eagle book, p465). Funny, I had to find this out yesterday.. - Simon >-Paul ----- Simon Rosenthal ([EMAIL PROTECTED]) Web Systems Architect Northern Light Technology 222 Third Street, Cambridge MA 02142 Phone: (

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Simon Rosenthal
html => /perl/foo.pl?p1=ABC&p2=99... (and another, and another...) They all yield different package names based on the original URL (at least if you use mod_rewrite), so Registry has no way of knowing that they are all processed by the same script. RegistryNG doesn't have this pr

Re: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Simon Rosenthal
hy we had no mod_perl performance boost until Doug pointed us to RegistryNG, which is definitely your friend in these circumstances. - Simon ----- Simon Rosenthal ([EMAIL PROTECTED]) Web Systems Architect Northern Light Technology 2

Re: Caching DB queries amongst multiple httpd child processes

2000-02-03 Thread Simon Rosenthal
idn't pursue per host caches any further. Clearly, YMMV depending on the hardware you have available. - Simon >Thanks in advance, > >Peter Skipworth > >-- >.-. >| Peter SkipworthPh: 03

Job openings at Northern Light Technology, Cambridge, MA.

2000-02-02 Thread Simon Rosenthal
Third Street, Suite 1320 Cambridge, MA 02142 Fax: (617) 621-3459 Email: [EMAIL PROTECTED] Feel free to call me at (617) 621 5296 or email me if you have any questions. ----- Simon Ro

Re: access_log

2000-01-12 Thread Simon Rosenthal
sn't complete it - you have an Apache process tied up waiting for the request to complete; it doesn't, and Apache eventually times out the request and so logs it. So look at your simulated client. - Simon - Simon Rosenthal ([E

Managing session state over multiple servers

1999-12-16 Thread Simon Rosenthal
ople consider a session to have expired ? and what is the best strategy for deleting expired sessions from a database, especially given that mysql's table based locking seems to leave a bit to be desired if you're trying to mix update operations with a big SELECT/DELETE to purge expired

Re: Sending requests for *.html files to a mod_perl script

1999-11-17 Thread Simon Rosenthal
s with URLs of the form XX.html (2 alphabetical + 17 numeric). The rewrite rule to invoke the script with the id as an argument is RewriteRule ^/([A-Z]{2}[0-9]{17}\.[a-z]+)($|\?) /perl/ourscript.pl?recid=$1 [L,QSA] followed by the appropriate or section to invoke Apache::Registr

Embperl: Session handling

1999-11-03 Thread Simon Lindgren
on data, but the session ID itself is still in the database. Is there a way to completely delete the current session from within Embperl? Thanks. Simon Lindgren [EMAIL PROTECTED]

FW: Apache::Resource

1999-10-29 Thread Simon Miner
when I put my setrlimit-calling module as a PerlFixupHanlder or as a PerlChildInitHandler. Can anyone tell me how to consistently set RLIMIT_DATA for all httpd processes? Thanks. - Simon > -Original Message- > From: Simon Miner [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October

RE: Apache::Resource

1999-10-28 Thread Simon Miner
still appears that there's something amiss with Apache::Resource. Any ideas? - Simon > -Original Message- > From: Vivek Khera [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 28, 1999 2:37 PM > To: Simon Miner > Cc: 'mod_perl Mailing List'; Win Matt

Apache::Resource

1999-10-28 Thread Simon Miner
s -1. What's going wrong here? Is there some configuration tweak that I forgot to do? Here are my system specifics. Solaris 2.7 Perl 5.005_03 Apache 1.3.9 mod_perl 1.21 Apache::Resource 1.71 BSD::Resource 1.0701 Thanks for your help. - Simon **

Re: multiple cookies in Apache module.

1999-10-14 Thread Simon Tneoh Chee-Boon
Jay J wrote: > Hey Simon, > In order to debug.. why not temporarily send two headers, then one gets sent > to the browser (so you can see it)? > Either that or use telnet/lwp-request and get a look at it that way.. > -Jay J Hello, I already tested by using telnet. I found t

multiple cookies in Apache module.

1999-10-14 Thread Simon Tneoh Chee-Boon
tion into one string and set it like the TicketTool.pm example? Thanks. Regards, Simon. -- Simon Tneoh Chee-Boon [EMAIL PROTECTED] http://www.tneoh.zoneit.com/simon/ http://www.e-my.net.my/wilayahpersekutuan/simon/

Missing ORA_OCI.al file

1999-10-11 Thread Simon Miner
5.005_03 Apache 1.3.9 mod_perl 1.21 DBI 1.13 DBD::Oracle 1.03 Thanks in advance for your help. - Simon ***** Simon D. Miner Web Developer Christian Book Distributors http://www.christianbook.com *

Q: Parse::ePerl::Execute

1999-10-04 Thread Simon Piette
over a year. Is Ralph Engelschall still the maintainer? And it's sad to see that perl.apache.org doesn't mention ePerl anymore, while it mentions HTML::Embperl. Here is some version info: LinuxPPC R5 (RH 6.0 derivative, glibc 2.1 based) Apache 1.3.6 mod_perl 1.19 ePerl 2.2.14 Cheers, Simon Piette