Re: Learning mod_perl2.0

2004-06-21 Thread Geoffrey Young
Kemin Zhou wrote: > Need someone to point to the right direction. > I have written a lot of CGI using CGI.pm, and build apache2 and mod_perl > 2.0 (Version 1.99_13) > I have written a couple scripts that works fine and faster. > > I still have trouble to make any progres. I don't know what I am

Learning mod_perl2.0

2004-06-21 Thread Kemin Zhou
Need someone to point to the right direction. I have written a lot of CGI using CGI.pm, and build apache2 and mod_perl 2.0 (Version 1.99_13) I have written a couple scripts that works fine and faster. I still have trouble to make any progres. I don't know what I am doing. First is mod_perl 2.0

undefined symbol: PerlIOBase_binmode

2004-06-21 Thread Patrick Donker
People, I just joined the list after searching the archive regarding the subject. I have exactly the same problem. Unfortunately the solution isnt posted in the thread, so maybe somebody can help me out. Below the original message(s): *mkunkel at arcor

Re: [mp2] Authen handler with htgroup authorization

2004-06-21 Thread Geoffrey Young
> The configuration scripts in those builds don't generate largefile-aware > mod_perl shared objects which seems to cause random cores in file access. > I suspect this to be the same bug earlier seen by Hyoung-Kee Choi [1]. > > My hack was to modify /opt/apache2/bin/apr-config to the largefile d

Re: OT: mod_rewrite question

2004-06-21 Thread Randal L. Schwartz
> "Thomas" == Thomas Klausner <[EMAIL PROTECTED]> writes: Thomas> Sorry for the offtopic post, but I thought somebody here just has to know Thomas> the answer to my problem... Thomas> I want to rewrite URIs (using Apache 1.31) from something like this Thomas> http://somehost/somedir/123.ht

Re: OT: mod_rewrite question

2004-06-21 Thread Vadim
> Hi! > > Sorry for the offtopic post, but I thought somebody here just has to know > the answer to my problem... > > I want to rewrite URIs (using Apache 1.31) from something like this > > http://somehost/somedir/123.html > > to > > http://somehost/somedir/view?id=123 > > I tried: > > Rewrite

OT: mod_rewrite question

2004-06-21 Thread Thomas Klausner
Hi! Sorry for the offtopic post, but I thought somebody here just has to know the answer to my problem... I want to rewrite URIs (using Apache 1.31) from something like this http://somehost/somedir/123.html to http://somehost/somedir/view?id=123 I tried: RewriteRule ^/(.*)/(.*).html$

Re: migrating to mod_perl

2004-06-21 Thread Thomas Klausner
Hi! On Mon, Jun 21, 2004 at 04:34:37AM -0700, [EMAIL PROTECTED] wrote: > what are the do's and don'ts when porting from perl/CGI to mod_perl? http://perl.apache.org/docs/1.0/guide/porting.html > what can mod_perl + apache offer me that no other ( php or pure perl + > apache) can? Mainly dire

Re: migrating to mod_perl

2004-06-21 Thread Vadim
> what are the do's and don'ts when porting from perl/CGI to mod_perl? 1. use lib "module" -> use lib "/home/projects/modules" 2. http://perl.apache.org/docs/1.0/guide/porting.html -- Vad -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl

migrating to mod_perl

2004-06-21 Thread greger
Hello all, what are the do's and don'ts when porting from perl/CGI to mod_perl? I have a 5000 line mysql application to modify ( port ) to mod_perl. what can mod_perl + apache offer me that no other ( php or pure perl + apache) can? any advice much appreciated /G -- Report problems: http://