Difference between revisions of "User WebSpace"
m (categorisation) |
|||
Line 1: | Line 1: | ||
− | == User WebSpace for SME | + | == User WebSpace for SME 8.x == |
=== Maintainer === | === Maintainer === | ||
Line 17: | Line 17: | ||
=== Installation === | === Installation === | ||
− | + | yum install --enablerepo=smecontribs smeserver-user-webspace | |
− | + | signal-event post-upgrade; signal-event reboot | |
+ | |||
+ | after that if you want that all users installed before the contrib get their own user web page, you have to do | ||
+ | |||
+ | signal-event user-webspace-force-existings | ||
+ | |||
=== Removal === | === Removal === | ||
− | + | yum remove smeserver-user-webspace | |
=== Configuration === | === Configuration === |
Revision as of 00:11, 4 December 2013
User WebSpace for SME 8.x
Maintainer
Description
Enables the SME Server and gateway to host user web pages from their home directories. A public_html directory is created inside your ~/home/ directory and any static web pages placed there will be available via the urls http://www.yourdomain/~user and http://www.yourdomain/user.
A default index.html can be created in /etc/e-smith/skel/user/home/public_html and this will appear in the users webspace when the user is created Installing this package will create user webspace for NEW users AND EXISTING users.
Installation
yum install --enablerepo=smecontribs smeserver-user-webspace signal-event post-upgrade; signal-event reboot
after that if you want that all users installed before the contrib get their own user web page, you have to do
signal-event user-webspace-force-existings
Removal
yum remove smeserver-user-webspace
Configuration
User pages are enabled by default, to disable
config set UserPublicWeb off (on) expand-template /etc/httpd/conf/httpd.conf sv h /service/httpd-e-smith
Additional information
The Contrib was originally authored by Damien Curtain, Thanks
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the unknown component