Re: Testing 2.x with production 1.x code

2003-06-28 Thread Angus Lees
At Wed, 25 Jun 2003 12:55:43 -0500, Neil Gunton wrote: > To take just one example, in my current site I call > $req_rec->update_mtime() to set the modification time for the page, > whereas in 2.x you have to have something like > $req->apache_req->update_mtime(). [...] > How hard would it be to inc

Re: Testing 2.x with production 1.x code

2003-06-28 Thread Neil Gunton
Gerald Richter wrote: > as long as you don't use any of the new features of Embperl 2, you should be > able to create code that works under 1.3 and 2.0 (I have done this in the > past, now I only using 2.0). This is very good to know, because now any problems I have can be looked at as simple bugs

Re: DirectoryIndex not working

2003-06-28 Thread Christian Frantsen
On Sat, 28 Jun 2003 00:05:51 +0200, Gerald Richter <[EMAIL PROTECTED]> wrote: Im running Apache 2.0.46, mod_perl 1.99_09, perl 5.6.1 (RedHat Enterprise ES Package), Embperl 2.0b9 With the configuration below i get a 404 when I should get index.html back, if I remove the Embperl configuration it w