Skip to content

Hiawatha is an open source webserver with security, easy to use and lightweight as the three key features. Hiawatha supports among others (Fast)CGI, IPv6, URL rewriting and reverse proxy. It has security features no other webserver has, like blocking SQL injections, XSS and CSRF attacks and exploit attempts. The built-in monitoring tool makes it…

Notifications You must be signed in to change notification settings

gop4sch4/Hiawatha

Repository files navigation

hiawatha rpm

Steps for rpm creating:

install rpm-build libxslt-devel wget

cd /tmp

### '6' for centos 6 and change '5' for centos 5
### 'x86_64' for 64bit and change to 'i386' for centos 5
wget http://centos6.ecualinux.com/x86_64/cmake-2.8.4-1.el6.x86_64.rpm
rpm -ivh cmake-2.8.4-1.el6.x86_64.rpm

wget https://github.com/gop4sch4/Hiawatha/raw/patch/hiawatha-9.6-1.mr.src.rpm --no-check-certificate
rpm -ivh hiawatha-9.6-1.mr.src.rpm

### for centos 5
cd /usr/src/redhat/SPECS
### for centos 6
cd /root/rpmbuild/SPECS

### 'el6' for centos 6 snd change to 'el5' for centos 5
rpmbuild -bb --define 'dist .mr.el6' hiawatha.spec

About

Hiawatha is an open source webserver with security, easy to use and lightweight as the three key features. Hiawatha supports among others (Fast)CGI, IPv6, URL rewriting and reverse proxy. It has security features no other webserver has, like blocking SQL injections, XSS and CSRF attacks and exploit attempts. The built-in monitoring tool makes it…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages