Re: public and private code branch

2001-12-21 Thread erik
the .epl page which Executes the .epf and .epb's. Given that .epf and .epb outnumber .epl in our source try by something like 20:1 a single "hidden" directory wouldn't buy us too much. Might not apply to your situation, but it /is/ another alternative. Erik -

Re: Embperl and xemacs

2002-02-06 Thread erik
On Wed, Feb 06, 2002 at 08:58:45AM +0100, gerhard.egger wrote: > Dear Gus, > > this really helped me! > > i added to my .xemacs-custom file: Are there perhaps 2 different mmm-modes? I've never been able to download the one mentioned in the Embperl docs (bad link). I'm using the mmm-mode from

Re: file not found error message

2002-02-06 Thread erik
ll still serve up all the other files out there - it only loses a single file at a time. Usually it's losing a .pm (I'm not sure if I've seen it lose an Embperl page). apache 1.3.22 mod_perl1.26 mod_ss

Re: Embperl and xemacs

2002-02-06 Thread erik
s crappy extra window dressings) to get syntax highlighting in mmm-mode. That said, mmm-mode makes it worthwhile to actually put up with the X version. Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Execute() offline

2002-03-05 Thread erik
ot asking. But Embperl immediately assumes it should call Apache->request() if Apache is loaded. Is there any way around this? I'd rather not refactor the other module, but if there's no way to keep Embperl behaved I won't have any choice. Erik -

Re: Execute() offline

2002-03-05 Thread erik
if (exists $INC > > to > elsíf ($ENV{MOD_PERL}) > > Let me know if this works for you, so I could try to make Embperl 2 behave > better in the future Yep. This works like a charm. Now I just have to decide whether or not to run with a c

Re: Execute() offline

2002-03-05 Thread erik
Purely worrying about pilot error over here. Thanks again, Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't make a clean break (fork)

2002-10-31 Thread erik
ion, tty, etc. The chdir / is also a good idea. here's the sequence I use, setting $0 is optional: chdir "/"; $0=$name; close STDOUT; close STDERR; close STDIN; POSIX::setsid(); # this takes care of controlling terminals Erik

RE: A newbie question. -

2001-04-04 Thread Erik Arneson
les, most of the time. So I guess you could say I keep all of my subroutines in other files. :) -- # Erik Arneson <[EMAIL PROTECTED]> Web Engineer # # Mobile: 541.840.3100 GPG Key ID: 1024D/0A2C3C5E # # Office: 541.774.5391<http://ww

Re: Bizarre server log entries

2001-07-19 Thread Erik Arneson
never been a file of this name on my server... > it looks like some kind of buffer overrun attempt, doesn't it? Could the > codes at the end be the buffer overrun exploit? Yep, I'm getting hit with a bunch of these, too. Eleven of them so far today. Could it be some kind of atta