Re: [mp1] Apache::Reload questions...

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 11:10, Roger Davenport wrote: > I've been working with Apache::Reload and Registry and have been > unable to get any cache flushing to work. (I've added debug messages > in Registry to show cache use or reloading). Can you tell us what you are trying to reload and how you kn

[mp1] Apache::Reload questions...

2003-08-01 Thread Roger Davenport
I've been working with Apache::Reload and Registry and have been unable to get any cache flushing to work.  (I've added debug messages in Registry to show cache use or reloading).   I've tried this combination: (httpd.conf) PerlModule  Apache::RegistryPerlModule  Apache::StatusPerl

Re: caching questions

2003-07-23 Thread Peter Haworth
On Tue, 22 Jul 2003 13:05:00 +0300, Stas Bekman wrote: > Peter Haworth wrote: > > Cache::Mmap (which I wrote) isn't threadsafe, but should work OK in a > > forking MPM. If anyone wants to contribute code to make it threadsafe > > (preferably without impacting single-threaded performance too much),

Re: caching questions

2003-07-22 Thread Perrin Harkins
On Tue, 2003-07-22 at 02:13, Tom Schindl wrote: > Sorry to step in here, but could I use any of the caching modules you > mentionned in mod_perl2? I can't vouch for the thread safety of these modules, but all of them should work in prefork mode. - Perrin

Re: caching questions

2003-07-22 Thread Stas Bekman
Peter Haworth wrote: On 22 Jul 2003 08:13:43 +0200, Tom Schindl wrote: Am Mon, 2003-07-21 um 21.45 schrieb Perrin Harkins: On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: I know there's IPC, and also memcached. I've used IPC::Shareable before, but don't know if that's the route I'd wanna g

Re: caching questions

2003-07-22 Thread Peter Haworth
On 22 Jul 2003 08:13:43 +0200, Tom Schindl wrote: > Am Mon, 2003-07-21 um 21.45 schrieb Perrin Harkins: > > On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: > > > I know there's IPC, and also memcached. I've used IPC::Shareable > > > before, but don't know if that's the route I'd wanna go. > >

Re: caching questions

2003-07-21 Thread Tom Schindl
Sorry to step in here, but could I use any of the caching modules you mentionned in mod_perl2? thx tom Am Mon, 2003-07-21 um 21.45 schrieb Perrin Harkins: > On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: > > One thing that my code does is check to see if it's cache has been > > updated to

Re: caching questions

2003-07-21 Thread Perrin Harkins
On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: > One thing that my code does is check to see if it's cache has been > updated to the db, which I wish I could really have some sort of cache > that's in one place in memory (as opposed to each child process). Well, you can't, unless you use th

caching questions

2003-07-20 Thread Patrick Galbraith
Today I just looked at Apache::Session, and just realised I spent the last couple weeks coding what it does, more or less. I'm not sure If I should use what I wrote, or it. One thing that my code does is check to see if it's cache has been updated to the db, which I wish I could really have some so

Re: Few Important Questions

2003-07-13 Thread Stas Bekman
Eric Cholet wrote: Mustafa Tan wrote: Hi Everybody, mod_perl is a great software. Thanks for everybody who spent time on it and make it available. When you send a reply to this, can you also describe how we can help, as an individiual, to support mod_perl and people behind it financially. Must

Re: Few Important Questions

2003-06-30 Thread Perrin Harkins
On Mon, 2003-06-30 at 17:00, Adi Fairbank wrote: > One reason I've heard is because of namespace security issues. Ie. if ISPs > allow all their users access to mod_perl on the same Apache server, then any > user can potentially interfere with/have access to other users' mod_perl > modules. Don't

Re: Few Important Questions

2003-06-30 Thread Adi Fairbank
On, or in the near vicinity of Wed, 18 Jun 2003 18:34:09 -0700 (PDT) Mustafa Tan <[EMAIL PROTECTED]> has thus spoken: > Another question is that, why hosting guys avoid using > mod_perl. Is it just because mod_perl is memory > hungry? > One reason I've heard is because of namespace security iss

Re: Few Important Questions

2003-06-19 Thread Eric Cholet
Mustafa Tan wrote: Hi Everybody, mod_perl is a great software. Thanks for everybody who spent time on it and make it available. When you send a reply to this, can you also describe how we can help, as an individiual, to support mod_perl and people behind it financially. Mustafa, one way to provi

Few Important Questions

2003-06-18 Thread Mustafa Tan
Hi Everybody, mod_perl is a great software. Thanks for everybody who spent time on it and make it available. When you send a reply to this, can you also describe how we can help, as an individiual, to support mod_perl and people behind it financially. Now here are some of my questions. I am

Re: Server questions

2003-03-08 Thread Perrin Harkins
Michael Hyman wrote: I am not familiar with clustering Would you run a mod_perl based web site on a cluster? Isn't the point of a cluster to make a group of machines appear to be one? If so, how is that beneficial for web services? All large web sites run on multiple servers, for redundancy an

Re: Server questions

2003-03-08 Thread Ged Haywood
Hi there, On Fri, 7 Mar 2003, Michael Hyman wrote: > I am not familiar with clustering > > Would you run a mod_perl based web site on a cluster? If the performance and the money for the hardware are issues then perhaps before you buy you should spend some time looking into things like alter

Re: Server questions

2003-03-07 Thread Dzuy Nguyen
that beneficial for web services? Thanks...Michael - Original Message - From: "Dzuy Nguyen" <[EMAIL PROTECTED]> To: "Modperl" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 6:19 PM Subject: Re: Server questions I always say, buy the best you can afford. Then

Re: Server questions

2003-03-07 Thread Michael Hyman
n" <[EMAIL PROTECTED]> To: "Modperl" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 6:19 PM Subject: Re: Server questions > I always say, buy the best you can afford. > Then again, consider how many Linux PC you can have for the price of the Sun. > Run those PCs in

Re: Server questions

2003-03-07 Thread Dzuy Nguyen
I always say, buy the best you can afford. Then again, consider how many Linux PC you can have for the price of the Sun. Run those PCs in a web farm or cluster and that Sun can't match the processing power and speed. Michael Hyman wrote: Hi guys, I have a dilemma that I need input on. If you were

Server questions

2003-03-07 Thread Michael Hyman
Hi guys, I have a dilemma that I need input on. If you were to buy machines to be used as dedicated web servers, which would you go with? Option 1. A Sun SunFire 280R with 2 Ultra 3 processors and 4GB RAM. Run Solaris 9 Option 2. PC-server with 2 ~2.8GHZ Xeon processors and 8GB RAM. Run Linux

RPC::XML questions

2003-02-05 Thread Todd W
I've been using XSLT, DOM, and SAX for about a year now to do device independent web sites. I want to start doing some web services. I have "Programming Web Services with Perl" and it all makes sense so far, but I have a few questions. I figured I'd start with RPC as

Re: mod_perl pre-install questions

2003-01-09 Thread Stas Bekman
Richard wrote: I had a brand new server setup yesterday, which has SuExec installed. I read somewhere, I don't remember where, that mod_perl won't work with SuExec. Is that true? Or did I just think I read that somewhere? It's true. It's all explained here: http://perl.apache.org/docs/1.0/gu

mod_perl pre-install questions

2003-01-09 Thread Richard
I had a brand new server setup yesterday, which has SuExec installed.   I read somewhere, I don't remember where, that mod_perl won't work with SuExec.   Is that true? Or did I just think I read that somewhere?   I see mod_perl in my RPM package installer, with the options of ignore dependan

Re: 2 proxying and mod_perl questions

2002-12-21 Thread Larry Leszczynski
Hi George - > I want to do a reverse proxy of an external site using Apache: > > > ProxyRequests on You will want to set "ProxyRequests off" for a reverse proxy, otherwise someone could use you as a forward proxy to get to someplace else. > ProxyPass / http://www.externalsite.com > ProxyPassR

2 proxying and mod_perl questions

2002-12-21 Thread George Valpak
Hi - I have 2 questions, one might be off topic for the list, so please be gentle about it - seems to have been a rough week for OT posters here. Anyway my situation is this: I want to do a reverse proxy of an external site using Apache: ProxyRequests on ProxyPass / http

Re: File Upload Questions

2002-11-15 Thread Dennis Daupert
Thanks all for the suggestions; I really appreciate the help. I will tuck BINMODE away for future reference. Before I got those ideas, while digging around in the mailing list archives I found a reference to the link function in Apache::Request that creates a hard symlink to a specified path from

Re: File Upload Questions

2002-11-15 Thread Issac Goldstand
f-list and I'll send you the URL. - Original Message - From: "Dennis Daupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 10:47 PM Subject: File Upload Questions > I have gotten file upload working using Apache::Request for > t

Re: File Upload Questions

2002-11-14 Thread David Kaufman
Dennis Daupert <[EMAIL PROTECTED]> wrote: > I have gotten file upload working using Apache::Request for > text files. But binary files seem to have other ideas :-) > > For example, uploading a word doc, I get a success message, > but when I retrieve the doc after uploading it, and try to open it i

Re: File Upload Questions

2002-11-14 Thread Randy Kobes
On Thu, 14 Nov 2002, Dennis Daupert wrote: > I have gotten file upload working using Apache::Request for > text files. But binary files seem to have other ideas :-) > > For example, uploading a word doc, I get a success message, > but when I retrieve the doc after uploading it, and try to open it

File Upload Questions

2002-11-14 Thread Dennis Daupert
I have gotten file upload working using Apache::Request for text files. But binary files seem to have other ideas :-) For example, uploading a word doc, I get a success message, but when I retrieve the doc after uploading it, and try to open it in Word 2000, I get the popup error message: "The do

Re: AuthCookie questions

2002-10-22 Thread Peter Bi
check here http://modperl.home.att.net Peter - Original Message - From: "Christian Gilmore" <[EMAIL PROTECTED]> To: "'Michael Schout'" <[EMAIL PROTECTED]> Cc: "'Modperl Mailing List (E-mail)'" <[EMAIL PROTECTED]> Sent:

Re: AuthCookie questions

2002-10-22 Thread Michael Schout
Christian Gilmore wrote: 1. Read data from existing cookie. 1a. Redirect if cookie is non-existent. 2. Accept or reject cookie. 2a. If rejected, redirect. 2b. If accepted, populate environment and return. Sounds to me like you really dont need AuthCookie at all. You could just as eas

Re: AuthCookie questions

2002-10-22 Thread Perrin Harkins
Christian Gilmore wrote: Hi, Michael. Let me try again with more specifics. I'm required to mash my service into another organization's authentication scheme, ditching my own secure methods for their cross-domain unencrypted, unsigned cookie. [...] On a side note, if anyone finds the proposed de

RE: AuthCookie questions

2002-10-22 Thread Christian Gilmore
ilto:mschout@;gkg.net] > Sent: Tuesday, October 22, 2002 2:00 PM > To: Christian Gilmore > Cc: Modperl Mailing List (E-mail) > Subject: Re: AuthCookie questions > > > Christian Gilmore wrote: > > > 4. I cannot modify the cookie and should not send > additional cook

Re: AuthCookie questions

2002-10-22 Thread Michael Schout
Christian Gilmore wrote: 4. I cannot modify the cookie and should not send additional cookies. [snip] about 4. Can I use an unmodified AuthCookie to ensure that whatever format the inbound cookie is in is sufficient and will not need to be modified or supplemented? I believe the answer is n

AuthCookie questions

2002-10-22 Thread Christian Gilmore
I'm considering use of Apache::AuthCookie in my environment. Here's the problem I need to solve. I'm not certain if AuthCookie will, without modification, support my needs. 1. Authentication cookies are doled out from a centralized server that is out of my control and cannot be modified to

Re: SSL Installation Questions - Help

2002-04-02 Thread Andrew Ho
Hello, LDM>Having to compile, install, integrate everything yourself is a huge LDM>waste of time. Your are duplicating all the efforts put in by the LDM>distributions, for zero added value. Huh? Having control over what modules go into your Apache, plus having one compiled on your machine for yo

Re: SSL Installation Questions - Help

2002-04-02 Thread Michael Robinton
> On Sat, Mar 09, 2002 at 10:12:32AM -0800, Kirk Rogers wrote: > > Hi all, > > So I went ahead and tried to install apache-ssl and am following the > > instructions to the T. > > > > I've acquired: > > mod_perl-1.26.tar.gz > > openssl-0.9.6c.tar.gz > > apache_1.3.22.tar.gz > > apache_1.3.22+ssl_1.

Re: SSL Installation Questions - Help

2002-04-02 Thread Louis-David Mitterrand
On Sat, Mar 09, 2002 at 10:12:32AM -0800, Kirk Rogers wrote: > Hi all, > So I went ahead and tried to install apache-ssl and am following the > instructions to the T. > > I've acquired: > mod_perl-1.26.tar.gz > openssl-0.9.6c.tar.gz > apache_1.3.22.tar.gz > apache_1.3.22+ssl_1.47.tar.gz Man this

Re: PerlModule hell - questions and comments

2002-03-23 Thread Kee Hinckley
At 7:04 PM +0800 3/23/02, Stas Bekman wrote: >If all you want to do is to be able to load the module only during >the restart use in startup.pl: > > if ($Apache::Server::ReStarting) { > require "My::Sensitive::Module"; > } No, the module has to be loaded during both phases, other wise

Re: PerlModule hell - questions and comments

2002-03-23 Thread Stas Bekman
Kee Hinckley wrote: > At 4:18 PM -0500 3/22/02, Perrin Harkins wrote: > >> Modules loaded with PerlModule and PerlRequire are not supposed to be >> loaded again the second time. I seem to remember that they are loaded >> again when using DSO though, so if you're using DSO you may want to >> r

Re: PerlModule hell - questions and comments

2002-03-22 Thread Kee Hinckley
At 5:11 PM -0500 3/22/02, Perrin Harkins wrote: >In your case, PerlFreshRestart might help with what you're trying to >do since it will clear %INC, but you may still have the problem with >needing to call Init. PerlFreshRestart will reload the module and thus call Init, but PerlFreshRestart is

Re: PerlModule hell - questions and comments

2002-03-22 Thread Kee Hinckley
At 5:11 PM -0500 3/22/02, Perrin Harkins wrote: >Kee Hinckley wrote: >>At Embperl 2.0b6 Gerald switched to a new architecture. The >>previous version was just a plain Perl module loaded as a handler >>by mod_perl. This version is also an Apache module. > >Okay, if it's only in the recent betas

Re: PerlModule hell - questions and comments

2002-03-22 Thread Perrin Harkins
Kee Hinckley wrote: > At Embperl 2.0b6 Gerald switched to a new architecture. The previous > version was just a plain Perl module loaded as a handler by mod_perl. > This version is also an Apache module. Okay, if it's only in the recent betas then it's possible that only a few people have enc

Re: PerlModule hell - questions and comments

2002-03-22 Thread Kee Hinckley
At 4:18 PM -0500 3/22/02, Perrin Harkins wrote: >Modules loaded with PerlModule and PerlRequire are not supposed to >be loaded again the second time. I seem to remember that they are >loaded again when using DSO though, so if you're using DSO you may >want to recompile as static. Also, if you

Re: PerlModule hell - questions and comments

2002-03-22 Thread Perrin Harkins
Kee Hinckley wrote:> 1. *Why* are the apache config files executed twice (completely with > loading and unloading all the modules)? This is a core apache thing. Apache does it to verify that a restart is safe. See http://thingy.kcilink.com/modperlguide/config/Apache_Restarts_Twice_On_Start.

PerlModule hell - questions and comments

2002-03-22 Thread Kee Hinckley
I'm posting this to the modperl list as well as embperl in hope that someone there can answer some questions. I've been trying to get the latest Embperl beta working on MacOS X (although apparently the problems I'm experience occur on some other operating systems as well).

Re: SSL Installation Questions - Help

2002-03-10 Thread Ged Haywood
Hi there, On Sat, 9 Mar 2002, Kirk Rogers wrote: > I've acquired: > mod_perl-1.26.tar.gz > openssl-0.9.6c.tar.gz > apache_1.3.22.tar.gz > apache_1.3.22+ssl_1.47.tar.gz I use mod_ssl with no problems, you could try that. 73, Ged.

SSL Installation Questions - Help

2002-03-09 Thread Kirk Rogers
Hi all, So I went ahead and tried to install apache-ssl and am following the instructions to the T. I've acquired: mod_perl-1.26.tar.gz openssl-0.9.6c.tar.gz apache_1.3.22.tar.gz apache_1.3.22+ssl_1.47.tar.gz I received no errors when installing openssl-0.9.6c. The first problem comes up when

Re: questions

2002-02-02 Thread Ged Haywood
Hi Stu, On Sat, 2 Feb 2002, stu seven wrote: > 1) Is installing mod_perl necessary to running perl scripts No, but there are good reasons for using mod_perl to do it. > 2) [snip]can I add the PerlSendHeader On to Apache without > running mod_perl ? No, it will cause Apache to grumble about

Re: questions

2002-02-02 Thread John Kelly
"stu seven" <[EMAIL PROTECTED]> 02/02/2002 00:24 To: [EMAIL PROTECTED] cc: Subject:questions I am having problems getting Apache to recognize perl files... someone suggested installing mod_perl... 1) Is installing mod_perl necessary to

questions

2002-02-01 Thread stu seven
I am having problems getting Apache to recognize perl files... someone suggested installing mod_perl... 1) Is installing mod_perl necessary to running perl scripts via Apache / webserver ? 2) I saw something in the mod_perl "faqs" about getting a popup save window instead of the perl fi

Re: Cgi permission Questions

2002-01-21 Thread Joe Bifano
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 4:11 PM Subject: Re: Cgi permission Questions > > On Mon, 21 Jan 2002, Joe Bifano wrote: > > > Hi all, > > > > My first time on the list. I have been looking at the archives but am

Re: Cgi permission Questions

2002-01-21 Thread Stephen Reppucci
ion. Please don't ask questions here which have no relevance. There are other lists that discuss these issues. Please visit http://www.apache.org/httpd/, where there is a wealth of great documentation put together through the effort of volunteers to answer exactly this question. -

Re: Cgi permission Questions

2002-01-21 Thread oscar
- Original Message - From: "Joe Bifano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 8:26 PM Subject: Cgi permission Questions > Hi all, > > My first time on the list. I have been looking at the archives but am not > ab

Re: [OT] Cgi permission Questions

2002-01-21 Thread Robert Landrum
At 12:26 PM -0700 1/21/02, Joe Bifano wrote: >Hi all, > >My first time on the list. I have been looking at the archives but am not >able to find anything on this. > >I have 3 web servers, 1 development/nfs server and 2 database mysql servers >in a cluster server farm. All sites are owned by our

Re: Cgi permission Questions

2002-01-21 Thread Perrin Harkins
> Here is the problem: create.pl is owned by test and group test and has file > permissions 755. When the create.pl script is run it becomes owner apache > and group apache and has to create new files and directories on the machine. > All of the new files and directories then become owner apach

Cgi permission Questions

2002-01-21 Thread Joe Bifano
Hi all, My first time on the list. I have been looking at the archives but am not able to find anything on this. I have 3 web servers, 1 development/nfs server and 2 database mysql servers in a cluster server farm. All sites are owned by our company so nobody will be on the system except for m

Re: Questions on note_basic_auth_failure and get_basic_auth_pw

2002-01-11 Thread Geoffrey Young
The Sapphire Cat wrote: > > Documentation for these functions reads as follows: > > $r->get_basic_auth_pw > If the current request is protected by Basic authentication, this > method will return 0, otherwise -1. [snip] ok, that's unclear (and not 100% correct, either). I'd change it to: If th

Questions on note_basic_auth_failure and get_basic_auth_pw

2002-01-10 Thread The Sapphire Cat
Documentation for these functions reads as follows: $r->get_basic_auth_pw If the current request is protected by Basic authentication, this method will return 0, otherwise -1. [snip] $r->note_basic_auth_failure Prior to requiring Basic authentication from the client, this method will set the out

Apache::RPC::Server questions

2002-01-08 Thread Bruce W. Hoylman
Ciao! Looking at RPC::XMl::Server and subsequently the Apache::RPC::Server subclass I see that methods are implemented via passing a code ref to a named or anonymous subroutine that implements the actual method logic. Given the persistent nature of perl in an Apache/modperl environment, is th

Re: modperl questions

2001-12-18 Thread Scott Alexander
On Tue, 18 Dec 2001, Alastair Stuart wrote: > question one > > There is a need to add new client profiles to the centralised > database, which create new application filesystems, new database > structures and CGI trees. Thus a new profile can be created > and activated with the push of a few but

Re: modperl questions

2001-12-18 Thread Perrin Harkins
> as it stands, > the cgi structure looks like this > > https://www.foo.co.za/cgi-bin/client1/index.pl > https://www.foo.co.za/cgi-bin/client2/index.pl > > it would be better if it was > > https://www.foo.co.za/client1 > https://www.foo.co.za/client2 You can just use this in your httpd.conf: Dir

Re: modperl questions

2001-12-18 Thread Maarten Koskamp
- Original Message - From: "Alastair Stuart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 3:38 PM Subject: modperl questions [snip] > -- how to add new aliases to httpd.conf or ./conf/clients.pl > without having to restart a

modperl questions

2001-12-18 Thread Alastair Stuart
some questions nagging before I go ahead. Here goes, There is a central database of client information which is queried for application specific data: databse name, ht root, cgi-bin (each application instance runs its own cgi-bin so that the application can be customised to the clients needs) etc. No

Re: apache::request and other newbie questions

2001-11-02 Thread Nouguier Olivier
John Michael wrote: I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies.  I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over t

apache::request and other newbie questions

2001-11-02 Thread John Michael
I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies.  I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over to this method sin

Re: 2 mod_perl questions

2001-10-31 Thread Stas Bekman
> I'm a novice in mod_perl but I already surprised with its features ! Before you continue any further with new questions it's a time to read the guide: http://perl.apache.org/guide/ > Could you please help me with following two things: > > 1) What is the most common d

Re: 2 mod_perl questions

2001-10-31 Thread Ken Y. Clark
On Wed, 31 Oct 2001, Sanek Anoshin wrote: > Date: Wed, 31 Oct 2001 15:23:57 +0600 > From: Sanek Anoshin <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: 2 mod_perl questions > > Hi everyone. > > I'm a novice in mod_perl but I already surprised with its fe

RE: questions on $r->lookup_uri

2001-08-26 Thread Geoffrey Young
>-Original Message- >From: princepawn >To: [EMAIL PROTECTED] >Sent: 8/26/01 1:29 PM >Subject: questions on $r->lookup_uri > > >1 - Why was no documentation for this method found in the manpage for >Apache::Request? Where should I have looked for docs on

Re: questions on $r->lookup_uri

2001-08-26 Thread Benjamin Trott
> 1 - Why was no documentation for this method found in the manpage for > Apache::Request? Where should I have looked for docs on this? perldoc Apache There are some Apache API docs on ap_sub_req_lookup_uri here: http://httpd.apache.org/docs/misc/API.html#req_orig Though they may not h

questions on $r->lookup_uri

2001-08-26 Thread princepawn
1 - Why was no documentation for this method found in the manpage for Apache::Request? Where should I have looked for docs on this? 2 - I did manage to find some docs for this in Ch. 4 of the Stein/Maceachern book, but am wondering why lookup_uri() goes through all phases of request processing u

Re: 2 questions

2001-07-09 Thread Perrin Harkins
> I've sent this email to Template-Toolkit mailing list... but there doesn't > seem to be anyone, so I'm sending it here ... Um, you did send it at 6:30PM on a Sunday (yesterday). Support on that list is really good, but you can't expect everyone to be on the same schedule as you. > How can in

Re: 2 questions

2001-07-09 Thread darren chamberlain
ivan <[EMAIL PROTECTED]> said something to this effect on 07/09/2001: > ok I have two questions about TT, let me begin with the > first one the easier ... *snip* > How can in the parent template distinguish between these two > cases (if scalar place it, if file inclu

2 questions

2001-07-09 Thread ivan
hi, I've sent this email to Template-Toolkit mailing list... but there doesn't seem to be anyone, so I'm sending it here ... Could anyone help me out with these ok I have two questions about TT, let me begin with the first one the easier ... I have the folowing situations I

Re: Questions Simple

2001-06-15 Thread Marius Popa
http://www.indigostar.com/indigoperl.htm About Indigo Perl IndigoPerl is a binary build of Perl 5.6 for Win32 with an integrated Apache web server for testing and developing CGI scripts. IndigoPerl is free. It includes a browser based GUI Package Manager for installing pre-built binary packag

Re: Questions Simple

2001-06-14 Thread Ron Savage
See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Gunther Birznieks <[EMAIL PROTECTED]> To: Purcell, Scott <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 9:46 AM Subject: Re: Questions Simp

Re: Questions Simple

2001-06-14 Thread Gunther Birznieks
It's pretty easy to get mod_perl running on Apache for windows because one of the list members regularly makes a full binary distro available of apache/mod_perl/perl all bundled together. I think there is a link from the perl.apache.org homepage but I am not sure. I've set it up before several

Re: Questions Simple

2001-06-14 Thread Ged Haywood
Hi there, On Thu, 14 Jun 2001, Purcell, Scott wrote: > I know I can download the apache web server in binary form and install it Far better to get the source and compile it on Linux. Is there a reason not to get Linux? > Is mod-perl just a perl module that I require in my scripts? Not at all

Questions Simple

2001-06-14 Thread Purcell, Scott
Hello, I am on IIS and fighting ActiveStates .plex. It appears so buggy and flaky that I am losing development time. I want to try some code that is flaky on the IIS/perl .plex on the Apache mod-perl. I know I can download the apache web server in binary form and install it pretty quickly. After

Re: Just a few questions...

2001-06-13 Thread Thomas Eibner
On Tue, Jun 12, 2001 at 07:48:57PM -0400, Matt Ellison wrote: > There are a couple slightly different versions of this program. The current > version has been tuned to cache everything it does in hashes per iteration > through the handler sub - database queries, reading of HTML templates, etc. >

Just a few questions...

2001-06-12 Thread Matt Ellison
Hello all, I just joined this list, as my company is beginning to make use of mod_perl in a production e-commerce environment. We have been converting several of our heaviest hit CGI's to object-oriented module libraries and mod_perl modules, with pretty good success so far. So far, we have a f

Re: Questions Concerning Large Web-Site

2001-06-11 Thread Ron Savage
There is a tutorial here http://savage.net.au/Perl-tutorials.html#tut-1 on a Perl program which generates the source of a module, installs and tests it. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html [snip] > Is there a good tutorial or book on the subject of constructing

Re: Questions Concerning Large Web-Site

2001-06-11 Thread Matt Sergeant
On Mon, 11 Jun 2001, Ron Beck wrote: > > Is there a good tutorial or book on the subject of constructing Perl > modules? I too have done some of this and would like to create actual > modules instead of required subroutines. There's a good intro (though I'm biased) on http://take23.org/ --

Re: Questions Concerning Large Web-Site

2001-06-11 Thread Ken Williams
[EMAIL PROTECTED] (Ron Beck) wrote: >Is there a good tutorial or book on the subject of constructing Perl >modules? I too have done some of this and would like to create actual >modules instead of required subroutines. I've written one, at http://www.mathforum.com/~ken/perl_modules.html It's ge

RE: Questions Concerning Large Web-Site

2001-06-11 Thread Joe Breeden
:42 PM To: John Armstrong Cc: '[EMAIL PROTECTED]' Subject: Re: Questions Concerning Large Web-Site Is there a good tutorial or book on the subject of constructing Perl modules? I too have done some of this and would like to create actual modules instead of required subroutines. Ron John

Re: Questions Concerning Large Web-Site

2001-06-11 Thread John Armstrong
The "Eagle" book ( linked to from http://perl.apache.org/ ) is a good resource. Generally speaking though you can get what you need to start in the guide ( http://perl.apache.org/guide/ ), its pretty simple to get started. John- On 6/11/01 12:42 PM, "Ron Beck" <[EMAIL PROTECTED]> wrote: > > I

Re: Questions Concerning Large Web-Site

2001-06-11 Thread Ron Beck
Is there a good tutorial or book on the subject of constructing Perl modules? I too have done some of this and would like to create actual modules instead of required subroutines. Ron John Armstrong wrote: > > I'd convert each 'module' into a real Perl module( YourPackage::Search.pm > etc ) a

Re: Questions Concerning Large Web-Site

2001-06-11 Thread James G Smith
"Purcell, Scott" <[EMAIL PROTECTED]> wrote: >I was hoping to hear some simple input from people who have architected good, sound sites, and was hoping for some good feedback, or >some old sample code that I can study and find out how the other half live. Well, I can give some things I've tried to

Re: Questions Concerning Large Web-Site

2001-06-11 Thread John Armstrong
I'd convert each 'module' into a real Perl module( YourPackage::Search.pm etc ) and then configure it at the directory level. SetHandler perl-script PerlHandler YourPackageSpace::Search Or you can just take your script and throw it into a single module's handler() routine : SetHa

Questions Concerning Large Web-Site

2001-06-11 Thread Purcell, Scott
Hello, I have a large asset-management system that is web-based. In the past I have always used cgi and perl. I need to rewrite it so that it works with mod-perl or PerlEx Anyway, I used to tie my site together with a main, and a ton of requires (which required pages of subroutines). I would u

Re: These are probably simple questions.

2001-05-25 Thread Ken Williams
[EMAIL PROTECTED] (Bird Lei) wrote: >If I upgraded Perl, do I need to recompile mod_perl? > Yes. >And if I have multiple Perls on a machine (eg 5.6.0 and 5.6.1. maybe in >some "non-standard" directories), how can I tell mod_perl which one to use? Whichever one you compile mod_perl with: /us

These are probably simple questions.

2001-05-25 Thread Bird Lei
If I upgraded Perl, do I need to recompile mod_perl? And if I have multiple Perls on a machine (eg 5.6.0 and 5.6.1. maybe in some "non-standard" directories), how can I tell mod_perl which one to use? Where is the place to check for Perl's config such as @INC? Thanks in advance. Bird Lei

Re: Newbie Questions

2001-03-09 Thread Stas Bekman
if the server is running in mod_perl or not? I know > this is one of the FAQ questions, but I didn't really understand. I am > using exit(0); and exit; to terminate my perl scripts. What should I > replace that with if it is advise not to do so when using mod_perl?? The > FAQ s

Re: Newbie Questions

2001-03-09 Thread ___cliff rayman___
julie wang wrote: > > replace that with if it is advise not to do so when using mod_perl?? The > FAQ suggests using "goto" kind of statement. I rather not use that. What > other alternatives do I have? Thanks! > which FAQ suggested a goto statement? if u are thinking that something like: ret

Re: Newbie Questions

2001-03-09 Thread Sean C. Brady
e, you'll probably see a line with the configuration info - you'll see mod_perl in there. > I know > this is one of the FAQ questions, but I didn't really understand. I am > using exit(0); and exit; to terminate my perl scripts. What should I > replace that with if it is

Re: Newbie Questions

2001-03-09 Thread Pierre Phaneuf
want to start this script assuming that $var is 0, then set $var to 0 at the beginning. > Is there anyway to test if the server is running in mod_perl or not? I know > this is one of the FAQ questions, but I didn't really understand. I am > using exit(0); and exit; to terminate my pe

Newbie Questions

2001-03-09 Thread julie wang
ache conf. than anything else? (if using Apache::Registry) I been coding perl using the -w flag as well as "use strict". I shouldn't need to alter how I code Perl, right? Is there anyway to test if the server is running in mod_perl or not? I know this is one of the FAQ questions,

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Chris Winters
* Randy Kobes ([EMAIL PROTECTED]) [010304 23:59]: > Sorry about that - I forgot that the libapreq development version > required the addition of hvrv2table in the mod_perl build > that isn't there by default. The file > http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19-libapreq.ppd >

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Randy Kobes
On Sun, 4 Mar 2001, Chris Winters wrote: > * Randy Kobes ([EMAIL PROTECTED]) [010304 19:05]: > > >I've placed at > > http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq-dev.ppd > > a ppm package of (the development version of) libapreq - this was > > built against mod_perl-1.25/apache_1.3

  1   2   >