Re: Undefined synbol embperl_module with Debian packages (was: Configuration Setup)

2004-04-24 Thread Angus Lees
> Marco Scoffier wrote: > > The libembperl-perl package for debian is broken? [...] > > but I get the same error when I try to load a version of embperl I > > compiled myself into the debian packaged apache-perl : > > > > Syntax error on line 27 of /etc/apache-perl/modules.conf: Can't > > loc

Re: Segfaults

2004-04-24 Thread Beau E. Cox
On Saturday 24 April 2004 02:00 am, Gerald Richter wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > >> 1) are core dumps automatically generated by seqfaults? If not, > >> how do I have Apache generate them? > > > > Sounds like you're looking for this: > > http:/

Re: Segfaults

2004-04-24 Thread Gerald Richter
Perrin Harkins wrote: > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: >> 1) are core dumps automatically generated by seqfaults? If not, >> how do I have Apache generate them? > > Sounds like you're looking for this: > http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Fau

Re: Directory Index

2004-04-24 Thread Gerald Richter
  Hi,     Add a like shown below. This cause Apache to make a redirect to your index file first before Embperl will handle it.   > > > DocumentRoot "/path/to/site"> ServerName test.mydomain.com> DirectoryIndex index.html> > Embperl_AppName embperl_test_mydomain_com> Embperl_Object_Base bas