Re: Redirection Location MUST be absolute (was Re: Send a cookie,AND a redirect ?)

2001-02-09 Thread Tony Demark
Let me bring this back to mod_perl for a sec: If a CGI script sends out a Location: header that doesn't begin with a protocol (like http: or ftp:), then it's an *internal* redirect. For an internal redirect, the browser never sees the transaction. The web server just does a "goto", picking up

[JOB] Sr Web Developers

2000-12-18 Thread Tony Demark
] Thanks, Tony Demark Chief Technology Architect GoodCompany 446 North Lane Conshohocken, PA 19428 (610) 818 - 1700

Re: User-Agent: contype

2000-08-01 Thread Tony Demark
If I am to believe AltaVista, it looks like a "free Perl CGI script that sends a requested file using user supplied MIME content type[s]". URL: http://lambda.nic.fi/~ktmatu/contype/ - Tony In message [EMAIL PROTECTED], horape@tinuviel. compendium.com.ar writes: =A1Hola! I've started getting

Re: Hanging processes SOLVED!

1999-12-16 Thread Tony Demark
That got it. I cannot thank you enough. The sites are smokin' now. Recap for interested parties: * Solaris 2.7 * mod_perl 1.21 Observed bugs: * occassional httpd processes stop responding * they stay in 'run' state (via 'top') * only print 'brk(...)' on

Re: Hanging processes [LONG with debugging output]

1999-12-15 Thread Tony Demark
In message [EMAIL PROTECTED], Doug MacEac hern writes: (gdb) longmess at /opt/local/perl/Apache/Constants.pm line 19 Apache::Constants::AUTOLOAD() called at /opt/local/perl/Apache/Regis try hmm, add this to .gdbinit: define perl_get_sv set $sv = perl_get_sv($arg0, 0) printf

Re: Hanging processes

1999-12-14 Thread Tony Demark
/.gdbinit (gdb) curinfo Attempt to extract a component of a value that is not a structure pointer. (gdb) longmess Attempt to extract a component of a value that is not a structure pointer. (gdb) In message [EMAIL PROTECTED], Doug MacEa chern writes: On Fri, 10 Dec 1999, Tony Demark wrote: I am having

Re: Hanging processes [LONG with debugging output]

1999-12-14 Thread Tony Demark
In message [EMAIL PROTECTED], Doug MacEac hern writes: On Tue, 14 Dec 1999, Tony Demark wrote: Doug, Tried what you suggest, but with seemingly disappointing results. (below) Th e hangs seem to come _after_ the logging phase - the heap just keep growing an d the process takes up all

Seg fault on fork w/ PerlModule

1999-11-15 Thread Tony Demark
I have compiled the following: Apache 1.3.9 mod_perl 1.21 (PERL_AUTHEN PERL_LOG PERL_STACKED_HANDLERS) on: Ultra 10 Solaris 7 with: gcc 2.95.2 19991024 perl 5.005_03 When starting an httpd process with a 'PerlModule' defined in the conf file,