Fast & Security Conscious High-Availability Unix Hosting |
Customizing Our Web Interface |
||||||||||
|
[English] [Français] [Norsk] |
Our web interface (or "control panel"), which we call csoftadm.fcgi, allows users to configure everything that would otherwise require administrative access to do. This document describes how users can install their own customized version of csoftadm.fcgi under their accounts. This is a popular feature among resellers (as well as people who aren't that impressed by our web design skills). One important feature of csoftadm.fcgi is its ability to execute without any particular privileges. It authenticates and communicates with a csoftadm server over TCP/IP. It is possible to use it on a different machine than the server hosting your account (but you will need to set up an SSH tunnel to the csoftadm server since there is no built-in SSL support at this time).
csoftadm.fcgi is written in C and depends on the
OpenMGI client library, the
csoft-cgi library and the
FastCGI development kit.
Optional dependencies include
libidn
for internationalized domain names support,
cracklib
if you want to check for weak passwords and
libiconv
(standard on most systems) for character set conversion in the webmail module.
|