Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

rivet upload causes apache to crash

3 views
Skip to first unread message

chess h

unread,
Dec 6, 2005, 4:54:56 PM12/6/05
to
Running WinXP, Apache 1.3, Rivet 0.5; I'm a complete novice to rivet, so
be gentle. :)

Trying to upload a file, file HTML form passes parameter to upload.rvt
page, everything is fine until the line

upload save ulfilename D:/tmp/$ulf

which causes apache to crash and burn. Rivet works normally up to this
point.

I'm convinced this is a problem apache config file, but have no idea
what. Here's the relevant rivet data from that file:

LoadModule rivet_module modules/mod_rivet.so
<IfModule mod_rivet.c>
RivetServerConf CacheSize 50
RivetServerConf UploadDirectory D:/www/uploads
RivetServerConf UploadFilesToVar yes
RivetServerConf UploadMaxSize 1000000

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

Alias /rivet/ "C:\Program Files\Tcl\lib/rivet0.5.0/tests/"

<Directory "C:\Program Files\Tcl\lib/rivet0.5.0/tests/">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</IfModule>

Anyone else encountered this sort of thing?

-chess h

Message has been deleted

David N. Welton

unread,
Dec 8, 2005, 9:38:52 AM12/8/05
to chess h
chess h wrote:
> Running WinXP, Apache 1.3, Rivet 0.5; I'm a complete novice to rivet, so
> be gentle. :)

Hi,

Please try out one of the recent Windows binaries that Pat Thoyts was
kind enough to put together:

http://www.apache.org/dist/tcl/rivet/binary/

If the problem persists, write to us on the rivet-dev mailing list and
we'll see what we can do!

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

Linux, Open Source Consulting
- http://www.dedasys.com/

0 new messages