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
> 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
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
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";