Re: irc

2001-12-27 Thread Philippe M. Chiasson
On Wed, Dec 26, 2001 at 11:07:46PM -0800, brian moseley wrote: On Wed, 26 Dec 2001, Philippe M. Chiasson wrote: I am usually on rhizomatic, and #mod_perl sounds pretty good to me. there's folks on both #mod_perl and #modperl. let's drop #mod_perl, cos the other is easier to type.

how to access the perl file from palm top

2001-12-27 Thread SubbaReddy M
Hello Gurus, I have apache with mod-perl env. on Redhat linux 6.2 and mysql as backend. Written perl script that fetch the data from mysql database and generate the dynamic page to view from PC based browser. #!/usr/bin/perl -w use CGI qw(:standard); use DBI; $driver = mysql;

Apache::Cookie-expires under Windows

2001-12-27 Thread Alexei Danchenkov
Hi, All, I posted a message on the subject a little earlier, but apparently I need to learn more. The Apache::Cookie-expires as below adds unwanted information (header dump attached) to the date and subsequently does not want to bake ($cookie-bake). This is the code: my $cookie =

mod_accel reverse proxying?

2001-12-27 Thread Philip Mak
Does mod_accel have a reverse proxying directive (similar to the ProxyPassReverse directive in mod_proxy) in order to make redirects work? I believe the AccelPass directive automatically handles reverse proxying, but what if I used RewriteRule instead: RewriteRule ^(.*)\.asp$

Re: PerlEditor - Freeware or Trialware

2001-12-27 Thread Franck PORCHER
or 'vim', as a matter of personnal preferences, and like Emacs, part of any Linux distibution. On Tue, 25 Dec 2001, Chris Jones wrote: Anand Ratnasabapathy wrote: Can any one help me with a Nice Editor for working on Perl-cgi, Emacs. http://www.gnu.org/software/emacs/emacs.html

Re: mod_accel reverse proxying?

2001-12-27 Thread Igor Sysoev
On Thu, 27 Dec 2001, Philip Mak wrote: Does mod_accel have a reverse proxying directive (similar to the ProxyPassReverse directive in mod_proxy) in order to make redirects work? Yes, AccelPass automatically handles reverse proxying in Location and Refresh headers. I believe the AccelPass

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 01:23:14 Modified:pod modperl_dev.pod Log: - the help section has moved to its own document at docs/devel/help/help.pod Revision ChangesPath 1.48 +0 -146modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:10:04 Modified:pod modperl_dev.pod Log: 'make test' features now all live in the writing_tests document Revision ChangesPath 1.49 +2 -98 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-12-27 Thread stas
stas01/12/27 03:50:22 Removed: pod modperl_dev.pod Log: - modperl_dev has been split into a few documents: - user/config/config.pod - user/install/install.pod and ceased to exist

cvs commit: modperl-2.0/pod .cvsignore modperl_2.0.pod modperl_design.pod

2001-12-27 Thread stas
stas01/12/27 04:02:47 Added: src/docs/2.0/user/overview overview.pod src/docs/2.0/user/design design.pod Removed: pod .cvsignore modperl_2.0.pod modperl_design.pod Log: - move docs from ./pod to docs/user/appr dir/ - ./pod dir is a goner, all docs

cvs commit: modperl/Apache Apache.pm

2001-12-27 Thread cholet
cholet 01/12/27 07:44:33 Modified:Apache Apache.pm Log: document current_callback() Revision ChangesPath 1.65 +9 -0 modperl/Apache/Apache.pm Index: Apache.pm === RCS file: