Getting multiple HTTP replies returned to the client. They
get a form and followig it an 'access denied' message from
Apache.
The examples I've seen of login_form code use a simple print to
get things on the screen (e.g., Apache::AuthTicket).
I've tried this and various combinations of sending t
Ged Haywood wrote:
> Hi there,
>
> On Thu, 6 Dec 2001, Lance Uyehara wrote:
>
>
>>ErrorLog syslog
>>
>
> Are you sure you want to do this?
>
>
>>How do I get the warnings when syslog is used?
>>
>
> There are some tips in Stas Bekman's new book, not yet published
> (you'll have to become a
Hi there,
On Thu, 6 Dec 2001, Lance Uyehara wrote:
> ErrorLog syslog
Are you sure you want to do this?
> How do I get the warnings when syslog is used?
There are some tips in Stas Bekman's new book, not yet published
(you'll have to become a reviwer:) and you will find some help in the
guide
On Thu, Dec 06, 2001 at 02:11:28PM -0800, Lance Uyehara wrote:
> I am using apache+mod_perl and have:
>
> ErrorLog syslog
> PerlWarn On
>
> However the warning don't come out. If I change to "ErrorLog
> /var/log/logfile" or something similar then the warning start appearing. How
> do I get the w
I am using apache+mod_perl and have:
ErrorLog syslog
PerlWarn On
However the warning don't come out. If I change to "ErrorLog
/var/log/logfile" or something similar then the warning start appearing. How
do I get the warnings when syslog is used?
Thanks,
Lance
The uploaded file
Apache-MSIISProbes-1.08.tar.gz
has entered CPAN as
file: $CPAN/authors/id/T/TO/TONKIN/Apache-MSIISProbes-1.08.tar.gz
size: 6980 bytes
md5: 60d5f57a3475391b5c209585611b5257
This release extends the configurability of the module's noise level: you
can choose to onl
On Thu, Dec 06, 2001 at 12:55:25PM -0800, Andrew Ho wrote:
> Hello,
>
> PL>That's the price you pay for this functionality. Because we use
> PL>Apache's native file serving code we need a url->directory mapping
> PL>somewhere.
> PL>
> PL>Of course you don't need to make the entire docroot writab
Hello,
PL>That's the price you pay for this functionality. Because we use
PL>Apache's native file serving code we need a url->directory mapping
PL>somewhere.
PL>
PL>Of course you don't need to make the entire docroot writable, just the
PL>directory corresponding to your script.
Apologies if thi
On Thu, 6 Dec 2001, Paul Lindner wrote:
> On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote:
> > At 08:19 AM 12/06/01 -0800, Paul Lindner wrote:
> >
> > Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
>
> Apache::CacheContent gives you more control over the c
Basel, Donnerstag, 6. Dezember 2001, 20:39:06
.
Hello
I'm just in some considerations for data handling using mysql. I can
not decide if I should work directly with sql statements near the
displaylogic (as I like sql, simple and quick) or if I should build
s
On Thu, Dec 06, 2001 at 10:47:35AM -0800, Bill Moseley wrote:
> >> Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
> >
> >Apache::CacheContent gives you more control over the caching process
> >and keeps the expiration headers from leaking to the browser.
>
> Ok, I see.
>
At 10:33 AM 12/06/01 -0800, Paul Lindner wrote:
>On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote:
>> At 08:19 AM 12/06/01 -0800, Paul Lindner wrote:
>>
>> Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
>
>Apache::CacheContent gives you more control over the
On Thu, 6 Dec 2001, Paul Lindner wrote:
> On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote:
> > At 08:19 AM 12/06/01 -0800, Paul Lindner wrote:
> >
> > Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
>
> Apache::CacheContent gives you more control over the cac
On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote:
> At 08:19 AM 12/06/01 -0800, Paul Lindner wrote:
>
> Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
Apache::CacheContent gives you more control over the caching process
and keeps the expiration headers from
On Thu, 6 Dec 2001 08:19:09 -0800
Paul Lindner <[EMAIL PROTECTED]> wrote:
> I've attached a README below. To download it go to
> http://www.modperlcookbook.org/code.html
Nice one. here's a patch to make the sample code work :)
--- CacheContent.pm~Thu Dec 6 22:11:35 2001
+++ CacheContent.
On Thu, 06 Dec 2001 10:04:26 -0800
Bill Moseley <[EMAIL PROTECTED]> wrote:
> BTW -- I think where the docs are cached should be configurable. I don't
> like the idea of the document root writable by the web process.
Maybe:
Alias /cached /tmp/cache
--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>
On 6 Dec 2001, David Shrewsbury wrote:
> Solved it... apparently, if you upgrade CGI.pm while your web
> server is running, a restart is not good enough. You have to
> shutdown completely and then start it back up.
yeah, especially if you're using mod_perl and have pre-loaded modules at
server s
At 08:19 AM 12/06/01 -0800, Paul Lindner wrote:
Ok, hit me over the head. Why wouldn't you want to use a caching proxy?
BTW -- I think where the docs are cached should be configurable. I don't
like the idea of the document root writable by the web process.
Bill Moseley
mailto:[EMAIL PROTECT
On Thu, 6 Dec 2001, Luciano Miguel Ferreira Rocha wrote:
> * have on cd apache with mod_perl and postgresl in installable form with
> your data. Or have them already installed on the cd. The problem here is
> that the source for your entire site will have to be distributed too
> and availab
> I would like to propose a new Apache module before I send it off to
> CPAN. The name chosen is Apache::CacheContent.
This is very cool. I was planning to write one of these, and now I don't
have to. Your implementation is short and interesting. I was planning to
do it with a PerlFixupHandle
On Thu, Dec 06, 2001 at 04:58:31PM +0300, alexis@kubic wrote:
> Hello All,
>
> I have a problem with configuring Apache from mod_perl.
>
> Descriptions of all virtual host i've got from MySQL DB.
>
> And in cycle wrote:
>
[snip]
>
> And all well (all works!), but when rebooting an apache (apac
OpenFrame 2.06 has just been uploaded to CPAN.
OpenFrame is a Perl Application framework that coexists
nicely with mod_perl.
We had lots of helpful feedback from the last release which
has been bundled into this one, along with several other
improvements.
The OpenFrame website is running at ht
Solved it... apparently, if you upgrade CGI.pm while your web
server is running, a restart is not good enough. You have to
shutdown completely and then start it back up.
*Sigh*
-David
On Thu, 2001-12-06 at 10:43, David Shrewsbury wrote:
Hey gang,
I just upgraded the CGI.pm perl mo
On Thu, Dec 06, 2001 at 11:01:09AM -0500, Chris Pizzo wrote:
> Im looking for a way to create an "installable" version of my wesite to
> distribute to customers that don't have web access. The site basically
> shows the inventory I have and uses a postgres database and mod perl to show
> the prod
Dave Hodgkinson <[EMAIL PROTECTED]> said something to this effect on 12/06/2001:
> Whatever happened to the widget subproject that span out of the
> modperl list a few months ago?
http://www.officevision.com/pub/Widget/
Not too active lately:
http://sourceforge.net/project/stats/?group_id=27958
Hi,
I would like to propose a new Apache module before I send it off to
CPAN. The name chosen is Apache::CacheContent.
It's pretty generic code, and is intended to be subclassed. It
handles the gory details of caching a page to disk and serving it up
until it expires.
It's derived from work
>
> Advance ordered via Amazon.com! Actually I did it awhile ago when I
> first found out that there was a new mod_perl.
cool.
BTW, if you do pre-order, following the amazon link from our homepage
results in a little extra for us authors (which helps pay for things
like domain registration fe
At 10:56 AM -0500 12/6/01, Geoffrey Young wrote:
>Stas Bekman wrote:
>>
>> SAMS will publish the new mod_perl Developer's Cookbook by Geoffrey
>> Young, Paul Lindner and Randy Kobes in January, 2002. You can find more
>> info at http://www.modperlcookbook.org/.
>>
>> Great work guys!
>
>thanks for
Hi
I haven't used the -P switch too much, but it occurred to me that it
might be helpful to use a preprocessor to handle some things [if (
$DEBUG ) {}] instead of relying on run-time logic.
Can anyone say anthing meaningful about the interaction of this switch
and mod_perl handlers? Is there som
Im looking for a way to create an "installable" version of my wesite to
distribute to customers that don't have web access. The site basically
shows the inventory I have and uses a postgres database and mod perl to show
the product sorted in the manner that the user wants to see it. Can someone
Stas Bekman wrote:
>
> SAMS will publish the new mod_perl Developer's Cookbook by Geoffrey
> Young, Paul Lindner and Randy Kobes in January, 2002. You can find more
> info at http://www.modperlcookbook.org/.
>
> Great work guys!
thanks for the mention Stas - a bit ahead of schedule but apprecia
Hey gang,
I just upgraded the CGI.pm perl module to 2.78 (don't know what the old
version was) and now none of my scripts running under Apache::Registry
are working. Instead of executing the scripts, I'm prompted to save the
script. Here is a sample script:
#!/usr/bin/perl
use CGI qw/:sta
Hello All,
I have a problem with configuring Apache from mod_perl.
Descriptions of all virtual host i've got from MySQL DB.
And in cycle wrote:
$VirtualHost{"$row[0]:80"} = {
ServerName => "$row[0]",
DocumentRoot => "$root/www",
ErrorLog => "$root/logs/error_log",
CustomLog
0.04 has a problem in Makefile.PL (CVS replaces $Log: with his RCS
keyword, Crap!). Now 0.05 is uploaded or can be fetched from:
http://bulknews.net/lib/archives/Log-Dispatch-Config-0.05.tar.gz
On Thu, 06 Dec 2001 19:01:34 +0900
Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote:
> Log::Dispatch::C
Log::Dispatch::Config provides a way to configure Log::Dispatch
with AppConfig style config file format. newest version 0.04 has
done whole architecture redesign (subclassing, kickout messy
closure), and now is on its way to CPAN.
0.04 Thu Dec 6 18:33:50 JST 2001
* --- API change (with
Medi Montaseri <[EMAIL PROTECTED]> writes:
> You can also use the tie() feature of Perl to abstract read/write to
> database. In fact you can write a pretty flexible module to figure out
> many things, such as table name, col name, etc...
I'm a HUGE fan of Tie::DBI for dealing with little looku
36 matches
Mail list logo