Gunther Birznieks wrote:
>
> Just wondering who all from mod_perl is going to ApacheCon/Europe next week
> and are there any plans to get together like there was at PerlCon.
I'm going to be there. Some kind of get together would be cool. I'd
like to hear about what other people are working on.
Hi all,
I have just created a SourceForge project for AuthCookie. If you are
interested, you can access the project at
http://sourceforge.net/projects/ap-authcookie/ . All previous releases
are there, and I have imported the CVS tree too.
Moving the project to SourceForge gives several benefits
Just wondering who all from mod_perl is going to ApacheCon/Europe next week
and are there any plans to get together like there was at PerlCon. I missed
PerlCon unfortunately.
__
Gunther Birznieks ([EMAIL PROTECTED])
eXtropia - The Web Technology C
On Tue, 17 Oct 2000, John Saylor wrote:
> From: "Ian Frawley" <[EMAIL PROTECTED]>
> > Is it not just possible through a perl module as I am not very clued
> > up on digital certificates.
> Well, you have to have some credentials- and if it's not a cookie [bad
> idea anyway], and if it's not a use
On Wed, 18 Oct 2000, Adi wrote:
> Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN?
> They may not be of direct help if you've already got a home-grown XML transport
> protocol, but it might give you some good ideas. And, it may save you lots of
> time in the long run
Have you looked at SOAP::Lite and the rest of the SOAP:: hierarchy on CPAN?
They may not be of direct help if you've already got a home-grown XML transport
protocol, but it might give you some good ideas. And, it may save you lots of
time in the long run if you can convert your home-grown XML sy
Does anyone have a set of procedures to install Mod_perl, Apache,
Postgres, DBI, DBI.pm, and anything
else needed to make Modperl talk to a postgres database. I'm new to
Linux and Mod_perl, and I've
followed all the setup procedures I can find to do this, but I still
cannot get a database connect
I should also have mentioned:
I am using perl 5.6.0, Linux 2.2.x
I used the same perl / os for both apache1.3.12/mod_perl 1.24, and apache
1.3.14/mod_perl 1.24_01.
Mike
I have had an application working under apache 1.3.12/mod_perl 1.24 for several
months now with no problems.
I am currently trying to make the jump to apache 1.3.14/mod_perl 1.24_01 (since
mod_perl 1.24 will not easily build agains 1.3.14). When I do this, and then
try to start apache, it goes i
I installed mod_perl 1.24 successfully ( the web server used is apache 1.3.9
and perl 5.004-4 ). No errors during configure, make , make test or make
install. I added the loadmodule and addmodule lines to httpd.conf. But when I
started the apache I get the following error message:
"Starting htt
META
Hi Ged,
why are you answering me directly and not through the list?
/META
G.W. Haywood wrote:
>
> On Wed, 18 Oct 2000, Ernest Lergon wrote:
>
> > but how does it fit in the idea of shared modules in mod_perl?
>
> Shared memory, not shared events.
>
I have to think about th
G.W. Haywood wrote:
>
> On Wed, 18 Oct 2000, Ernest Lergon wrote:
>
> > 1) Our apache is running 20 childs. A perl module is loaded via
> > startup.pl. On shutdown of apache the END block of this module is called
> > 20 times and not only 1 time as I expected. Why?
>
> Because each child is its
On Wed, 18 Oct 2000, Roger Espel Llima wrote:
> It looks to me like perl.apache.org is explicitly blocking wget
> requests. If I do the request manually with netcat, sending the same
> headers wget sends, it fails:
Why is wget considered so evil?
--
"The number of Unix installations has grow
Hello!
I' m using AuthCookie for authentication, but I would like to use all the
normal authorization possibilities in .htaccess files (especially 'require
group', and ).
Do I have to implement all the handling of .htaccess directives in my
AuthCookie-derived module? Is it possible to ask the
<[EMAIL PROTECTED]> wrote:
> Why can't I download it with wget?
>
> [root@wakko /root]# wget http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz
> --15:56:47-- http://perl.apache.org:80/dist/mod_perl-1.24_01.tar.gz
>=> `mod_perl-1.24_01.tar.gz'
> Connecting to perl.apache.org:80... c
We always had that, but I guess I solved it, it was the
MaxRequestsPerChild directive on apache's httpd.conf , I set it to 10 and
the problem was gone, may be it was because the childs grown up too much,
up to 26M, now the max grow up size is 7M.
Thanks anyway.
--
Would it make sense to allow anonymous subroutines as handlers only if
ExecCGI is turned on for a given directory? (Likewise, allow handlers
only in modules residing in system directories unless ExecCGI is turned
on?)
--
Richard Goerwitz[EMAIL PROTECTED]
Dear list members, dear Doug,
it seems to me, that my initial mail of this thread was to long to read
and to be answered - especially because the questions are in the last
paragraph far down below and need scrolling of the message text ;-))
Ok, I'll try to split it up in bite-sized pieces:
1)
Randy,
Thanks ... & I'll try that.
- Vaughn
- Original Message -
From: Randy Kobes <[EMAIL PROTECTED]>
To: vaughn_staples <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, October 18, 2000 9:14 AM
Subject: Re: Mod Perl Startup Question
On Wed, 18 Oct 2000, vaughn_staples
On Wed, 18 Oct 2000, vaughn_staples wrote:
> I'm having trouble getting Apache & Modperl to run on an NT machine.
> When I attempt to launch Apache using a console window, I receive the
> following message:
>
>"Syntax error on line 205 of c:/apache/conf/httpd.conf:
>Cannot load c:/apache
Hi,
Thanks for those who responded to my request.
In response to something someone suggested - when i tried using Apache::DBI - there
was no difference whether or not I was using it.
I set up a new Apache/mod_perl installation to see if the problem stayed.
My old set up was mod_perl 1.21 + Apa
> "darren" == darren chamberlain <[EMAIL PROTECTED]> writes:
darren> Clayton Mitchell ([EMAIL PROTECTED]) said something to this effect:
>> I then noticed that URI's of directories lacking a trailing '/' were not
>> being redirected in the browser and so relative links started to break.
darr
I'm having trouble getting Apache & Modperl to run on an NT machine.
When I attempt to launch Apache using a console window, I receive the
following message:
"Syntax error on line 205 of c:/apache/conf/httpd.conf:
Cannot load c:/apache/modules/ApacheModulePerl into server:
(126) The spe
> -Original Message-
> From: Daniel Hutchison [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 17, 2000 3:49 PM
> To: [EMAIL PROTECTED]
> Subject: PerlAuthenHandler and DBI:
>
>
> While the behaviour seems correct from the browser, I am
> getting errors in
> the error_log that may
Clayton Mitchell ([EMAIL PROTECTED]) said something to this effect:
> I then noticed that URI's of directories lacking a trailing '/' were not
> being redirected in the browser and so relative links started to break.
In your handler subroutine, do something like:
return DECLINED if ($r->cont
Hi Greg,
the name sounds good to me. I would be happy if you send me a copy, so I can
take a (because of my limited time) short look how it may fit with Embperl's
session management
Thanks
Gerald
-
Gerald Richterecos electronic co
"Alexander Farber (EED)" <[EMAIL PROTECTED]> writes:
> David Hodgkinson wrote:
> > There are plenty of counter examples floating around. Mostly involving
> > moving log files away then doing a graceful restart.
>
> Maybe this is useful:
> http://www.modperl.com/perl_conference/cool_tricks/handou
Gunther Birznieks wrote:
>
> I like the name as it works well with our naming (SessionManager, Session
> hierarchy) so I can probably write a wrapper that assumes your
> SessionManager is embedded in Apache and it's not confusing for our users
> who want to configure our apps to use your session
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b6.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b6.tar.gz
size: 300443 bytes
md5: a57165c6a75b3c8d33ca8b2833c671fc
Embperl is a module for embedding Perl code in HTML pages. See
http:/
29 matches
Mail list logo