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

<Perl>
*0 = "MyApache::Parent";
</Perl>
====

Now if I do 'ps', I don't see the new name of the process. Also, I get
segmentation fault if I try to use $0 instead of *0.

Regards,
Pratik

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to