[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] CGI stderr Going to Screen, not Apache Error Log.
- Subject: [cobalt-developers] CGI stderr Going to Screen, not Apache Error Log.
- From: Larry Lindstrom <larryl@xxxxxxxxxxx>
- Date: Fri Mar 2 13:17:20 2001
- Organization: Independent Software Consultant
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
I've done C++ CGI scripts on Solaris and Linux. On
those systems, I can log messages to the error log by
writing to stderr. Instead, this text is written to
the screen, which screws up the HTML display.
A slightly less annoying problem is that I can't seem
to refer to CGI on my account's ~/public_html directory
by "~larryl/..." from HTML in another account. I like
to let HTML writers do their thing in their directories,
and I'll do the e-commerce stuff in mine.
Can someone help me get this to work?
I've read about CGIWrap, but a site search for that
word www.cobalt.com comes up empty. Is this something
I need?
Thanks
Larry