mp1, mp2 on same server?

2006-02-26 Thread Diona Kidd
Quick question. I hope this hasn't been asked a million times already. If I want to run mp1 and mp2 on the same web server, I'm guessing I'll need different perl trees. Is there anything I should be concerned with in a setup like this? Memory issues or anything of the sort? For instance, apache

OT: Re: Fw: remove me from the list

2005-12-21 Thread Diona Kidd
What's with the mass exodus? Michael Lettre wrote: List Who ever is in charge of this list please REMOVE me. Thanks mike lettre

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-15 Thread Diona Kidd
Are you loading mod_perl.so as a DSO? I understand Apache 1.3.x has issues with mod_perl as a DSO. I'm not a core developer, but I hope this helps. I have had no issues running mod_perl statically compiled into Apache 1.3.x Your kernel version doesn't raise any alarms for me.

Re: Mason and mod_rewrite

2005-12-08 Thread Diona Kidd
e around in your configs and actually be able to test out various requests to the server, most of the 'I KNOW WHATS WRONG' stuff is all mostly just speculation. Good luck, -E Diona Kidd (2005-12-07, 18:01): correction. http://myserver.com/spanish/* gets rewritten to http://myserv

Re: Mason and mod_rewrite

2005-12-07 Thread Diona Kidd
correction. http://myserver.com/spanish/* gets rewritten to http://myserver2.com/* Diona Kidd wrote: I hope that someone will take the time to read this and help. I'm a bit stumped. If I've posted this to the incorrect list, please advise. This seems to be some combo of mod_perl,

Mason and mod_rewrite

2005-12-07 Thread Diona Kidd
pd/html/myserver/webroot" PerlSetVar MasonDataDir "/home/httpd/html/myserver/mason" -- Any ideas? Thanks in advance, Diona Kidd