Apache::Session, DBD::Oracle

2000-02-08 Thread Robert Locke
Hi, We've been using the latest Apache::Session::DBI with some success using Oracle 8i (DBD::Oracle 1.03) as the data store. (Basically, we applied Ajit Deshpande's recommendation of patching DBIStore.pm with a large number for LongReadLen. See http:[EMAIL PROTECTED] for reference.) We

Apache::Session, Embperl...

2000-01-18 Thread Robert Locke
We are using Embperl 1.2, Apache Session 1.3 (using DBIStore/SysVSemaphoreLocker) with Oracle as the backend. We've been observing periodic browser hangs which can be sporadically replicated by hitting the same page in quick succession using the same session id. After doing that, updating

possible patch for Apache::AuthCookie

1999-12-16 Thread Robert Locke
Hi all, Currently, Apache::AuthCookie uses: $r-err_header_out("Set-Cookie" = ... to set its cookie. However, if you're authentication or authorization routines also sets a cookie, then it will get overwritten by the above code. Below is a proposed patch to AuthCookie.pm that I believe

Managing session state over multiple servers

1999-12-16 Thread Robert Locke
Hi Simon, This is not an answer to any of your questions, but your mail reminded me of a "gotcha" relating to Apache::Session and Apache::DBI that is probably totally obvious to the gurus on this list. When Apache::Session::DBI connects to a database, it calls: $self-{dbh} = DBI-connect(

Re: Managing session state over multiple servers

1999-12-16 Thread Robert Locke
All hail the Guide! :-) However, I would like to say that Apache::Session::DBIStore does the following: $self-{dbh} = DBI-connect( $datasource, $username, $password, { RaiseError = 1, AutoCommit = 1 } ); so, if, somewhere else,

all protected but one...

1999-12-15 Thread Robert Locke
Hi all, What is the best way to have a Location directive apply to an entire site except for a single directory? This relates to Apache::AuthenCookie. I'm trying to "require valid-user" for the entire site except for a directory ("/register"). Thanks... Rob

LWP vs Netscape

1999-12-03 Thread Robert Locke
When I went to: http://www.volunteermatch.com/results/results.jtmpl?zip=5radius=60when=30ongoing=bcategory=Everythingsubmit=Search using Netscape, it showed me the search form the first time round. After I actually ran the search, then even going to:

httpd size...

1999-12-03 Thread Robert Locke
Hi, I was wondering if anyone had a good way to measure the real memory usage of "httpd" and her children. Under Linux, summing up 'ps -auxw | grep httpd' gives me a huge number that does not reflect shared memory. How can I found out the real memory usage? Thanks!!! Rob

Re: Problems with RedHat

1999-11-25 Thread Robert Locke
I actually commented out the "exit" line below that and let it continue as if there were no error. Then, when I ran "make", I discovered the actual error, which in my case involved not having gdbm properly installed. Good luck, Rob if ./helpers/TestCompile sanity; then change it

mod_perl, php...

1999-11-24 Thread Robert Locke
Just curious: Is compiling both mod_perl *and* php into Apache not a good idea? I seem to remember reading that somewhere. But, I noticed a site (bugs.horde.org) that did it, and was just wondering. Thanks, Rob

EmbPerl, PHP continued...

1999-11-23 Thread Robert Locke
Hi all, I was looking for some performance data for EmbPerl, PHP, etc. but could only find "Hello World"-type tests. So, I decided to add a few other tests to the mix and post the results. These test results are still very crude. Any feedback/analysis/criticism would be appreciated. Thanks!

Re: ab weirdness...

1999-11-23 Thread Robert Locke
Strange indeed. This is a 10M LAN. The reason I was suspecting something wrong with my Apache configuration was because AOLServer (running on the test server) was reporting about 25 requests per second for the same file, which should definitely not be the case. Thanks! Rob Rasmus Lerdorf

Problems with mod_perl 1.2.1 and apache 1.3.9 - newbie - Please help!

1999-11-21 Thread Robert Locke
Hi Scott, I ran into a similar problem: + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error