mod_perl jobs at http://perl.apache.org/jobs.html

2002-02-25 Thread Stas Bekman
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

Re: Deleting a PerlSetVar variable

2002-02-25 Thread Geoffrey Young
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. >

Weird (unwanted) text on page

2002-02-25 Thread Viljo Marrandi
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

Re: [OT] Weird (unwanted) text on page

2002-02-25 Thread Ged Haywood
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

Re: Weird (unwanted) text on page

2002-02-25 Thread Andy Lester
> 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

Re: htaccess and mime types

2002-02-25 Thread Geoffrey Young
> 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

nt, unc file names

2002-02-25 Thread Radu Caulea
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

RE: Apache::Session

2002-02-25 Thread Rob Bloodgood
> 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

RE: [ANNOUNCE] libapreq 1.0 released [OT?]

2002-02-25 Thread Rob Bloodgood
> > 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_

Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Andrew Ho
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

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Joshua Chamas
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

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Andrew Ho
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

Re: nt, unc file names

2002-02-25 Thread William A. Rowe, Jr.
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

Re: Deleting a PerlSetVar variable

2002-02-25 Thread simran
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

ANNOUNCE Bricolage-Devel 1.2.1

2002-02-25 Thread David Wheeler
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

[ANNOUNCE] OpenInteract 1.38 released

2002-02-25 Thread Chris Winters
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

Re: ANNOUNCE Bricolage-Devel 1.2.1

2002-02-25 Thread David Wheeler
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

how to pass data in internal redirects?

2002-02-25 Thread F . Xavier Noria
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

Re: how to pass data in internal redirects?

2002-02-25 Thread Igor Sysoev
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