Limpid-hosting
Limpid-hosting is a set of simple and transparent utilities for typical hosting tasks. They enable lightweight Web hosting without any central database or Web interface. New subdomains are created by simply creating a new subdirectory. Access to Subversion repositories is managed via a simple htpasswd file.
News
-
2009-12-07 - Release 0.9.7
Source | RPM package | Debian package | Changelog
This release switches from SuExec/SuPHP to the Apache ITK threading model. (changeset)
For Developers
hg clone http://www.profv.de/limpid-hosting/hgweb.cgi limpid-hosting
History
-
2009-02-10 - Release 0.9.6
Source | RPM package | Debian package | Changelog
This is a bugfix release.
The "hosting_del_user" command did not drop the database user before dropping the databases. Old versions of PostgreSQL dropped them automatically, but now this has to be done by the script. (changeset)
-
2008-05-18 - Release 0.9.5
Source | RPM package | Debian package | Changelog
This release contains some small corrections.
The upgrade instructions have been corrected to work with very old versions of Limpid-hosting, too. (changeset)
All common AWStats settings have been moved into the /etc/awstats/awstats.conf.local configuration file. (changeset)
The README now mentions how to setup Geo::IPfree. (changeset)
-
2008-04-28 - Release 0.9.4
Source | RPM package | Debian package | Changelog
This release adds big improvements.
All distribution specific settings are now configurable, so Limpid-hosting is no longer Debian specific. (changeset)
AWStats web statistics are now created automatically. (changeset)
-
2008-02-25 - Release 0.9.3
Source | RPM package | Debian package | Changelog
This release contains some small improvements.
The encoding of newly created PostgreSQL databases is now 'UTF-8'. (changeset)
There are now separate log files per VirtualHost. (changeset)
-
2007-10-09 - Release 0.9.2
Source | RPM package | Debian package | Changelog
This release contains some small improvements.
The README now advises to add a default VirtualHost for unknown domains. (changeset)
Newly created VirtualHost entries have a simpler DocumentRoot to work with suPHP. (changeset)
-
2007-09-29 - Release 0.9.1
Source | RPM package | Debian package | Changelog
This is a bugfix release.
A serious permission problem with the created subversion repositories has been fixed. (changeset)
In addition, the user directory structure has been improved. The DocumentRoot changed from
~/sites/sub.domain/
to
~/sites/sub.domain/public/
-
2007-09-25 - Release 0.9
Source | RPM package | Debian package | Changelog
This is the first release of Limpid-hosting. These shell scripts developed from our internal server maintenance documentation.
Having been tested and proofread several times, they are now ready to be used in our production system, and to be shared with the world.
Note, however, that they are currently Debian specific! So adapt them carefully to your system before using them. That's why the current version number is 0.9 instead of 1.0.
Have fun!
- 2007-08-22 - Project start