Re: Seg Fault with Apache::Include

2000-09-28 Thread Doug MacEachern
On Wed, 27 Sep 2000, Magnus Erixzon wrote: I am having some problems with Apache::Include. When I include more than one file with it, the httpd seg faults. The script can be as simple as this: #!/usr/bin/perl use Apache::Include (); print "Content-type: text/html\n\n";

Seg Fault with Apache::Include

2000-09-27 Thread Magnus Erixzon
I am having some problems with Apache::Include. When I include more than one file with it, the httpd seg faults. The script can be as simple as this: #!/usr/bin/perl use Apache::Include (); print "Content-type: text/html\n\n"; Apache::Include-virtual('/perl-bin/helloworld');