Redirect or Subprocess - Problems

2003-01-13 Thread Marc Ian Brewer
Perl --> Response   Has someone an idea to solve this problem ???     Greentings from Germany     Marc Ian BrewerFraunhofer-Institut für Software- und SystemtechnikEmil-Figge-Str. 9144227 Dortmund   Tel. 0231/9 76 77 - 419eMail: [EMAIL PROTECTED]

[mp 2] Bug report - mod-perl install process.

2002-10-09 Thread Ian Stuart
a large file called "modules" in the $SERVERROOT directory. If I physically make the modules/ directory after step 1, then the mod_perl.so file is copied across correctly. I've also tested this with httpd 2.0.43, and it does the same think -- no .../modules directory is created.

[mp 2] Redefining the problem (was Re: Problem installingMod_perl_1.99 with apache_2.0.39)

2002-10-09 Thread Ian Stuart
file called mod_perl.so within a directory called modules? Yours, Confused of Edinburgh -- --==++ Ian Stuart: Edinburgh University Data Library. Information is not knowledge Knowledge is not wisdom Wisdom is not truth Truth is not beauty Beauty is not love Love is not music --

Re: Problem installing Mod_perl_1.99 with apache_2.0.39

2002-10-07 Thread Ian Stuart
10-07 at 13:40, Ian Stuart wrote: > I then prepare mod_perl (version 1.99, 'cos I'm using apache 2) with the > following line: > > perl Makefile.PL MP_INST_APACHE2=1 MP_DEBUG=1 MP_INST_APACHE2=1 > MP_AP_PREFIX=/home/cpan/httpd-2.0.39 MP_USE_STATIC=1 MP_USE_DSO=0 --

Problem installing Mod_perl_1.99 with apache_2.0.39

2002-10-07 Thread Ian Stuart
d?) the correct @INC array? Many thanks. Oh, the second question sorry. I want to include the MP_USE_GTOP option, however the make barfs, unable to locate the glibtop header files (even though I have set the environment variable LD_LIBRARY_PATH to refer to the correct directory. Any thoughts h

ModPerl and Net::Z3950

2002-09-24 Thread Ian Stuart
unresolvable?) problem? 3) Has anyone had a similar problem, and solved it a different way? In anticipation... -- --==++ Ian Stuart: Edinburgh University Data Library. Information is not knowledge Knowledge is not wisdom Wisdom is not truth Truth is not beauty Beauty is not love Love is not music

Re: Apache::Session - What goes in session?

2002-08-20 Thread Ian Struble
Not in the MS house that I am living in right now :^( On Tue, 20 Aug 2002, Perrin Harkins wrote: > Ian Struble wrote: > > And just to throw one more wrench into the works. You could load up only > > the most popular data at startup and let the rest of the data get loaded >

Re: Apache::Session - What goes in session?

2002-08-20 Thread Ian Struble
minute instead of in 15-30 minutes while pegging the DB. The 15-30 minutes was when we were dealing with ~5mil total entries and I would hate to see it now that the size of the table has doubled. Now we just need to do some batch processing to determine what subset gets loaded at startup. Ian On

RE: [Mason-devel] Re: ANNOUNCE: Mason 1.12

2002-08-08 Thread Ian Robertson
to H::M), which version of Html-Mason will CPAN grab? My guess would be the one with the highest (defined) version of Apache::Handler. - Ian >>>>> "JS" == Jonathan Swartz <[EMAIL PROTECTED]> writes: >> I think we should just get rid of the version

Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-18 Thread Ian Macdonald
dumps? Other version info: mod_ssl-2.8.10-1.3.26 openssl-0.9.6d All software mentioned was built with default config except as mentioned above. Thanks, Ian -- Ian Macdonald [EMAIL PROTECTED]

File upload fails when size exceeds 67k bytes

2002-07-15 Thread Ian Colin Jones
27;t start. There doesn't seem to be any entries in the FAQ's regarding this problem and VMS. Is this an Apache configuration I have missed or a Perl issue. Any advise on where to continue my search will be received with thanks. Ian.. -- Diese E-Mail enthaelt vertrauliche oder r

Re: Image manipulation recommendation?

2002-06-29 Thread Ian D. Stewart
http://www.activestate.com/PPMPackages/5.6). What sort of dependency issues are you running into? Ian -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9HZB6AjpHQQmBAUMRAlHeAKCN/wbIHMWx7w6EdkRd2QaQC19vhwCfcj9Z Ddr++uZE64ayDb3PBX4T6Gc= =99gO -END PGP SIGNATURE-

Re: Naming convention for Apache 2 modules.

2002-06-18 Thread Ian D. Stewart
garding this issue? An alternative approach could involve placing the functionality specific to mod_perl 2.0 in a sub-module, then conditionally importing that submodule depending on the value of $Apache::Registry::VERSION. Ian

Re: Referencing Directives

2002-05-29 Thread Ian D. Stewart
On 2002.05.28 01:23 Per Einar Ellefsen wrote: > > Or... maybe you could try using Apache class methods inside > sections (like document_root) -- however I think that'd be pretty > shaky. Hmm...something to tinker with as time permits... Thanx, Ian

Re: Configuring mod_perl on Debian

2002-05-28 Thread Ian D. Stewart
On 2002.05.28 04:03 Jeff A wrote: > > > From: Andrew McNaughton [mailto:[EMAIL PROTECTED]] > > Sent: 27 May 2002 21:02 > > To: Ian D. Stewart > ... > > You miss most of the advantage of debian's package management > > if you start building core componen

Re: Referencing Directives

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 15:39 Per Einar Ellefsen wrote: > At 21:13 27.05.2002, Ian D. Stewart wrote: >> Is it possible to reference the value of one Directive within >> another Directive (e.g., PerlSetVar VariableName >> ${DocumentRoot}/subdir) ? > > If you use sections,

Referencing Directives

2002-05-27 Thread Ian D. Stewart
Is it possible to reference the value of one Directive within another Directive (e.g., PerlSetVar VariableName ${DocumentRoot}/subdir) ? Thanx, Ian

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
Well, I haven't had any better luck with the debian package but I have gotten Apache and mod_perl running by building from source. Thanx for all the help, Ian On 2002.05.27 13:06 Ian D. Stewart wrote: > On 2002.05.27 12:59 Eric wrote: >> On Mon, May 27, 2002 at 12:20:00P

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
you had > PerlSendHeader On > Depending on what your script does, and if you use CGI.pm > to generate the header, try > PerlSendHeader Off > Thanx for the feedback Randy. I tried changing both options. Still no good. Thanx Anyways, Ian

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
On 2002.05.27 12:59 Eric wrote: > On Mon, May 27, 2002 at 12:20:00PM -0400, Ian D. Stewart wrote: > > On 2002.05.27 11:43 Lucas M. Saud wrote: > > >maybe you can try a "chmod 755" in the script...and check the perl > > >path in first line of the script...

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
be a listing of the current environment. Galeon identifies the content type as application/x-perl. This would seem to indicate to me that Apache is serving the script directly instead of executing the script and serving the output. According to the mod_perl Guide, the ExecCGI option (which I have set for Location /perl) is supposed to avoid this situation. Thanx, Ian

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
e and mod_perl, and will be building from scratch. If that works, that I well chock it up to a debian packaging/configuration issue. Thanx for the feedback, Ian

Configuring mod_perl on Debian

2002-05-26 Thread Ian D. Stewart
more info, would be greatly appreciated. Regards, Ian

Re: HTTP version conflict with proxy setup.

2002-05-14 Thread Ian Macdonald
server should install this patch. Thanks Ian Macdonald Ian Macdonald wrote: > Hi, > > More info on my problem with my proxied (via Rewrite rules) mod_perl > apache giving responses that were a) topped & tailed with message size > and "0" respectively, a

HTTP version conflict with proxy setup.

2002-05-13 Thread Ian Macdonald
th servers config, but the only effect I've noticed is when I add "force-response-1.0" to the main server, the delay goes away; the size & 0 (ie the chunking info) still top & tail the response. Thanks Ian Macdonald [EMAIL PROTECTED]

Proxied mod_perl server problem

2002-05-13 Thread Ian Macdonald
directly from the browser, or if the mod_perl server is started without proxying enabled. This looks to me as if two parts of the system are contributing the same header information, or if two protocol layers are being added in the wrong order, or something like that. Thanks for any tip

RE: AddModule mod_perl.c

2002-04-03 Thread Ian
gram for playing, tweaking, and dealing with apache modules and such. http://apachetoolbox.com/ I have mod_perl, php, mod_frontpage, mod_throttle, and mod_python running peacefully on the same box. Ian - -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8 for non-commercial use <http://w

Re: [OT] eToys Jingle (was: Where was that success story?)

2002-03-09 Thread Ian Struble
And further still into OT land, Israel is a pretty popular Hawaiian artist. Too bad he does not get play on the mainland. Ian On Wed, 6 Mar 2002, Tom Servo wrote: > > What I really want to know is: what ever happened to that eToys jingle > > that was on the commercials? It was al

Re: choice of mod_perl technology for news site

2002-02-07 Thread Ian Kallen <[EMAIL PROTECTED]>
am and Virus Technologist" (which is > actually a really nice change from web hacking). As far as other CMS's, > Robin has already mentioned XIMS and his Tesserra, but forgot about this > one: http://www.callistocms.com/ which simply blew my mind looking at the > graphics. I gues

Re: Apache::args vs Apache::Request speed

2002-02-01 Thread Ian Ragsdale
On 2/1/02 2:21 PM, "Joe Schaefer" <[EMAIL PROTECTED]> wrote: > Ian Ragsdale <[EMAIL PROTECTED]> writes: > >> How about setting something up on SourceForge? I know they have OS X >> environments available for compiling and testing. > > apreq is

Re: Apache::args vs Apache::Request speed

2002-01-31 Thread Ian Ragsdale
How about setting something up on SourceForge? I know they have OS X environments available for compiling and testing. Ian On 1/28/02 2:19 PM, "John Siracusa" <[EMAIL PROTECTED]> wrote: > I'm cc-ing this to the Mac OS X Perl list in the hopes that someone can > pro

Perl and Microsoft Excel?

2001-11-29 Thread Ian
overworked admin from insanity? Ian - - From RFC 1925: "(3) With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -BEGIN

Problems Confirugint Mod Perl/Mod SSL on Apache 1.3.22

2001-11-20 Thread Ian @ International Sports Agnecy
medies the problem, but that doesn't help. I've also reset my httpd.conf file to the defaults, and that doesn't help either. When I do just a 'plain-jane' ./apachectl start (as opposed to an ./apachectl startssl), I get the webpages, however, the mod_perl interface se

SV: [PING] Sorry, just testing since 26 hours of no activity on this list.

2001-09-24 Thread Ian Johannesen
> So where is everybody? Too busy mod_perling? Or has mod_perl reached the stage of perfection ? ;-) -- Yours Digitally, Ian Johannesen Projectmanager ADVICE A/S Phone : +45 7020 Cell : +45 2685 9835 Direct : +45 9631 8315

Re: Help needed with compile

2001-07-26 Thread Ian Stuart
DSO (a) is not recommended, and (b) requires a version of perl that has been tinkered with - see the mod-perl installation guide. Hope this helps... -- --==**==-- Ian Stuart - EDINA, DataLibrary, University computing services. - A man depriving some village, somewhere, of a first-class idiot - http://lucas.ucs.ed.ac.uk/

DOS style drive letters and PERL5LIB

2001-07-16 Thread Ian Williamson
so that it DOESN'T get parsed apart? Someone must have an answer. Thanks. IanW -- Ian Williamson Senior Software Engineer NovAtel Inc. [EMAIL PROTECTED]

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
Server is not starting !? Subroutine main::pid redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl line 103. Subroutine main::access redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl line 104. Subroutine Outside::code redefined at /home/ian/mod_perl-1.25/t//docs/startup.pl line 108

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
Nope. I did a killall httpd as root then tried it again, but to no evail. [root@ian mod_perl-1.25]# killall httpd httpd: no process killed [root@ian mod_perl-1.25]# ps auxc | grep httpd [root@ian mod_perl-1.25]# make test (cd ../apache_1.3.9 && PERL5LIB=/home/ian/mod_perl-1.25/lib make

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
owing error messages... make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util' cp t/conf/mod_perl_srm.conf t/conf/srm.conf ../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up.

Make Test problems...

2001-06-10 Thread Ian \(the webguy\)
/apache_1.3.9 && PERL5LIB=/home/ian/mod_perl-1.25/lib make) make[1]: Entering directory `/root/apache_1.3.9' ===> src make[2]: Entering directory `/root/apache_1.3.9' make[3]: Entering directory `/root/apache_1.3.9/src' ===> src/regex make[4]: Nothing to be done for `all'. &

Compile Problem with Apache + mod_ssl + mod_perl

2001-06-04 Thread Ian Chilton
sable-module=auth_anon \ --disable-module=auth_db \ --disable-module=auth_dbm \ --activate-module=src/modules/perl/libperl.a make make certificate TYPE=dummy make install --------- Any ideas? Thanks! Bye for Now,

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Ian Kallen <[EMAIL PROTECTED]>
't think > page-based web development systems scale well to larger applications. I > prefer something that is turned inside-out from the page based view of > things, like MVC. cheers, -Ian -- Ian Kallen <[EMAIL PROTECTED]> | AIM: iankallen

Re: modperl/ASP and MVC design pattern

2001-04-20 Thread Ian Kallen <[EMAIL PROTECTED]>
> an interesting feature of JSP is the possibility to use the MVC design pattern >(INPUT/OUTPUT/LOGIC separation) > This is obtained with the "forward" instruction. > How the MVC design pattern can be implemented in the mod_perl (and specifically >Apache::ASP) architecture ? cheers, -Ian -- Ian Kallen <[EMAIL PROTECTED]> | AIM: iankallen

Re: Installing mod_perl-1.24_01 w/o super user and with global perl

2001-01-03 Thread Ian Kallen
TPD=1 \ USE_APACI=1 \ LIB=/home/eedalf/lib/perl \ EVERYTHING=1 HTH, -Ian Today, Alexander Farber (EED) <[EMAIL PROTECTED]> spoke of Installing...: > Hi, > > I am installing Apache 1.3.14 and mod_perl 1.24_01 into > my home directory and it actually works okay, but there > i

Trouble building HTML_Tree

2000-12-12 Thread Ian Mahuron
FreeBSD 4.1 Thanks in advance. Ian

Re: mod_perl in chroot environment

2000-12-10 Thread Ian Kallen
e first time but simple enough to later turn into a tarball and/or a shell script for later re-use. Has anyone on the list run hosted mod_perl installations? I'm curious about ISP's how they provision their users with mod_perl environments safely. -Ian -- Salon Internet

Re: WebDAV support in mod_perl

2000-11-29 Thread Ian Kallen
good Apache::WebDAV code base implementation. -Ian Today, Joao Pedro Goncalves <[EMAIL PROTECTED]> frothed and gesticulated about...: > Hi, is there any current project going on for using the WebDAV protocol > in > mod_perl, something like Apache::WebDAV? > > I am familiar with the mo

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Ian Kallen
bitrace.log"; } > > # Make sure we are in a sane environment. > $ENV{MOD_PERL} or die "not running under mod_perl!"; ciao -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida

Re: Win32 Proxy question

2000-11-13 Thread Ian Struble
How hard are you pounding it in the 'lab'? I don't remember how hard I had to pound to break my win32 proxy(NT4,SP4 and Apache 1.3.9 or 11) but it wasn't all that hard. You should be able to pound pretty hard with an LWP based pounder. Ian On Mon, 13 Nov 2000, siberian

Re: Win32 Proxy question

2000-11-13 Thread Ian Struble
mited to a single interpretter thread with mod_perl on win32? Ian On Mon, 13 Nov 2000, siberian wrote: > I know I get a lot when I use a lightweight proxy in front of my modperl > servers under UNIX but how about under Win32? Since it uses a different > model does a > reverse proxy rea

Re: Apache::Util routines

2000-11-08 Thread Ian Kallen
ll)' -e '$a = parsedate("")' > Undefined subroutine &Apache::Util::parsedate called at -e line 1. > > Looks like I've been missing something? -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: usemymalloc && mod_perl

2000-10-17 Thread Ian Kallen
hrough %INC to find who's loading it and see if I can completely eliminate those now! Doug MacEachern wrote: > > On Sat, 16 Sep 2000, Ian Kallen wrote: > > > > > I've seen some of the 'perl -V' outputs on this list over the years. Most > > people

Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
to a Session ID storing the users password and username to compare against.   The problem with this is that I can't seem to install the AuthCookie module from cpan. DOH!!!   Ian - Original Message - From: [EMAIL PROTECTED] To: Ian Frawley Cc: [EMAIL PROTECTED] Sen

Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
immediate credit card payment[rules out smart cards again]. Where as regular shoppers(subscribers) can just login. Ian - Original Message - From: "John Saylor" <[EMAIL PROTECTED]> To: "Ian Frawley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday

Re: Remembering Authentication

2000-10-17 Thread Ian Frawley
Is it not just possible through a perl module as I am not very clued up on digital certificates. Thanks Ian - Original Message - From: "John Saylor" <[EMAIL PROTECTED]> To: "Ian Frawley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday

Remembering Authentication

2000-10-17 Thread Ian Frawley
user's authentication information. On subsequent requests to the same secure area apache requires that the user enters their credentials again.   Is there a way around this? If so any help would be appreciated.   Thanks   Ian

Re: Authentication Nightmare

2000-10-16 Thread Ian Frawley
        AuthName "Relm"     AuthType Basic       PerlAuthenHandler Auth       require valid-user     I know my pm works but I don't know how to redirect to the requested URL   Thank   Ian - Original Message - From: Asaf Klibansky To: Ian Frawley ; [EMAIL PRO

Authentication Nightmare

2000-10-16 Thread Ian Frawley
o use the cookie based authentication in the Eagle book but the problem is that this has also got to work for WAP phones..   Ian FrawleySoftware DevelopmentAcquist[EMAIL PROTECTED]0161 222 2400

Re: Can't get 'PerlAuthenHandler' to work.

2000-10-10 Thread Ian Frawley
Hello Ariel When you return "OK" from your authentication module that gives apache the thumbs up authentication accepted. So possibly you might be trying to authenticate a user that has already been authenticated when you run your CGI script. Ian - Original Message - Fr

Re: Authentication and Redirection

2000-10-06 Thread Ian Frawley
not get it to redirect. Well I can but only with a:   return REDIRECT   which as you can imagine sends the whole thing bananas....   Ian - Original Message - From: Geoffrey Young To: 'Ian Frawley' Cc: '[EMAIL PROTECTED]' Sent: Thursday, Octo

Re: Authentication and Redirection

2000-10-05 Thread Ian Frawley
I have looked at the example and tried to adapt, the problem is that I will be serving WAP phones as well as PC's which don't like cookies.   Cheers - Original Message - From: Geoffrey Young To: 'Ian Frawley' ; [EMAIL PROTECTED] Sent: Thursday,

Authentication and Redirection

2000-10-05 Thread Ian Frawley
t the welcome page.    So my question is how can you redirect depending on the results of authentication.   Thanks   Ian FrawleySoftware DevelopmentAcquist[EMAIL PROTECTED]0161 222 2400

Problems with Implementing Virtual Hosts

2000-10-05 Thread Ian Jones
dress with SSL? If not, what do other sites do? We have added three vitual hosts for port 80, however only the top one works ( even if we change the order!) Any help would be appreciated Thanks - Ian The Standard Life Assurance Company, Standard Life House, 30 Lothian Road, Edinburgh EH

Apache::Session - kludgy workaround?

2000-10-04 Thread Ian Mahuron
If I repeatedly write to: $session{foo}{bar} I find that I have to do something like: $session{smack}++; to get it to write when the hash is untied. Is there a better way to do this? TIA ian

usemymalloc && mod_perl

2000-09-16 Thread Ian Kallen
th XS code so any insight as to the ins and outs of compiling w/ and w/o usemymalloc would be much appreciated! thanks, -Ian -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: [Mason] Problem: no-Content.

2000-09-10 Thread Ian Kallen
on for multiple virtualhosts. Also, back down to Mason 0.87 until 0.89 is released. -Ian > Hello all, > > -- The Problem -- > > When i try try retrieve http://www.clickly.com/index.html > (Test-Site: not the real clickly.com) i get a blank return and i > mean a

RE: [OT?] Cross domain cookie/ticket access

2000-09-08 Thread Ian Mahuron
Why not do this... Implement sessions via DBI. All three servers will use the same table in the same database for setting/getting session data (ie 'authenticated_uid' => 1425). Pass the session id around in the path or in query string. Make sure your applications include this data when link

Re: HTML Template Comparison Sheet ETA

2000-09-04 Thread Ian Kallen
erstand. > > I always try to teach while having things done. Learning a bit of Perl > will help the designers as much as learning "raw HTML" instead of using > just a WYSIWYG tool: they will be more productive. -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

creating db handles externally

2000-08-16 Thread Ian Mahuron
dle? Someone mentioned doing a ChildInitHandler and using Class::Singleton.. I'm a clueless newbie so I didn't get too far with this (code snippets anyone?). TIA Ian

Apache::Upload buffering issues?

2000-08-15 Thread Ian Mahuron
8*1024); } else { ... } a simple $| = 1; before the print didn't seem to help.. maybe OUTFILE is not hot? Dunno.. this is my first run in w/ buffering issues. I hope someone can help. TIA Ian

Re: mod_perl rules! updated stats

2000-08-08 Thread Ian Struble
On Tue, 8 Aug 2000, Stas Bekman wrote: > On 8 Aug 2000, Randal L. Schwartz wrote: > > > > "Stas" == Stas Bekman <[EMAIL PROTECTED]> writes: > > > > Stas> mod_perl rules :) > > > > package Stonehenge::MyFixup; > > > > ## PerlFixupHandler Stonehenge::MyFixup > > > > use strict;

RE: was Re: template kit..... - now session handling

2000-07-30 Thread Ian Kallen
Today, Gerald Richter <[EMAIL PROTECTED]> frothed and gesticulated about RE:...: > > Ian Kallen suggested a hash of know indexers - which is a good idea - > > Yes > > > but has one problem of how to keep this upto date. > > > > Everybody could contribut

RE: The Template Toolkit (Re: Templating Systems)

2000-07-29 Thread Ian Kallen
coding it up, but never got the time. -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: was Re: template kit..... - now session handling

2000-07-29 Thread Ian Kallen
results! 2) Have it configurable so that the url munger session pnote'ing can be turned off or on. I think without these features, url munging session mgt is pretty worthless. -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin

Re: was Re: template kit..... - now session handling

2000-07-29 Thread Ian Kallen
unset('Content-length'); $r->header_out(Location => 'http://.bletch.com'); -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: Templating System

2000-07-27 Thread Ian Kallen
vance there is necessity of representing data as XML (or at least an XML DOM tree) to do anything. So, I'm back at my original conclusion settling on a powerful component system (Mason) but looking seriously at gluing in hooks for transformation (AxKit). -- Salon Internet

Re: Templating System

2000-07-27 Thread Ian Kallen
ing Center TEL (914)422-4328 > Pace University > 1 Martine Ave > White Plains, New York 10606-1932 > > Those who do not understand Unix are condemned to reinvent it, poorly. > -- Henry Spencer > -- Salon Internet http://w

Re: [OT] New element for CGI.pm (or StickyForms, etc.) (revised)

2000-07-18 Thread Ian Struble
.. print "$month $day $year\n"; Ian On Tue, 18 Jul 2000, Kenneth Lee wrote: > Better still, > > print date_field( > -name =>"expiry", > -value=>"2000-12-25"); > > so that if value is omitted, the current value will be used. >

perldoc gateway/handler

2000-06-29 Thread Ian Mahuron
man pages. The last one I found had a tendency to break things. TIA Ian

Apache::Request

2000-06-25 Thread Ian Mahuron
code that would give me a good idea of how to use this module securely? I'm also wondering what the pros/cons are of using this module vs. CGI.pm. TIA! Ian

Re: using a module to contain settings.

2000-06-22 Thread Ian Kallen
;markly'; } { package Foo::Zap; use vars qw($bang $boom $bash); # etc } I'll likely use constant.pm next time I rev the code instead of using vars. -Ian Scott Alexander wrote: > > I'm working on creating a site that is completely done in mod perl. > > The are

RE: Apache::PerlVINC making apache kak

2000-06-22 Thread Ian Mahuron
You might start by staticly linking mod_perl. DSOs are evil. > -Original Message- > From: Dave Moore [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 22, 2000 09:22 AM > To: [EMAIL PROTECTED] > Subject: Re: Apache::PerlVINC making apache kak > > > On Wed, 21 Jun 2000, Dave Moore wrot

RE: Apache::DBI broken?

2000-06-16 Thread Ian Mahuron
It was PHP4. A rebuild fixed it. Thanks guys! > -Original Message- > From: Ian Mahuron [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 16, 2000 01:50 PM > To: Edmund Mergl > Cc: Mailing List, mod_perl > Subject: RE: Apache::DBI broken? > > > > Everything

RE: Apache::DBI broken?

2000-06-16 Thread Ian Mahuron
there may be a bug in the mysql driver (see "Segfault on DBI->Connect (04/01/2000)" thread). Considering how recently (and frequently) this has poped up on the list, I wonder if Indrek is right.. Is php4 the culprit? Ian > -Original Message- > From: [EMAIL PROTEC

RE: Apache::DBI broken?

2000-06-16 Thread Ian Mahuron
php4 *is* in the mix! I installed it just so we could use phpMyAdmin (neat MySQL web client). Can you ellaborate on this (URL, docs, etc)?? Is there a patch for php4 or should I jump back to php3? Thanks! Ian > -Original Message- > From: indrek siitan [mailto:[EMAIL PRO

Apache::DBI broken?

2000-06-16 Thread Ian Mahuron
I've been searching through the mailing list and have seen several people with the same problem I'm experiencing. Yet I've seen no solid answers to this problem... so maybe I'll try again. System is: FreeBSD 4.0 Apache 1.3.12 perl 5.005_03 mod_perl 1.24 DBI 1.14 Apache::DBI 0.87 # Apache::DBI

Re: PerlLogHandler and mod_usertrack

2000-06-15 Thread Ian Kallen
there for slicing and dicing... I'm probably splitting hairs here but I like to be flexible. -Ian Today, Jacob Davies <[EMAIL PROTECTED]> frothed and gesticulated...: > The %{cookie}n refers to the cookie field of the notes table, so you should > be able to get at it directly

Re: PerlLogHandler and mod_usertrack

2000-06-15 Thread Ian Kallen
If you're writing your own PerlLogHandler, get the cookie from the request object, $r->header_in('Cookie') -Ian Today, Jim Sproull <[EMAIL PROTECTED]> frothed and gesticulated about...: > I'm looking to using mod_usertrack to log requests based on cookies (whic

Re: [OT] Re: sendMail in cgi program

2000-06-13 Thread Ian Kallen
s space in front of it. > In several shells you can put tabs in front of it if you say >print<<-END; # the dash says "let me use a leading tab" >blah > END -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

RE: [OT now] Re: Template techniques

2000-06-10 Thread Ian Kallen
49 6133 925152 > - > > -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: [DESPERATE] Problems with apache-php3perl SRPM

2000-06-10 Thread Ian C. Sison
omigod...! It worked! Ok now, i've commented out the ClearModuleList directive , apache loaded ok. Would there be any side effects to the directive, as it seemed to be there for a purpose... Thanks for your help! Ian On Sat, 10 Jun 2000, Ged Haywood wrote: > Hi there, >

Re: [DESPERATE] Problems with apache-php3perl SRPM

2000-06-10 Thread Ian C . Sison
ever, it doesn't seem to work. \8( > > -- Rob > > --On 06/10/00 11:54:09 +0800 "Ian C.Sison" <[EMAIL PROTECTED]> wrote: > > > > > On Sat, 10 Jun 2000, you wrote: > >> On Sat, Jun 10, 2000 at 01:04:49AM +0800, Ian C.Sison wrote

Re: [DESPERATE] Problems with apache-php3perl SRPM

2000-06-09 Thread Ian C . Sison
On Sat, 10 Jun 2000, you wrote: > On Sat, Jun 10, 2000 at 01:04:49AM +0800, Ian C.Sison wrote: > > Hi all, > > > > I've tried working with the apache-php3perl SRPM which was posted on the > > snip > > > Starting httpd: Syntax error on line 862 o

[DESPERATE] Problems with apache-php3perl SRPM

2000-06-09 Thread Ian C . Sison
Hi all, I've tried working with the apache-php3perl SRPM which was posted on the http://perl.apache.org/distributions.html page. It's an SRPM that is designed to statically link in php3 and mod_perl into the apache binary. Basically, i can get the SRPM to compile, but i can't seem to enable

Re: DNS Lookups ? huh ?

2000-06-08 Thread Ian Kallen
my analness on this somewhere... (because > I *really* am not that anal. If anybody knows whether or not this was true > at one point, I'd like to know (for my mind's own backward compatability > sake!) :) Thx. > > -Original Message- > From: Ian Kallen [mailto:[

subprocess_env

2000-06-08 Thread Ian Kallen
garding the expense of mulitple $r->subprocess_env vs. accessing %ENV? -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Re: DNS Lookups ? huh ?

2000-06-08 Thread Ian Kallen
gt; The default is on. Case sensitivity. All that... give it a whirl. > We've all done it before -- Salon Internet http://www.salon.com/ Manager, Software and Systems "Livin' La Vida Unix!" Ian Kallen <[EMAIL PROTECTED]> / AIM: iankallen / Fax: (415) 354-3326

Object persistence

2000-06-05 Thread Ian Mahuron
on{user} = $user; # during some other request (pulling object out) my $user = $session{user}; my $login = $user->login(); print("$login\n"); I'm sure it's more complicated then this. Any help would be appreciated. Thank you in advance. Ian

Re: Apache children hanging

2000-06-02 Thread Ian Struble
Someone just pointed out that this should probably go into the guide or FAQ somewhere. Just a thought... On Thu, 1 Jun 2000, Doug MacEachern wrote: > > % gdb httpd $pid_of_spinning_process > > % source modperl_x.xx/.gdbinit > > % curinfo > > oops, that should be: > > % gdb httpd $pid_of_spin

Re: Apache children hanging

2000-06-02 Thread Ian Struble
Now if only I had known this two years ago... Awsome tidbit though. Thanks! > you can find out which line of Perl code is triggering a spin, by > attaching to the process with gdb; > > % gdb httpd $pid_of_spinning_process > % source modperl_x.xx/.gdbinit > % curinfo > > should show you the fi

  1   2   >