I have no solution, but the settings of your Apache installation

mime-defaults.conf
        AddType application/x-gzip .gz .tgz

seems to interfere with

        AddType application/x-httpd-rivet .rvt 
        AddType application/x-rivet-tcl .tcl

did you try to use another name, like msglog_tcl.gz instead of
msglog.tcl.gz. Or putting it into a tar file to make it msglog.tar.gz?

Holger

> -----Original Message-----
> From: Uwe Pfeifer [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, July 05, 2006 9:34 PM
> To: Holger Zeinert
> Subject: Re: need help :\
> 
> 
> ok, here the rivet file:
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>             "http://www.w3.org/TR/html4/strict.dtd";>
> <html>
> <head>
> <title>freaky's tcl scripts</title>
> <link rel="stylesheet" type="text/css" href="styles/default.css">
> 
> <?
>         if {![var exists sid]} { set sid "0" } { set sid [var 
> get sid] }
> ?>
> 
> </head>
> 
> <body>
> <center>
> <h1>freaky's tcl scripts</h1><br>
> 
> <?
>         if {$sid != "0"} {
>                 set desc [join [::mysql::sel $mhandle "SELECT 
> description FROM scriptstcl WHERE sid='$sid'" -flatlist]]
>                 set path [join [::mysql::sel $mhandle "SELECT 
> path FROM 
> scriptstcl WHERE sid='$sid'" -flatlist]]
>                 set name [join [::mysql::sel $mhandle "SELECT 
> name FROM 
> scriptstcl WHERE sid='$sid'" -flatlist]]
>                 puts "<h2>$name</h2>"
>                 puts "<div>"
>                 if {$desc == ""} {
>                         puts "no description available."
>                 } { puts $desc }
>                 puts "<br><br>"
>                 puts "<center><a href=\"$path\">download</a> | <a 
> href=\"mailto:[EMAIL PROTECTED]">bugreport/feature 
> request</a></center>"
>                 puts "</div>"
>         }
> ?>
> 
> 
> <table id="stable">
> <th>id</th><th>script</th><th>version</th><th>last updated</th>
> <?
>         ::mysql::receive $mhandle "SELECT sid,name,ver,date,path FROM 
> scriptstcl" {sid name ver date path} {
>                 puts "<tr>"
>                 puts "<td>$sid</td><td><a 
> href=\"index.rvt?sid=$sid\">$name</a></td><td>$ver</td><td>$date</td>"
>                 puts "</tr>"
>         }
> ?>
> 
> </table>
> 
> </center>
> </body>
> </html>
> 
> 
> 
> 
> 
> Holger Zeinert wrote:
> > This seems to be a problem how you try to send the 
> compressed file. It's
> > more the Tcl-syntax and not Rivet, I guess. The .rvt file 
> would help...
> >
> > Regards
> > Holger
> >
> >
> >
> >   
> >> -----Original Message-----
> >> From: Uwe Pfeifer [mailto:[EMAIL PROTECTED] 
> >> Sent: Wednesday, July 05, 2006 6:30 PM
> >> To: [email protected]
> >> Subject: need help :\
> >>
> >>
> >> hello.
> >>
> >> I'm trying do develop a site with apache rivet, and on the 
> rivet-user 
> >> mailinglist nobody answers me so im trying here.
> >>
> >> I want people to be able to download .tcl.gz files, but it 
> seems that 
> >> rivet is trying to execute the .tcl.gz file see:
> >> http://tcl.freakyy.de/index.rvt?sid=3
> >> its not possible to download that file because it says:
> >>
> >> missing close-bracket
> >>     while compiling
> >> "`áletç%1K$8λ7z-Ã*<@[EMAIL PROTECTED]
> >> ³ô=¢Ñ5m1Þ7”ô2ªÄB¼ž²AÏ®VÜL³Ùíž,7–Ð[Ù
> >> Ɩ0dð'ƒg£­ó¼Œh½S..."
> >>     while executing
> >>
> >> ...
> >> another file in the tcl.gz format is downloadable though, see:
> >> http://tcl.freakyy.de/index.rvt?sid=2
> >>
> >> It would be really nice if someone could help me out.
> >>
> >> Thank You Very Much!!!
> >> Uwe Pfeifer
> >>
> >> 
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>     
> 

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

Reply via email to