While testing the links on the new site I've stumbled upon this link:
http://perl.apache.org/jobs.html and was surprised to find out that
there are fresh mod_perl jobs there and while not many, there seem to be
at least one post every few days. So if you didn't know about this
resource, now yo
simran wrote:
>
> Hi All,
>
> I could not find references on how to delete a varaible once set via
> PerlSetVar.
>
> I am setting a global 'PerlSetVar AuthNameExpires +24h' variable in my
> httpd.conf and want to be able to set it back to "expire at end of
> session" for some virtual hosts.
>
Hello,
I've made one site using Embperl (but I think it's not Embperl problem)
for image selling agency. Some time ago their HDD crashed and I had to
restore whole site from older code, which I had. Before it worked just
fine, but now it's not. If I look the page with IE it's OK, but if I use
Net
Hi there,
On Mon, 25 Feb 2002, Viljo Marrandi wrote:
> I've made one site using Embperl (but I think it's not Embperl problem)
> for image selling agency. Some time ago their HDD crashed and I had to
> restore whole site from older code,
Oops. I guess they're doing backups now?
> Before it wo
> And at least as weird problem is with Mac's (though I don't have a mac
> to test it, but clients complain). The whole page is screwed up, tables
> are broken, cookies won't get stored (send?) etc etc.
I haven't looked into it, but I would check to make sure that you're
sending proper linefeeds
> I'm reading my Apache bible and the section on MIME types and my
> question is: Is there a way to modify the htaccess file so that
> regardless of the file requested (".gif", ".wav", ".jpg", etc.) they
> would receive a file recognizable as an html document or a plain
> text file when clicked o
Hello,
I have a computer connected 1) to the Internet served by Apache and mod_perl
and 2) to a local network. I need to be able to see from the 'OUTSIDE' a
file on a computer inside the LAN (not on the server). I try to copy this
file to the server in a 'visible' location.
I can successfully us
> I am using Apache::Session with Postgresql. Unfortunately I had
> never worked with a huge amount of data before I started to program
> something like a (little) web application. I happily packed
> everything in the "session"(s-table) that might be of any use. It
> hit me hard that it takes a ve
>
> more information is at:
>
> http://httpd.apache.org/apreq/
Am I the only one that noticed that the web page thinks 1.0 was released 4
months before 0.33? :-)
News
February 21, 2001 - libapreq-1.0 was released.
June 19, 2001 - libapreq-0.33 was released.
December 23, 2000 - libapreq-0.31_
Hello,
Apologies if this has been asked before; I searched the archives but
couldn't find a reference to this. It's been discussed in the context of
MVC design a while back, but I don't have a solid answer to the following
question: can you call an Apache::ASP page from an Apache::Registry script
Andrew Ho wrote:
>
> Hello,
>
> Apologies if this has been asked before; I searched the archives but
> couldn't find a reference to this. It's been discussed in the context of
> MVC design a while back, but I don't have a solid answer to the following
> question: can you call an Apache::ASP page
Hello,
AH>...can you call an Apache::ASP page from an Apache::Registry script?
AH>Couched in MVC terminology, can I forward control from a .pl controller
AH>to a .asp template, and pass arguments in a natural way?
JC>The safest thing to do right now would probably be to do an external
JC>redirec
At 03:27 PM 2/25/2002, Radu Caulea wrote:
>I can successfully use unc filename in plain perl (copying files between
>computers). (NT 4 or 2000)
>The same code doesn't work in mod_perl. Do I need to configure something in
>Apache or mod_perl to be able to see remote files as
>\\computername\g$\fil
Thanks Geoff.
What you have suggested can solve the problem... i'm however, preferably
looking at deleting a set var via my apache config file, and don't have
a '$r' /request_object available there.
Doug et al, can i please suggest the addition of a:
* PerlDelVar or PerlUnsetVar
to delete/u
Announcing the release of Bricolage 1.2.1. This version is primarily a
maintenance release with many bug fixes. It does offer one major new
feature, however. Configuring Bricolage in your Apache server has become
much simpler with the introduction of the new Bric::App::ApacheConfig
module. Using t
A new version (1.38) of OpenInteract has been released to CPAN.
OpenInteract is an extensible web application server built on
Apache, mod_perl, the Template Toolkit and SPOPS object persistence.
This is a fairly minor upgrade: you can now cache user, group and
theme objects in a user session, whi
Doh!
Sorry, that's just "Bricolage 1.2.1", not "Bricolage-Devel." That's what
I get for not looking things over carefully enough!
Regards,
David
--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.whee
As an exercise studying mod_perl I am trying to see how could the MVC
pattern be implemented. I've thought a possible approach would be to
write the model using normal Perl classes, and controllers and views
with Apache modules.
I suppose that controllers would use internal redirects to call the
On Tue, 26 Feb 2002, F. Xavier Noria wrote:
> I suppose that controllers would use internal redirects to call the
> views, is there a way to pass Perl data this way? For example, in the
> hangman game in O'Reilly's book a controller would load a session from
> the cookie, process user's guest, m
19 matches
Mail list logo