Re: [mp2] ap_.*?_provider api

2004-02-04 Thread Geoffrey Young
dorian wrote: > is there currently any way (or plan) to register/use providers in > mod_perl 2? a quick grep through the source would suggest not, but > perhaps i'm missing something less obvious? see http://www.perl.com/pub/a/2003/07/08/mod_perl.html http://search.cpan.org/~geoff/Apache-Authen

Re: [mp2] ap_.*?_provider api

2004-02-04 Thread dorian
disregard that, i just looked again and i suppose that would be way too arbitrary to map out properly. .d -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

[mp2] ap_.*?_provider api

2004-02-04 Thread dorian
is there currently any way (or plan) to register/use providers in mod_perl 2? a quick grep through the source would suggest not, but perhaps i'm missing something less obvious? cheers .dorian -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl

ANNOUNCE: HTML::Mason::ApacheHandler2 and MasonX::Request::WithApacheSession2 have entered CPAN

2004-02-04 Thread Beau E. Cox
These experimental ( alpha ) modules have entered CPAN: HTML::Mason::ApacheHandler2 MasonX::Request::WithApacheSession2 under: Please refer to the documentation in CPAN or at for further information. Aloha => Be

Re: [Mason] ANNOUNCE: Mason add-on modules for Mason w/pure mod_perl2

2004-02-04 Thread Beau E. Cox
On Wednesday 04 February 2004 10:26 am, you wrote: > Quick question... > > Do you support ApacheHandler2 on AIX? It is a PAIN to build the > requirements on that system. Do I really need libapreq/libapreq2 to this to > work? That is where I am stuck! > > Thank you very much, > > Best regards, > > S

directive and ps -ef output

2004-02-04 Thread Mariano Absatz
Hi, I'm having a weird 'problem'... actually, it's just a nuisance, but I'd like to know if 1) it can be solved 2) it's only a nuisance or it could be hidin' something else... I'm using: apache httpd 2.0.48 w/mod_perl 1.99.12 (under RedHat linux 7.2 w/stock perl 5.6.1 installed from rpm) and I

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
On Wednesday, Feb 4, 2004, at 18:10 US/Eastern, Ged Haywood wrote: Hi there, On Wed, 4 Feb 2004, Andrew Wyllie wrote: after rereading my previous post, I found one slight difference (funny how it works that way sometimes). :) (Actually, having a beer and reading it again...) When I used telnet

Re: Apache::Test on FreeBSD

2004-02-04 Thread Ged Haywood
Hi there, On Wed, 4 Feb 2004, Andrew Wyllie wrote: > after rereading my previous post, I found one slight difference > (funny how it works that way sometimes). :) > When I used telnet to connect to the server, it used '::1' as an > address for localhost as opposed to 127.0.0.1 . So I changed

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
So, after rereading my previous post, I found one slight difference (funny how it works that way sometimes). When I used telnet to connect to the server, it used '::1' as an address for localhost as opposed to 127.0.0.1 . So I changed all the refs to localhost in httpd.conf to ::1 and sure e

Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
Hi all, I managed to get the tests to run after applying the ipv6.patch that Stas posted the other day, but none (or not many tests are passing). I think the problem is not in the server though, I think it has something to do with Apache::Test (or possibly perl's IO::Socket module). I can s

Re: perl+apache+w2000

2004-02-04 Thread Randy Kobes
On Wed, 4 Feb 2004, Cesar Ferenc wrote: > Somebody has a simple tutorial about install and setup > the modperl on windows 2000 Server with apache? I can´t > run any perl script. > In the True I have problems to setup the httpdoc.conf file. There's some general information at http://perl.apa

Re: conference talks

2004-02-04 Thread Perrin Harkins
Thanks to everyone who sent feedback. Looks like I'll be submitting a talk on building scalable sites! And yes, I will certainly try to get an article version of the talk published on the web at some point for people who can't make it to US conferences. No promises on how soon though, because wr

perl+apache+w2000

2004-02-04 Thread Cesar Ferenc
Hi, Somebody has a simple tutorial about install and setup the modperl on windows 2000 Server with apache? I can´t run any perl script. In the True I have problems to setup the httpdoc.conf file. Thank´s -- Cesar Augusto Ferenc [EMAIL PROTECTED] FONE: 271-1441 Adm. Coord. Ensino a Distanc

Re: [mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
On Wednesday 04 February 2004 03:11 am, Shannon Eric Peevey wrote: > Beau E. Cox wrote: > >Hi - [snip] > Hi! > > Check out: > > Apache2 > http://perl.apache.org/docs/2.0/api/Apache/Reload.html > > According to: > http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__StatINC_ > > this w

RE : Handlers/locations

2004-02-04 Thread Hemond, Steve
Thanks a lot Michael. Everything works fine now. I won't use any templating system and write plain cgi perl code. Templating systems (Mason, EmbPerl, Asp, Template toolkit, etc) are too much pain to compile on Aix 5.1 running Apache2/mod_perl2. I wasted way TOO MUCH time trying to make Mason w

Re: Handlers/locations

2004-02-04 Thread Michael C. Davis
I had the same issue when I installd modperl. My solution was to put everything Perlish in the "root", with plain HTML stylesheets and images under it. So it looked like this: /htdocs/myapp <-- executable Perl /htdocs/myapp/img <-- not executable /htdocs/myapp/css <-- not executable htdocs/my

Re: Handlers/locations

2004-02-04 Thread Geoffrey Young
> The best solution for me is to have all perl and html files in the root > directory, and have the images under the /images/ subdirectory, and > maybe the stylesheets in the /style/ subdirectory. > > What would be the best httpd.conf configuration to do that? > none of this is really a mod_per

Handlers/locations

2004-02-04 Thread Hemond, Steve
Hi ppl, I have setup Apache2/mod_perl and started writing perl scripts to generate html code. I have a /wood/ directory with two subdirs : /perl/ and /images/ Actually I have setup httpd.conf this way : SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +Parse

Re: conference talks

2004-02-04 Thread Ian Joyce
>>> Perrin Harkins <[EMAIL PROTECTED]> 02/03/04 05:13PM >>> >Practical Perl Style > It seems to me that most people who attend these conferences will already know how to write maintainable perl. But maybe not. >Scalable Websites with Perl >--- So I

Re: [mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Ged Haywood
Hello there, On Wed, 4 Feb 2004, Shannon Eric Peevey wrote: > >Is there any way to reload perl modules w/o restarting Apache? > > http://perl.apache.org/docs/2.0/api/Apache/Reload.html > http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__StatINC_ Note that these may only be suit

Re: [mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Shannon Eric Peevey
Beau E. Cox wrote: Hi - I have a serious development effort going w/mp2. I am coding and testing a lot of perl modules for use within the project. Is there any way to reload perl modules w/o restarting Apache? I'm getting tired of the wait :) between module fixes and retesting while A[ache recycl

[mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
Hi - I have a serious development effort going w/mp2. I am coding and testing a lot of perl modules for use within the project. Is there any way to reload perl modules w/o restarting Apache? I'm getting tired of the wait :) between module fixes and retesting while A[ache recycles. Aloha => Beau;

Re: conference talks

2004-02-04 Thread Ged Haywood
Hi Perrin, On Tue, 3 Feb 2004, Perrin Harkins wrote: > > Er, which conferences? > > The O'Reilly Open Source Convention, YAPC::NA in Buffalo, and ApacheCon. Hrrrmmm. I think you need three talks. :) 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache

Re: conference talks

2004-02-04 Thread Valerio_Valdez Paolini
On Tue, 3 Feb 2004, Perrin Harkins wrote: > Scalable Websites with Perl > --- > > Did you know that many of the largest websites in the world are built > with Perl? Want to know how they do it? This talk will discuss > techniques like queuing, caching, and data replicati