Hiawatha 6.10

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
growler
Posts: 209
Joined: Mon 24 Mar 2008, 04:42
Location: Kapiti - New Zealand

Hiawatha 6.10

#1 Post by growler »

We've got 6.7 in 4.11 and the author Hugo Leisink is actively developing Hiawatha. I was trying it with the Silverstripe CMS recently and had to compile it for the new UrlToolkit for re-writing URLs - the author was very helpful!!

I've recompiled the latest and made it into a PET - I can upload it into SVN if that is the plan - seems like a good one to share the load out to me - pizzasgreat!

Otherwise for those interested I attach here.

Changelog
hiawatha (6.10) stable; urgency=low

* Prevention of cross-site request forgery. PreventCSRF option added.
* A start and stop preference pane has been added to the MacOS X package.
* A new dedicated website for Hiawatha has been launched. Please, visit http://www.hiawatha-webserver.org/. The welcome webpage inside the package has been updated to match the new design.
* Small bugfixes and improvements.

-- Hugo Leisink <hugo@leisink.net> Wed, 29 Oct 2008 21:48:21 +0100
hiawatha (6.9) stable; urgency=low

* NoExtensionAs option added.
* Tool added to the Windows package to start Hiawatha as a service under Windows (see Installation.txt in Windows package for more information).
* Small bugfixes and improvements.
* Bugfix: URL encoding of links in directory listing.

-- Hugo Leisink <hugo@leisink.net> Wed, 24 Sep 2008 19:12:45 +0200
hiawatha (6.8) stable; urgency=low

* XSLT parameter support.
* 'URL rewriting' has been renamed to 'URL toolkit' (because rewriting is just one of the four options of this feature).
* FastCGI option added to URL toolkit.
* WaitForCGI option added.
* Small bugfixes and improvements.

-- Hugo Leisink <hugo@leisink.net> Tue, 22 Jul 2008 9:30:12 +0200
Attachments
hiawatha-6.10-i486.pet
(83.36 KiB) Downloaded 286 times

raffy
Posts: 4798
Joined: Wed 25 May 2005, 12:20
Location: Manila

thanks

#2 Post by raffy »

Thanks for this. Will it simply write over the old Hiawatha files?
Puppy user since Oct 2004. Want FreeOffice? [url=http://puppylinux.info/topic/freeoffice-2012-sfs]Get the sfs (English only)[/url].

User avatar
growler
Posts: 209
Joined: Mon 24 Mar 2008, 04:42
Location: Kapiti - New Zealand

#3 Post by growler »

Yes, it will just copy over the pup_411.sfs files.

There is no additional configuration in the .pet - I compiled it as described by Barry in his blog and the binary is very similar in size to the 6.07 version. I did not put in the PPLOG perl scripts

just the following files:

./etc:
hiawatha logrotate.d

./etc/hiawatha:
cgi-wrapper.conf httpd.conf httpd.conf.in mimetype.conf php-fcgi.conf

./etc/logrotate.d:
hiawatha

./root:
httpd

./root/httpd:
hiawatha

./root/httpd/hiawatha:
index.html

./usr/sbin:
cgi-wrapper hiawatha newroot php-fcgi wigwam

Post Reply