ANNOUNCE: configure-apache.pl - A config program for Apache for MS Windows

2001-06-10 Thread Ron Savage
Full instructions are at http://savage.net.au/Perl/Html/configure-apache.html Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

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: SOAP, WSDL etc.

2001-06-13 Thread Ron Savage
http://www.soaplite.com/ Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: Win32: Cannot load mod_perl.so into server

2001-06-13 Thread Ron Savage
Josef I get exactly the same error, altho on d:. Rebooting does not fix it. Details here: http://savage.net.au/Perl/Html/configure-apache.html Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Ender Josef [EMAIL PROTECTED] To: [EMAIL

Re: mod_perl install

2001-06-26 Thread Ron Savage
Scott See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Purcell, Scott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 8:12 AM Subject: mod_perl install Hello, I am trying a new install of mod_perl

Q: How to I secure /cgi-bin?

2001-06-27 Thread Ron Savage
MultiViews Order allow,deny Deny from all Allow from 127.0.0.1 /Directory My aim of course is to use Order deny,allow to stop all others! I tried Directory /cgi-bin and Allow from 128.0.0.1 just to see what would happen, but that did not stop me either. Cheers Ron Savage [EMAIL

Re: The latest templating system: PSP in DDJ

2001-07-09 Thread Ron Savage
to choose a templating system) is anybody collecting URIs of articles which give practical examples of using such systems? I'm thinking of one-template-per-article style, so we can actually learn how to use them, rather than a list of features. Cheers Ron Savage [EMAIL PROTECTED] http

Help: Image::Magick and Apache and mod_perl/ 'v' cgi-bin/

2001-07-18 Thread Ron Savage
- th('$ENV{MAGICK_MODULE_PATH}') . $q - td($ENV{'MAGICK_MODULE_PATH'}) ); print $q - header(), $q - start_html(), $q - center($q - h1($title) ), $q - table ( {align = 'center', bgColor = '#80c0ff'}, $q - Tr($html) ), $q - end_html(); -8- Cheers Ron Savage [EMAIL

Re: Can't solve the CGI/pm Can't call register_cleanup problem

2001-07-31 Thread Ron Savage
Fran See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html use CGI qw(-compile :all); There's a typo in the book. Chop '-compile'.

Re: Error decrypting in message using gpg in modperl script

2001-08-09 Thread Ron Savage
Chris See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html $PGP = /usr/bin/gpg --no-secmem-warning -dar; Ahhh. Does the web server, running as 'nobody' (perhaps) have permission to run 'gpg'?

Re: Help w/ install [ActivePerl,W2K Server,Apache 1.3.20]

2001-09-06 Thread Ron Savage
[Mailed to list and to individual] Brice I think the easiest is to install a pre-compiled Apache+mod_perl+mod_*. Start here: http://savage.net.au/Perl.html#Configuring-Apache Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: Apache - mod_perl - Windows

2001-11-28 Thread Ron Savage
Folks See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html :: My question is: :: 1. is there a way to get a precompiled windows version running (I don't :: want to reset my Apache server to some ancient version!) I have set up several Windows / Apache / mod_perl

Fw: [OT] Re: ASP.NET Linux equivalent?

2001-12-05 Thread Ron Savage
Vsevolod See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Vsevolod Ilyushchenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 10:55 AM Subject: ASP.NET Linux equivalent? Hi, Is anyone

Re: Spawn Child Pro

2001-12-12 Thread Ron Savage
Anand See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Anand R [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 3:05 PM Subject: Spawn Child Pro couldn't spawn child process: e:/apache/cgi-bin/weblink

Re: PerlEditor - Freeware or Trialware

2001-12-25 Thread Ron Savage
Which OS? UltraEdit is superb. I've tried all the others suggested. UltraEdit has, among much else, built-in FTP for getting remote files, editing them, and returning them to from whence they came. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message

Re: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
. BSOD Try starting Apache as a service, twice, with the same (default) name, in 2 DOS windows. This should not be possible, surely. -8- Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
This is a copy of a msg I just sent to Randy instead of the list. I'm sending it to the list so others, and the archiver, will see it. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Ron Savage [EMAIL PROTECTED] To: Randy Kobes [EMAIL

Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
This too is a copy of a msg sent directly to Randy instead of the list. (Back to sleep). Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Ron Savage [EMAIL PROTECTED] To: Randy Kobes [EMAIL PROTECTED] Sent: Thursday, January 03, 2002 3:37

Re: Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
Randy Disabling modperl causes yet other strange behaviour. See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html That's too bad ...:( There's probably some more work that needs to be done in getting the service working right ... By the way, if you disable modperl

Re: Fw: Win32 modperl-2 binary

2002-01-02 Thread Ron Savage
Randy Disabling modperl affects -k. See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html That's too bad ...:( There's probably some more work that needs to be done in getting the service working right ... By the way, if you disable modperl, does it work? After

Re: mod_deflate problem with chunked encoding

2002-01-18 Thread Ron Savage
Stas Does the senario doc (below) apply to Apache V 1, V2 or both? Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html here: http://perl.apache.org/guide/scenario.html, please do that. But

Re: Cross-site scripting vulnerability in Apache::Util

2002-01-24 Thread Ron Savage
/unicode.html Unicode|Zvon Character Reference|http://www.zvon.org/xxl/characterReference/Output/index.html Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: New mod_perl Logo

2002-01-29 Thread Ron Savage
Jeezus you guys. All theseAmerican-style names are verging on the racist. This is world-wide code, not f---ing American-wide code. CheersRon Savage[EMAIL PROTECTED]http://savage.net.au/index.html - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] ;

Re: New mod_perl Logo

2002-01-31 Thread Ron Savage
position). Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - Original Message - From: Paul Cotter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 12:36 AM Subject: Re: New mod_perl Logo mod_perl is a lousy name. It is causing me

Re: Make test issue with the URI module

2002-02-04 Thread Ron Savage
Thomas See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html When I tried the make test from the mod_perl installation I had an error saying that the module URI couldn't be found. I then downloaded and installed the URI module from cpan.org: URI-1.18 and now I

Re: Speed of downloading problem.

2002-02-04 Thread Ron Savage
Scott See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html Does anyone have any clues what to try? One thought here was to go to 2.0, but we don't know if that will screw up the mod-perl that is built for the Apache 1.3.20 and Ron Savages mod_perl binary. I'm

Re: Installing Perl::Magick

2002-02-19 Thread Ron Savage
lamp See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html Magick.xs:76:24: magick/api.h: No such file or directory This means you must, repeat must, have the ImageMagick source code on tap to compile PerlMagick. Being lazy, I wait for someone to create

Re: Installing Perl::Magick

2002-02-19 Thread Ron Savage
Aaron See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html There is a package available in ppm for ActiveState Perl. There is a short write up on it PerlMonks http://www.perlmonks.org/index.pl?node_id=140321 Thanx. I was not actually asking for same

[OT] Hierarchical access to db under Apache and Zeus

2002-03-01 Thread Ron Savage
the tables, so can implement any db and code changes required. Any ideas/articles on implementing this? -- Ron Savage, [EMAIL PROTECTED] on 02/03/2002 http://savage.net.au/index.html

Re: [magick-users] Alternatives of phpGraphy?

2002-03-01 Thread Ron Savage
On Fri, 1 Mar 2002 17:40:36 +0100, Sebastian Barbe wrote: Hi, I am looking for an alternative to phpGraphy. Does anybody know any good software that works in the same way but is even better and FREE? And what exactly does it do? A URI to an explanation will be sufficient. -- Ron Savage, [EMAIL

Re: Blank Pages ( Revisited ) [Semi-OT]

2002-03-13 Thread Ron Savage
anybody knows why?? It's DBI's way of saying 0 (records returned) but true. Ie It's deliberate. -- Ron Savage, [EMAIL PROTECTED] on 13/3/02 http://savage.net.au/index.html

Re: Open3

2002-04-05 Thread Ron Savage
On Wed, 03 Apr 2002 13:54:09 -0800, Rasoul Hajikhani wrote: Elizabeth Mattijsen wrote: At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: Hello folks, I am writing a web based interface to gpg and am using IPC::Open3 Try IPC::Run -- Cheers Ron Savage, [EMAIL PROTECTED] on 06/04/2002 http

Re: localizing $dbh attributes with Apache::DBI to minimize the number of connections made

2002-05-06 Thread Ron Savage
connect to database: $DBI::errstr; [snip] Therefore it's the best to restore the modified attributes to their original Therefore it's best is idiomatic English. -- Cheers Ron Savage, [EMAIL PROTECTED] on 07/05/2002 http://savage.net.au/index.html

[OT] Re: back-tracking

2002-05-27 Thread Ron Savage
formatted without reformatting the entire string? it's possible? Lucas See: Combinatorial Algorithms Nijenhuis and Wilf Academic Press 0-12-519260-6 (1975) P 240 -- Cheers Ron Savage, [EMAIL PROTECTED] on 28/05/2002 http://savage.net.au/index.html

Re: Is mod_perl the right solution for my GUI dev?

2002-06-26 Thread Ron Savage
On Wed, 26 Jun 2002 09:37:58 -0400, Fran Fabrizio wrote: Fran Ron Savage wrote: On Tue, 25 Jun 2002 12:22:15 -0400, Fran Fabrizio wrote: Fran [snip] from first-hand experience, hell my current project has both of these things in a web interface, and neither were trivial. I crafted

Re: [win32] new perl/apache/mod_perl binary

2002-07-08 Thread Ron Savage
protocol [07/Jul/2002 22:47:19 04016] [warn] Init: (localhost:443) RSA server certificate CommonName (CN) `www.snakeoil.dom' does NOT match server name!? -8- -- Cheers Ron Savage, [EMAIL PROTECTED] on 09/07/2002 http://savage.net.au/index.html

Re: [win32] new perl/apache/mod_perl binary

2002-07-09 Thread Ron Savage
On Tue, 9 Jul 2002 02:25:41 -0500 (CDT), Randy Kobes wrote: Randy On Tue, 9 Jul 2002, Ron Savage wrote: On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: Hi, I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting

Re: [win32] new perl/apache/mod_perl binary

2002-07-10 Thread Ron Savage
Apache as a service, and some MS Windows-specific DNS issues. -- Cheers Ron Savage, [EMAIL PROTECTED] on 10/07/2002 http://savage.net.au/index.html

Re: apache::ASP

2002-07-28 Thread Ron Savage
__ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com Cheers Ron Savage -- Associate Lecturer, School of Information Technology Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7441, Fax: +61-3-9251 7604 Email: [EMAIL PROTECTED] WWW

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread Ron Savage
modules in CPAN already, under the prefix DFA:: for Discrete Finite Automata. Do we really need a separate prefix StateMachine:: for this? For the record, DFA was suggested to me when I asked for module name suggestions, because it (DFA) was already in use when I wanted to submit my module. -- Ron

CGI.pm's path_info will not stay shared

2002-12-10 Thread Ron Savage
is not manifest.This is very like the behavior of my()-scoped variables in nested subroutines, documented above. Under Perl 5.8.0, Apache 2.0.43 the problem does not occur. Is this a known problem? If so, I suggest it be added to the docs. -- Cheers Ron Savage, [EMAIL PROTECTED] on 11/12/2002 http://savage.net.au

Re: Perl Cookbook modperl chapter

2002-12-11 Thread Ron Savage
welcome. Having 2 books which can both be casually, if incorrectly, called The mod_perl Cookbook, is asking for endless (minor) trouble. A distinct name would be a distinct advantage. -- Cheers Ron Savage, [EMAIL PROTECTED] on 12/12/2002 http://savage.net.au/index.html

RE: Cookie-free authentication

2002-12-13 Thread Ron Savage
retry AuthCookieURL. -- Cheers Ron Savage, [EMAIL PROTECTED] on 14/12/2002 http://savage.net.au/index.html

RE: Cookie-free authentication

2002-12-16 Thread Ron Savage
On Fri, 13 Dec 2002 20:19:55 -0800 (PST), Bill Moseley wrote: Hi Bill On Sat, 14 Dec 2002, Ron Savage wrote: Under Apache V 1/Perl 5.6.0 I could not get the Apache::AuthCookieURL option working which munged URLs without requiring cookies. I thought the problem was that Apache::AuthCookie

[mp2.0/Win2K] Compress::Zlib works under /cgi-bin/, not under /perl/

2002-12-18 Thread Ron Savage
[Thu Dec 19 12:32:12 2002] [error] [client 127.0.0.1] [Thu Dec 19 01:32:10 2002] test-zlib.cgi: Debug: Wrote zip file: Module-MakeDist-1.03.zip. at C:/Perl/site/lib/Module/MakeDist.pm line 329., referer: http://127.0.0.1/cgi-bin/test-zlib.cgi -- Ron Savage, [EMAIL PROTECTED] on 19/12/2002 Deakin

[OT] Re: pb with theoryx5 ppms archname

2003-01-29 Thread Ron Savage
=ie=UTF-8oe=UTF-8selm=at9d1c%242apu%241%40arach ne.labyrinth.net.aurnum=5 -- Cheers Ron Savage, [EMAIL PROTECTED] on 30/01/2003 http://savage.net.au/index.html

[MP2] Apache::Reload date bug

2003-02-16 Thread Ron Savage
] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/Apache2/cgi-bin/menu-process-module.cgi line 15., referer: http://127.0.0.1/cgi-bin/menu-process-module.cgi [Sun Feb 16 23:49:41 2003] -e: Apache::Reload: Can't locate C:/Perl/site/lib//CGI/Explorer.pm -- Cheers Ron Savage, [EMAIL

Re: [MP2] Apache::Reload date bug

2003-02-24 Thread Ron Savage
On Wed, 19 Feb 2003 10:04:02 +1100, Stas Bekman wrote: Ron Savage wrote: On Tue, 18 Feb 2003 12:56:38 +1100, Stas Bekman wrote: Hi Folks In endeavouring to reproduce this problem, I've encountered another: main.cgi: -8- #!/usr/bin/perl use strict; use warnings; use CGI; use Dummy

Re: [MP2] Apache::Reload date bug

2003-02-24 Thread Ron Savage
On Tue, 25 Feb 2003 09:40:05 +1100, Stas Bekman wrote: And what your error_log says? Nothing is output to the error_log. -- Cheers Ron Savage, [EMAIL PROTECTED] on 25/02/2003 http://savage.net.au/index.html

Re: [MP2] Apache::Reload date bug

2003-02-26 Thread Ron Savage
/GL video chip. I was aiming for a dual-boot system. Amazing :-(. -- Cheers Ron Savage, [EMAIL PROTECTED] on 27/02/2003 http://savage.net.au/index.html

Re: [MP2] Apache::Reload date bug

2003-02-27 Thread Ron Savage
On Wed, 26 Feb 2003 22:30:51 -0600 (CST), Randy Kobes wrote: On Thu, 27 Feb 2003, Ron Savage wrote: On Wed, 26 Feb 2003 09:23:39 +1100, Stas Bekman wrote: HI Randy The mod_perl 2 ppm package (for ActivePerl 8xx) at http://theoryx5.uwinnipeg.ca/ppms/ is updated periodically with a cvs build

Fwd: Re: [MP2] Apache::Reload date bug

2003-03-01 Thread Ron Savage
--- Original Message --- From: Stas Bekman [EMAIL PROTECTED] To: Ron Savage [EMAIL PROTECTED] Cc: Sent: Sat, 01 Mar 2003 12:47:39 +1100 Subject: Re: [MP2] Apache::Reload date bug Ron Savage wrote: On Tue, 25 Feb 2003 09:40:05 +1100, Stas Bekman wrote: Hi Stas Output when run as /perl/main.cgi

Doc clarifications requested

2003-03-12 Thread Ron Savage
2.0 API. Use !$r-main instead. (a) Is the '!' correct? (b) Should it refer to is_inital_req (c) Would it be possible to add a reference for is_initial_req? -- Cheers Ron Savage, [EMAIL PROTECTED] on 12/03/2003 http://savage.net.au/index.html

Problem with Apache::Authen::Program V 0.92 under WinXP

2003-03-28 Thread Ron Savage
AuthenProgram /Apache2/authen/authen.bat and PerlSerVar AuthenProgram /Apache2/authen/authen.bat in case quotes or a single token (no spaces) made any difference, but no. authen.bat is just: perl /Apache2/authen/authen.pl -- Cheers Ron Savage, [EMAIL PROTECTED] on 29/03/2003 http://savage.net.au

Re: Skipped Tests (was: handler help)

2003-08-03 Thread Ron Savage
returned by $q - url() by %-etc encoding /-etc characters. -- Ron Savage, [EMAIL PROTECTED] on 04/08/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone: +61-3-9251 7067, Fax: +61-3-9251 7604 http://www.deakin.edu.au/~rons

Re: Apache::Reload and INC path partialy working

2003-08-14 Thread Ron Savage
under Win2K and XP. I've been assuming it's a Windows thing. Perhaps the problem lies deeper? Server Version: Apache/2.0.46 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0 -- Ron Savage, [EMAIL PROTECTED] on 14/08/2003. Room EF 312 Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia Phone