Re: $0 problem with mp1

2004-12-02 Thread Stas Bekman
Pratik wrote: I've never used that under mp1, did it actually ever work? Nop, it didn't work. I can see some experimental code which is enabled when compiled with -DPERL_TIE_SCRIPTNAME. but I won't have the time to look at it, until after modperl2 is released. Feel free to look through the code a

Re: $0 problem with mp1

2004-12-01 Thread Pratik
> I've never used that under mp1, did it actually ever work? > Nop, it didn't work. > I can see some experimental code which is enabled when compiled with > -DPERL_TIE_SCRIPTNAME. but I won't have the time to look at it, until > after modperl2 is released. > > Feel free to look through the code

Re: $0 problem with mp1

2004-12-01 Thread Stas Bekman
Pratik wrote: Hi ! I am using Apache/1.3.33 and Mod-Perl 1.29. I have following httpd.conf file. ServerRoot "/home/pvnaik/lab/mp1" Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 DocumentRoot "/home/pvnaik/lab/mp1/htdocs" ErrorLog logs/error_log Port 50505 *0 = "MyApache

$0 problem with mp1

2004-11-27 Thread Pratik
Hi ! I am using Apache/1.3.33 and Mod-Perl 1.29. I have following httpd.conf file. ServerRoot "/home/pvnaik/lab/mp1" Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 DocumentRoot "/home/pvnaik/lab/mp1/htdocs" ErrorLog logs/error_log Port 50505 *0 = "MyApache::Parent";