RE: Wierd problem with redirect

2000-05-26 Thread Gerald Richter
Hello, > >print "Content-type: text/html\n\n"; > print ""; >print " path=/ > ; domain=www.trichurgateway.com;\">"; > print "\n"; > > Immediately after this, Iam trying the recirect. > > print "Content-type: text/html "."\n\n"; > print "Location: > /scripts/visitorinfo.cgi?pageid

Re: Search for Apache::Safe

2000-05-26 Thread Alexander Lazic
thanx, i will try with it. al ;-) REPLY- at 25.05.00 12:24 Doug MacEachern wrote: >On Thu, 25 May 2000, Alexander Lazic wrote: > >> hi, >> >> i search for the Apache::Safe Module which isnĀ“t in mod_perl-1.24 >> included. > >it doesn't exist.

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Matt Sergeant
On Thu, 25 May 2000, Jason Bodnar wrote: > Definitely read the perltoot (Tom's OO Tutorial). I've heard alot of good > things about Damian Conway's OO Perl book but I haven't read it myself. Damian's book is the book to end all perl books in my opinion - I wouldn't dream of hiring anyone who has

Re: Bugs 5.6.0 modperl use?

2000-05-26 Thread Michael hall
On Fri, May 26, 2000 at 01:36:33AM -0400, Jeff Stuart wrote: > Ok, follow up question if I may. :) Are any of you using it with DBI and > DBD::mysql? I see on the Mason list that people are using it with > HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull > out that old

URL rewriting & logging

2000-05-26 Thread Robert
Hi, I'm trying to use Eagle book-like URL rewriting to track sessions and I'd like to log session id in the 'user' field (so Analog can do all kind of usefull stats about sessions). I hoped I could just set 'user' throught Apache::Connection's user method, but it seems to be read-only. Is there

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread David Hodgkinson
Jason Bodnar <[EMAIL PROTECTED]> writes: > Definitely read the perltoot (Tom's OO Tutorial). I've heard alot of good > things about Damian Conway's OO Perl book but I haven't read it myself. The > advanced perl programming book has a nice section on OO. But, learning OO > in a Java or C++ contex

Re: URL rewriting & logging

2000-05-26 Thread Thomas von Elling Skifter Eibner
On Fri, May 26, 2000 at 09:55:12AM +0200, Robert wrote: > I'm trying to use Eagle book-like URL rewriting to track sessions and > I'd like to log session id in the 'user' field (so Analog can do all > kind of usefull stats about sessions). I hoped I could just set 'user' > throught Apache::Conne

Job: mod_perl developer in London

2000-05-26 Thread David Hodgkinson
The guys I've been working with for the last couple of weeks need a contractor to start moving their more heavily hit scripts to mod_perl. It's likely to be at least a three month gig, but they're looking for someone with real world mod_perl battlefield experience. Then some general code analysis

Re: URL rewriting & logging

2000-05-26 Thread Matt Sergeant
On Fri, 26 May 2000, Robert wrote: > Hi, > > I'm trying to use Eagle book-like URL rewriting to track sessions and > I'd like to log session id in the 'user' field (so Analog can do all > kind of usefull stats about sessions). I hoped I could just set 'user' > throught Apache::Connection's use

[OT] SSL enabled server won't start

2000-05-26 Thread Kees Vonk 7249 24549
Sorry for the of topicness of this message, but I don't know where else to turn. I have a SSL enabled server that has been running for month without any problem. Now I need to add a virtual host the httpd.conf file so I have done this on our development machine and on our test machine and bo

Re: URL rewriting & logging

2000-05-26 Thread Tom Mornini
On Fri, 26 May 2000, Robert wrote: > Hi, > > I'm trying to use Eagle book-like URL rewriting to track sessions and > I'd like to log session id in the 'user' field (so Analog can do all > kind of usefull stats about sessions). I hoped I could just set 'user' > throught Apache::Connection's use

Cache control

2000-05-26 Thread Tom Mornini
I have written a handler for delivering select images for a particular class of URIs based upon a database item that the user sets in advance. This allows us to "skin" some HTML allowing the user to select their look of choice. The problem I have is that IE5 (and perhaps other browsers and versio

Re: URL rewriting & logging

2000-05-26 Thread Robert
Thanks. Apparently the problem is elsewhere, $c->user("user") works now, I don't know what I was looking at. Thanks everybody who answered. - Robert Thomas von Elling Skifter Eibner wrote: > > On Fri, May 26, 2000 at 09:55:12AM +0200, Robert wrote: > > I'm trying to use Eagle book-like URL re

does mod_perl with USE_DSO=1 require perl built with -Duseshrplib ?

2000-05-26 Thread Benedict Lofstedt
I have a number of apache servers on various hosts, not all of them are to be mod_perl enabled. So, I tried to build apache with mod_perl as a DSO in order to enable mod_perl via the httpd.conf file if needed. I tried building mod_perl-1.24 as a DSO for apache-1.3.14 on my Irix platform. Buildi

Re: Error in running apache::asp, part 3

2000-05-26 Thread Ged Haywood
Hi there, On Thu, 25 May 2000, Ime Smits wrote: > | [error] Undefined subroutine &Apache::ASP::handler called. > | what does it mean? > | How to fix it? > > I think something went wrong during the Apache::ASP installation. > Consider installing Apache::ASP once again with the cpan installer >

Re: mod_perl 1.24 testing keeps failing

2000-05-26 Thread Mark Murphy
>X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs >Date: Thu, 25 May 2000 13:21:04 -0700 (PDT) >From: Doug MacEachern <[EMAIL PROTECTED]> >To: Mark Murphy <[EMAIL PROTECTED]> >cc: [EMAIL PROTECTED] >Subject: Re: mod_perl 1.24 testing keeps failing >MIME-Version: 1.0 > >O

RE: Cache control

2000-05-26 Thread Eric Jain
> The problem I have is that IE5 (and perhaps other browsers > and versions) > but NOT Netscape 4.x have absolutely no respect for cache-control. IE5 can be set up to ignore any cache directives and keep a document for either the duration of the session or forever. (Or reload it every single time

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Drew Taylor
Jason Bodnar wrote: > > Probably the best way to learn good OO Perl is to learn Java or C++. As > Gunther said, other languages are much more strict so they force you to > write good OO stuff. I had been programming with Perl 4 before Java came > out and had never done any OO stuff. I actually ar

[OT] Re: Cache control

2000-05-26 Thread Drew Taylor
Tom Mornini wrote: > > I have written a handler for delivering select images for a particular > class of URIs based upon a database item that the user sets in advance. > This allows us to "skin" some HTML allowing the user to select their look > of choice. > > The problem I have is that IE5 (and

Re: Cache control

2000-05-26 Thread Nick Tonkin
In our experience the only thing that guarantees no cacheing is returning 302. Also appending a query string (even an empty one) to the redirect URI seems to make it even more solid. So in your script you would build up your destination URI, append '?foo=bar' to the end of it, and return it as a

Apache::ASP doesn't initialize variables?

2000-05-26 Thread Philip Mak
I've noticed something peculiar with Apache::ASP. It does not seem to be initializing variables to 0. That is, if I load one ASP webpage that sets a variable to X, then in the next ASP webpage the variable is initialized to X instead of 0. Is this intended behavior, or is it a bug? Also, I was wo

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Randal L. Schwartz
> "Jason" == Jason Bodnar <[EMAIL PROTECTED]> writes: Jason> Definitely read the perltoot (Tom's OO Tutorial). And don't forget "perlboot" in the 5.6 distribution, aimed more at the "I know some Perl but nothing about OO crowd". The approach I took in perlboot is the one that Damian would h

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Randal L. Schwartz
> "Jason" == Jason Bodnar <[EMAIL PROTECTED]> writes: Jason> Probably the best way to learn good OO Perl is to learn Java or C++. No. Gawd no. Java and C++ are "hybrid" OO languages, with some "real" objects and some "primitive" non-objects. You learn evil habits that way. (Of course, Pe

RE: global variables and reparsing question (low priority ;)

2000-05-26 Thread Geoffrey Young
> -Original Message- > From: Marc Lehmann [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 25, 2000 9:57 PM > To: Doug MacEachern > Cc: [EMAIL PROTECTED] > Subject: Re: global variables and reparsing question (low priority ;) > > > On Thu, May 25, 2000 at 11:58:38AM -0700, Doug MacEach

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Gunther Birznieks
At 09:50 AM 5/26/00 -0400, Drew Taylor wrote: >Jason Bodnar wrote: > > > > Probably the best way to learn good OO Perl is to learn Java or C++. As > > Gunther said, other languages are much more strict so they force you to > > write good OO stuff. I had been programming with Perl 4 before Java cam

Sending multiple cookies per request

2000-05-26 Thread Drew Taylor
I'm trying to set multiple cookies with $r->header_out('Set-Cookie' => $custCookie); I tried having 2 header_out calls with the Set-Cookie key, but then only the second one got set. Do I need to use Apache::Cookie? Is there a way to set multiple cookies ala CGI.pm? ( ie $self->{CGI}->header(-cooki

Re: Sending multiple cookies per request

2000-05-26 Thread JoshNarins
>From the man pages of Apache $r->headers_out->add('Set-Cookie',$cookie); :)

Re: Sending multiple cookies per request

2000-05-26 Thread Drew Taylor
Thank you both for the quick response. I was just reading pg 443 which was telling me about the $r->headers_out reference to Apache::Table. [EMAIL PROTECTED] wrote: > > >From the man pages of Apache > > $r->headers_out->add('Set-Cookie',$cookie); > > :) -- Drew Taylor Vialogix Communication

Re: Wierd problem with redirect

2000-05-26 Thread Vijay
Hello, Thanks for the suggestion. However, I have a problem still left out. The redirection is loading the redirected page properly. But, it still shows the URL as the same from where it is redirected. As below: My form calls the script "/scripts/visitorinfo.cgi?pageid=delmail&lang=EN&adno=1".

RE: Sending multiple cookies per request

2000-05-26 Thread Geoffrey Young
> -Original Message- > From: Drew Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 26, 2000 10:44 AM > To: modperl > Subject: Sending multiple cookies per request > > > I'm trying to set multiple cookies with $r->header_out('Set-Cookie' => > $custCookie); I tried having 2 header_o

Apache::GzipChain and scalability

2000-05-26 Thread Bruce Lo
I tried out Apache::GzipChain for dynamic mod_perl pages (using Apache::Registry), and it was great for reducing the download time (especially over modem). I am seriously thinking about using it for our production environment. However, some people are concerned about it using up too much reso

Repost: Apache::GzipChain and scalability

2000-05-26 Thread Bruce Fang-hsu Lo
I tried out Apache::GzipChain for dynamic mod_perl pages (using Apache::Registry), and it was great for reducing the download ime (especially over modem). I am seriously thinking about using it for our production environment. However, some people are concerned about it using up too much resour

Re: Urgent : How do I redirect to multiple frames?

2000-05-26 Thread Ime Smits
| Hi all, | | How can one redirect HTML docs to |different frames from WITHIN a single PERL script | | Example I have a perl script which generates 3 HTML code output for | three frames. Now how can I specify that this HTML is for this frame You can't. What I do is let my sc

Problem with mod_perl

2000-05-26 Thread Eugene S. Panenko
Hi all, Sorry if it is an incorrect list to ask... I have a strange problem with mod_perl. I've tested mod_perl using a very simple scripts (one of them is attached). The network load is emulated via LAN using a special proggy. The problem is: under load above 20 requests per second after workin

Re: Authentication implementation

2000-05-26 Thread James G Smith
Sergey Ivanyuk <[EMAIL PROTECTED]> wrote: >Hi All. > >I'm trying to implement a real simple authentication scheme, where the >login page sets a cookie to the users's browser, and unless the cookie >is set, any request beyond the login page gets redirected to login. >I've tried the PerlTransHandler

Re: Authentication implementation

2000-05-26 Thread Drew Taylor
James G Smith wrote: > > Sergey Ivanyuk <[EMAIL PROTECTED]> wrote: > >Hi All. > > > >I'm trying to implement a real simple authentication scheme, where the > >login page sets a cookie to the users's browser, and unless the cookie > >is set, any request beyond the login page gets redirected to log

Apache::StatINC

2000-05-26 Thread Niral Trivedi
All, First of all sorry for writing long email... but I think, I thought, it would be better to explain what I am doing here, and so that you can answer my question more easily... I have successfully installed Apache 1.3.12 and mod_perl 1.24 and Apache::DBI .87 on Solaris 2.7. And I am able to d

Probably for a general perl discussion

2000-05-26 Thread MOORHOUSE, John NW Group Risk
Can anyone advice me of a good general perl mail list, and just in case one of you know the answer anyway I have written a socket server and wish to redirect STDOUT to the client i.e tried open STDOUT,">&$new_sock"; #doesn't work tried select($new_sock); #allowed but STD

Re: Probably for a general perl discussion

2000-05-26 Thread Randal L. Schwartz
> "MOORHOUSE," == MOORHOUSE, John NW Group Risk ><[EMAIL PROTECTED]> writes: MOORHOUSE,> Can anyone advice me of a good general perl mail list, The newsgroup comp.lang.perl.moderated works pretty well - subscribe via www.deja.com if you prefer not to fire up a Usenet newsreader. [this answ

[ANNOUNCE] Apache::Session 1.50 has been released

2000-05-26 Thread Jeffrey W. Baker
Greetings, I am pleased to announce that Apache::Session version 1.50 has been released. This is a major update from the previous version. Notable updates include: *Support for Postgres as a backing store *Support for Berkeley DB as a backing store *Support for serialization into ASCII instead

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Marc Spitzer
Well forcing you to write objects does not mean you know how to write good objects. With that said here is my very small cookbook: 1: know your tools, what they can and cannot do AND what they should and should not do. 2: when you get the problem try to understand it before you start the design 3

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Autarch
On Fri, 26 May 2000, Jeff Stuart wrote: > Ok, follow up question if I may. :) Are any of you using it with DBI and > DBD::mysql? I see on the Mason list that people are using it with > HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull Except that if you use the html er

Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Adriano Nagelschmidt Rodrigues
Randal L. Schwartz writes: [snip] > Or, I hesitate to say this here, but it's accurate: try Python. > Decent object model... just an overly verbose syntax and that horrific > "you must indent your code the way Guido wanted or Guido will make a > visit to your house" indenting style. What about

Books, was Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Adriano Nagelschmidt Rodrigues
Neil Conway writes: > I'm probably a novice programmer, at least by the standards of > most of the people on this list. I'm 16, and since I haven't taken > Computer Science at university yet, I'm a bit lacking in 'formal > programming education'. I'd rather not form bad habits - is there > any adv

ques on error msg

2000-05-26 Thread amy
every now and then I got some error messages in the file /logs/error_log, but everything works fine. ## first error Use of uninitialized value at /usr/local/bin/apache/cgi-bin/lib.pl line 749. ## 721 $name = ''; 722 my $fieldname = $cursor->{NAME>->[$i]; 723 $name = lc($fieldname); : 749 if

REPOST: Wierd problem with redirect

2000-05-26 Thread Vijay
Reposting. - Original Message - From: "Vijay" <[EMAIL PROTECTED]> To: "Gerald Richter" <[EMAIL PROTECTED]>; "Modperl Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 10:58 AM Subject: Re: Wierd problem with redirect > Hello, > > Thanks for the suggestion. However, I have a pr

RE: ques on error msg

2000-05-26 Thread Geoffrey Young
> -Original Message- > From: amy [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 26, 2000 1:51 PM > To: [EMAIL PROTECTED] > Subject: ques on error msg > > > > every now and then I got some error messages in > the file /logs/error_log, but everything works fine. > > ## first error > U

Should I note any concerns?

2000-05-26 Thread The Doctor
I get the following on startup: Script started on Fri May 26 12:02:56 2000 doctor.nl2k.ab.ca//var/www/conf$ apachectl top   stop /usr/contrib/bin/apachectl stop: httpd stopped doctor.nl2k.ab.ca//var/www/conf$ apachectl stop /usr/contrib/bin/apachectl stop: httpd (no pid file) not runni

Re: [ANNOUNCE] Apache::Session 1.50 has been released

2000-05-26 Thread William Deegan
Does this new release mean I connot use Oracle as the backing store? -Bill > I am pleased to announce that Apache::Session version 1.50 has been > released. This is a major update from the previous version. > > Notable updates include: > > *Support for Postgres as a backing store > *Support f

Re: [ANNOUNCE] Apache::Session 1.50 has been released

2000-05-26 Thread Jeffrey W. Baker
On Fri, 26 May 2000, William Deegan wrote: > Does this new release mean I connot use Oracle as the backing store? Were you using it before? If so, it was purely accidental that it worked. I am working on an Oracle backing store right now, which i might even finish today, but I didn't include i

mod_perl, multiple virtual hosts, and DBI weirdness

2000-05-26 Thread ?
Hello all... Having a wacky problem that I can't seem to figure out... (Apache-1.3.12, mod_perl-1.24, ApacheDBI-0.87) I have two NameVirtualHosts, we'll call them host1.foo.com and host2.foo.com, both running on the same IP on the same server. Both are similar sites, so I've moved a lot of c

Re: Apache::GzipChain and scalability

2000-05-26 Thread Devin Ben-Hur
Bruce Lo wrote: > > I tried out Apache::GzipChain for dynamic mod_perl pages (using Apache::Registry), >and it was great for reducing the download time (especially over modem). I am >seriously thinking about using it for our production environment. However, some >people are concerned about i

Re: [ANNOUNCE] Apache::Session 1.50 has been released

2000-05-26 Thread Ajit Deshpande
On Fri, May 26, 2000 at 11:48:41AM -0700, Jeffrey W. Baker wrote: > > Doesn't 1.03 fail with truncated longs? If not, can you send me a > description of your table? > > -jwb I was using Oracle for the DBIstore with the following table: SQL> desc sessions NameNull?

Apache::ASP

2000-05-26 Thread sridhar
My Apache::ASP module doesn't seem to work. I have built Apache 1.3.12 with mod_perl enabled in static mode. All the necessary modules like Apache-Filter, Apache-SSI,Devel-Symdump have been installed. Copied the ./site/eg/ directory from the Apache::ASP installation to the Apache document t

Re: Apache::GzipChain and scalability

2000-05-26 Thread Drew Taylor
Devin Ben-Hur wrote: > > Bruce Lo wrote: > > > > I tried out Apache::GzipChain for dynamic mod_perl pages (using Apache::Registry), >and it was great for reducing the download time (especially over modem). I am >seriously thinking about using it for our production environment. However, some

Re: global variables and reparsing question (low priority ;)

2000-05-26 Thread Marc Lehmann
On Fri, May 26, 2000 at 10:33:15AM -0400, Geoffrey Young <[EMAIL PROTECTED]> wrote: > mod_perl sometimes requires special perl coding guidelines, due in part to > the way mod_perl works with and within apache. I know this and I have no problems with that (as I made very clear in my last mail). Bu

Apache::Session::Pg & blob support?

2000-05-26 Thread Richard Dice
Hello there... I was wondering, with the new Pg-specific support you've got going with Apache::Session, does it handle Pg blobs transparently? The regular limit on the size of a tuple in Pg is 8k, which can be a problem if I'm trying to put more than that into my Apache::Session tied hash. (Yes

Re: Problem compiling mod_perl 1.24 on Solaris 2.6

2000-05-26 Thread Fred Miller
Doug MacEachern wrote: > > On Wed, 24 May 2000, Fred Miller wrote: > > > Like I said, I'm a bit naive in these matters. I didn't specify using > > gcc or cc. I used the same path to compile Perl, Apache, and Mod_Perl. > > When I aaksed which gcc and which cc, my machine does report gcc > > appea

RE: mod_perl, multiple virtual hosts, and DBI weirdness

2000-05-26 Thread Geoffrey Young
you should be able to debug this pretty well by doing some or all of the following: set $Apache::DBI::DEBUG=2 in startup.pl set PerlWarn On in httpd.conf use strict; run in httpd -X see http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it HTH --Geoff > -Original Mes

Re: Apache::Session::Pg & blob support?

2000-05-26 Thread Jeffrey W. Baker
On Fri, 26 May 2000, Richard Dice wrote: > Hello there... > > I was wondering, with the new Pg-specific support you've got going with > Apache::Session, does it handle Pg blobs transparently? > > The regular limit on the size of a tuple in Pg is 8k, which can be a > problem if I'm trying to put

Re: Apache::GzipChain and scalability

2000-05-26 Thread Devin Ben-Hur
Drew Taylor wrote: > I have read debates in the past about which browsers will reliably > accept gzip content. Do you have a list of such browsers? IIRC, it was > IE that was the most troublesome w/ proper display. We don't make an explicit blessed browser list, we let the browser writers tell us

Re: Apache::GzipChain and scalability

2000-05-26 Thread Randal L. Schwartz
> "Drew" == Drew Taylor <[EMAIL PROTECTED]> writes: Drew> I have read debates in the past about which browsers will reliably Drew> accept gzip content. Do you have a list of such browsers? IIRC, it was Drew> IE that was the most troublesome w/ proper display. Why base it on browser? Won't c

[OT] "Tone" on this list

2000-05-26 Thread Eric Strovink
I've been lurking on this list for a long time, learning tons, implementing some things on my own, helping out as I can (which isn't much). I feel like I know all the frequent posters on the list by now. It's funny how that happens, but I can recognize each person's "tone," like a familiar co-w

Re: Apache::GzipChain and scalability

2000-05-26 Thread Drew Taylor
"Randal L. Schwartz" wrote: > > > "Drew" == Drew Taylor <[EMAIL PROTECTED]> writes: > > Drew> I have read debates in the past about which browsers will reliably > Drew> accept gzip content. Do you have a list of such browsers? IIRC, it was > Drew> IE that was the most troublesome w/ proper d

Re: Apache::Session::Pg & blob support?

2000-05-26 Thread Michael Schout
On Fri, May 26, 2000 at 12:25:39PM -0700, Jeffrey W. Baker wrote: > Yes it would be great to break the 8K (actually slightly less) limit, if > it doesn't hamper performance too much. I read the docs on the Postgres > web site, but I didn't find anything interesting about blob support. I'm workin

Re: Wierd problem with redirect

2000-05-26 Thread Vijay
Repost of my earlier message. Sorry for the inconvenience. As this is very irksome, I am really sorry for any troubles. Vijay - Original Message - From: "Vijay" <[EMAIL PROTECTED]> To: "Gerald Richter" <[EMAIL PROTECTED]>; "Modperl Mailing List" <[EMAIL PROTECTED]> Sent: Friday, May 26, 2

Re: Wierd problem with redirect

2000-05-26 Thread Drew Taylor
Vijay wrote: > > Repost of my earlier message. Sorry for the inconvenience. As this is very > irksome, I am really sorry for any troubles. > > Vijay > - Original Message - > From: "Vijay" <[EMAIL PROTECTED]> > To: "Gerald Richter" <[EMAIL PROTECTED]>; "Modperl Mailing List" > <[EMAIL PRO

Re: Cache control

2000-05-26 Thread Tom Mornini
On Fri, 26 May 2000, Nick Tonkin wrote: > In our experience the only thing that guarantees no cacheing is returning > 302. Also appending a query string (even an empty one) to the redirect URI > seems to make it even more solid. > > So in your script you would build up your destination URI, appe

Re: Weird problem with redirect

2000-05-26 Thread Vijay
Hi, This solved my problem. Thanks everyone for your help. Vijay - Original Message - From: "Biggs, Jody" <[EMAIL PROTECTED]> To: "'Vijay'" <[EMAIL PROTECTED]> Cc: "Modperl Mailing List (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 4:59 PM Subject: RE: Weird problem with redir

RE: Bugs 5.6.0 modperl use?

2000-05-26 Thread Steve Reppucci
Well, I haven't used it for long (obviously, I suppose...;), but our digitalmass.com domain is currently running a 5.6.0/1.24/1.3.12 combination, and seems to be holding up well. We *do* have a periodic problem with a child process going haywire and twisting itself into a tight 'sbrk' loop, but

RE: Weird problem with redirect

2000-05-26 Thread Biggs, Jody
Unless you specify an absolute URL for the Location header, Apache will do an internal redirect (i.e., it won't send a redirect to the browser, it will just recognize that you're trying to redirect them, and just transfer the request to the new page). so do: print "$mycookie\n"; print "Location:

[ANNOUNCE] Apache::Session 1.51

2000-05-26 Thread Jeffrey W. Baker
Greetings, I have released Apache::Session 1.51. The addition of the Oracle backing store took less time than expected. It is included and tested in this release. This is the only change from 1.50. http://www.cpan.org/modules/by-module/Apache/Apache-Session-1.51.tar.gz Please wait a few hour

Microsoft SQL 7.0 interface

2000-05-26 Thread Wang, Pin-Chieh
Any body knows how to access Microsoft SQL/on NT from Apache on Linux ? Our data base is running on NT/SQL , but web server is running Apache/Linux Thanks, PC Wang

Re: ques on error msg

2000-05-26 Thread Perrin Harkins
On Fri, 26 May 2000, amy wrote: > ## second error > DBI::db=HASH(0x1ff304)->disconnect invalidates 1 active > statement handle (either destroy statement handles or call > finish on them before disconnecting) at > /usr/local/bin/apache/cgi-bin/lib.pl line 41. > ## I avoid this type of error by pu

Re: Should I note any concerns?

2000-05-26 Thread ___cliff rayman___
you may want to see if there is a later Apache::DBI.pm. i did not look at the code but normally: if (defined(@array)) should be replaced by: if(@array) from perldoc -f defined Currently, using C on an entire array or hash reports whether memory for that aggregate has ever been allocated. So

Re: Apache::StatINC

2000-05-26 Thread Perrin Harkins
Is it possible you have the standard Apache::Registry + perl4-ish libray problem described here? http://perl.apache.org/guide/troubleshooting.html#Undefined_subroutine_Apache_RO - Perrin On Fri, 26 May 2000, Niral Trivedi wrote: > All, > > First of all sorry for writing long email... but I thin

Re: global variables and reparsing question (low priority ;)

2000-05-26 Thread ___cliff rayman___
Marc Lehmann wrote: > > > However, you can't claim that mod_perl _is_ perl and at the same time > claim that perfectly valid perl code is broken. Either it's broken code > in the mod_perl dialect or it's valid code not working due to environment > constraints. > this is definetly perl. it is

OT: defined(@array) v. if(@array) WAS: Re: Should I note any concerns?

2000-05-26 Thread ___cliff rayman___
yes - i agree - but i think it is strict or strict vars, not strict subs or refs. Ed Phillips wrote: > with the caveat that if(@array) will produce a warning under strict sub refs if as >yet undefined. > You may sometimes still want to use defined. > > comments? > > Ed > > ___cliff rayman___ w

[preview] Guide's new design

2000-05-26 Thread Stas Bekman
I've been working lately on releasing the new documentation build package. Among other new things creating the split guide version, to accomodate the search engines needs. Along the way I've improved the design a bit, you have seen a part of it at the beginning of the month, here is the second pa

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-26 Thread Perrin Harkins
On Fri, 26 May 2000, Jeffrey W. Baker wrote: > I have released Apache::Session 1.51. The addition of the Oracle backing > store took less time than expected. It is included and tested in this > release. This is the only change from 1.50. > > http://www.cpan.org/modules/by-module/Apache/Apache-

JOB: Senior mod_perl/Unix engineer in San Diego

2000-05-26 Thread Chris Thorman
Hi Folks, In keeping with the now-established tradition of posting mod_perl jobs on this list, please indulge this posting... I've morphed into the CTO (i.e. chief technical cook and bottle-washer) of a 1-year-old startup, INNX / InterNetworkNews. We've built a fast-growing company that ru

Apache::ASP

2000-05-26 Thread sridhar balaram
My Apache::ASP module doesn't seem to work. I have built Apache 1.3.12 with mod_perl enabled in static mode. All the necessary modules like Apache-Filter, Apache-SSI,Devel-Symdump have been installed. Copied the ./site/eg/ directory from the Apache::ASP installation to the Apache document tree (u

RE: ques on error msg

2000-05-26 Thread d
Check out perl.apache.org/guide for more on Apache::Registry. Else if you want to run it plain use Apache::PerlRun. cheers On Fri, 26 May 2000, Geoffrey Young wrote: > > > > -Original Message- > > From: amy [mailto:[EMAIL PROTECTED]] > > Sent: Friday, May 26, 2000 1:51 PM > > To: [EM

Re: global variables and reparsing question (low priority ;)

2000-05-26 Thread Daniel Jacobowitz
On Tue, May 23, 2000 at 10:05:01AM +0200, Marc Lehmann wrote: > On Tue, May 23, 2000 at 12:56:28AM -0500, Autarch <[EMAIL PROTECTED]> wrote: > > On Tue, 23 May 2000, Marc Lehmann wrote: > > > > > stable (mod_perl really is very unstable for large applications). Apart > > > > Wow, I wish you'd wa

Re: Apache::Session::Pg & blob support?

2000-05-26 Thread Gunther Birznieks
At 03:08 PM 5/26/00 -0400, Richard Dice wrote: >Hello there... > >I was wondering, with the new Pg-specific support you've got going with >Apache::Session, does it handle Pg blobs transparently? > >The regular limit on the size of a tuple in Pg is 8k, which can be a >problem if I'm trying to put m

Re: Books, was Re: High-volume mod_perl based ecommerce sites?

2000-05-26 Thread Gunther Birznieks
At 02:24 PM 5/26/00 -0300, you wrote: >Neil Conway writes: > > I'm probably a novice programmer, at least by the standards of > > most of the people on this list. I'm 16, and since I haven't taken > > Computer Science at university yet, I'm a bit lacking in 'formal > > programming education'. I'd

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-26 Thread Jeffrey W. Baker
On Fri, 26 May 2000, Perrin Harkins wrote: > On Fri, 26 May 2000, Jeffrey W. Baker wrote: > > I have released Apache::Session 1.51. The addition of the Oracle backing > > store took less time than expected. It is included and tested in this > > release. This is the only change from 1.50. > >