János Holányi wrote:
> On Fri, 15 Jul 2005 22:56:48 +0200, David N. Welton wrote
> 
>>János Holányi wrote:
>>
>>>Could it be gcc-4.0.12 (gonna try with gcc-3.4 ASAIC - any versions you'd
>>>suggest trying out?)?
>>
>>Did 3.4 work out any better?
> 
> 
> Yes, it did!
> It compiled (a few warnings here and there), it installed and apparently it
> worked.

Good.  Strange that 4.0 has problems... I will have to investigate:-/

> Although some file re-organization could be done I feel...
> /usr/lib/apache/1.3 is out of apache-ssl focus.
> I copied all three to /usr/lib/apache-ssl/1.3 and configured httpd.conf and
> modules.conf accordingly.

Err... I'm not clear on what you would copy where...?

> Let me grab the opportunity to suggest an important change to rivet/init.tcl
> I'd be curious what you think about it:
> 
> --- rivet-0.5.0/rivet/init.tcl        2004-02-24 11:24:32.000000000 +0100
> +++ /usr/lib/rivet0.5.0/init.tcl      2005-07-17 09:14:39.363021232 +0200
> @@ -44,11 +44,11 @@
>       global errorInfo
>       global errorOutbuf
>  
> -     puts <PRE>
> -     puts "<HR>$errorInfo<HR>"
> -     puts "<P><B>OUTPUT BUFFER:</B></P>"
> -     puts $errorOutbuf
> -     puts </PRE>
> +     set logfile /var/log/apache-ssl/rivet-error.log
> +     puts "<pre>Error. Check log file.</pre>"
> +     set fd [open $logfile w]
> +     puts $fd "ERROR:\n\n$errorInfo\n---\nOUTPUT BUFFER:\n\n$errorOutbuf"
> +     close $fd
>      }

Could be potentially very useful... not a bad idea at all.  I don't
think setting the log file location from in there is correct, and
perhaps it would be best to simply take advantage of the fact that
stderr goes to Apache's own error.log?

Other opinions?

-- 
David N. Welton
- http://www.dedasys.com/davidw/

Apache, Linux, Tcl Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to