Embperl/2.0b6 returns httpd/unix-directory instead of index.phtml

2003-09-15 Thread Jason Bodnar
version that didn't have this problem? Here's my apache info just in case: Apache/1.3.27 (Unix) (Red-Hat/Linux) Embperl/2.0b6 mod_ssl/2.8.12 OpenSSL/0.9.6b mod_perl/1.28 Thanks, Jason -- Jason Bodnar [EMAIL PROTECTED] http://www.shakabuku.org "You want free speech? Let's see y

Embperl only displaying

2005-04-01 Thread Jason Bodnar
mp/embperl-jbodnar.log SetEnv EMBPERL_DEBUG 10477 SetEnv EMBPERL_VIRTLOG /embperl/log When I try to load a page with just text, no Embperl tags, no HTML I get: I don't get any links to the Embperl virtlog nor do I get a debug file in /tmp as I specified. Any ideas? -- Jason Bodnar [EMAIL

RE: Two feature requests

2000-03-23 Thread Jason Bodnar
/tfr.cafe.ee/ >==< >> +1-504-4467425 >==-- >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > --

RE: Segfault with Embperl, Apache::Session

2000-04-13 Thread Jason Bodnar
n >> Fault (11) >> >> > > Any chance to get a stack backtrace from gdb? Is mod_perl link staticly into > Apache or loaded as DSO? If the second, than upgrade to mod_perl 1.22 If you tell me what to do I'll try to get a stack backtrace. mod_perl is staticly linked

Re: Segfault with Embperl, Apache::Session

2000-04-13 Thread Jason Bodnar
> cc compiler used. Used gcc 2.8.0 for everything. > > Mark > > Jason Bodnar wrote: > >> Trying to use Apache::Session with Embperl 1.2.1, mod_perl 1.21, Apache >> 1.3.9. >> I've got this running on another machine just fine with the exact same setup &

RE: Segfault with Embperl, Apache::Session

2000-04-13 Thread Jason Bodnar
gt;> > > http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_with_a_SIGxxxx > _ > > Gerald -- Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems Love isn't hopeless. Look, maybe I'm no expert on the subject, but there was one time I got it right. -

Re: Segfault with Embperl, Apache::Session

2000-04-13 Thread Jason Bodnar
The binaries on both boxes are the same. They get rdist'd out from one machine every night. I'm going to rebuild the latest versions of everything on the 2.7 machine tomorrow and see if that makes a difference. At 10:57 PM 4/13/00 -0400, Mark Imbriaco wrote: >On Thu, 13 Apr 2000,

Segfault with Embperl, Apache::Session

2000-04-13 Thread Jason Bodnar
[Thu Apr 13 14:51:23 2000] [notice] child pid 14373 exit signal Segmentation Fault (11) -- Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems Homer: Well, the evening began at the Gentleman's Club, where we were discussing Wittgenstein over a game of backgammon. Scully: Mr. Si

SOLVED: Segfault with Embperl, Apache::Session (piece of %@#!*)

2000-04-14 Thread Jason Bodnar
s in EMBPERL_SESSION_ARGS. Or maybe I should just get off my butt and make a patch. -- Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems Homer: We always have one good kid and one lousy kid. Why can't both our kids be good? Marge: We have three kids, Homer.

Re: Embperl+mysql?

2000-09-11 Thread Jason Bodnar
Embperl, DBI, mod_perl and PHP don't play together nicely when mod_perl and PHP are built as DSOs. There are namespace issues in some libraries. You'll either need to build one of them staticly or use two seperate apaches and proxypass one to the other. On Mon, 11 Sep 2000, Antti Linno wrote: >

auto-selecting OPTION not working

2002-05-20 Thread Jason Bodnar
$fdat{category} +] [$ foreach $category (@{CATEGORIES()}) $] [+ $category +] [$ endforeach $] The [+ $fdat{category} +] results in: Collateral and Collateral is in the SELECT list. In my conf file I have: PerlSetEnv EMBPERL_OPTIONS 2064 I tried setting it to 16 as well. -- Jason Bodna

variable containing   is output literally as  

2002-12-30 Thread Jason Bodnar
I have the following code in my empberl document: [- $rw->{$field} =~ s/\s+/ /g -] [+ $rw->{$field} +] And when displayed in the browser I see: 2002-07-30 18:24:02 How can I make   be a non-breaking space? Is there an option I need to turn on or off? I'm using 1.3.4. Thanks