Authentication Application
The application is an authentication wrapper. It can be used by other mod_spin
applications to authenticate users specifed in a traditional Apache manner, but without actually employing dangerously breakable basic authentication. It also enables non-encrypted applications to temporarily switch to SSL/TLS for authentication only.
The RPMS for Fedora 12 come with an example Apache configuration file, but for real deployment, this needs to be adjusted.
Download from here:
- /pub/spinapps/auth/spin_auth-1.2.0.tar.bz2
- /pub/spinapps/auth/spin_auth-1.2.0-1.fc12.src.rpm
- /pub/spinapps/auth/spin_auth-1.2.0-1.fc12.i686.rpm
Feedback Application
The application collects parameters of an (X)HTML form, as either multipart/form-data or application/x-www-form-urlencoded, validates them, stores them into an SQL database and e-mails them to a designated e-mail address. E-mailing of attachments is supported, but only the name of the uploaded file is stored in the database.
The RPMS for Fedora 12 come with an example Apache configuration file, but for real deployment, this needs to be adjusted.
Download from here:
- /pub/spinapps/feedback/spin_feedback-1.2.0.tar.bz2
- /pub/spinapps/feedback/spin_feedback-1.2.0-1.fc12.src.rpm
- /pub/spinapps/feedback/spin_feedback-1.2.0-1.fc12.i686.rpm
Skeleton Application
Example application. It will show you how things should be done to make them work with mod_spin
.
The RPMS for Fedora 12 come with an example Apache configuration file, but for real deployment, this needs to be adjusted.
Download from here:
- /pub/spinapps/app/spin_app-1.2.0.tar.bz2
- /pub/spinapps/app/spin_app-1.2.0-1.fc12.src.rpm
- /pub/spinapps/app/spin_app-1.2.0-1.fc12.i686.rpm