Difference between revisions of "User WebSpace"

From SME Server
Jump to navigationJump to search
(install method revised to suit available rpm)
(remove command revised)
Line 17: Line 17:
 
=== Configure ===
 
=== Configure ===
 
User pages are enabled by default, to disable
 
User pages are enabled by default, to disable
  yum remove smeserver-user-webspace
+
  rpm -e smeserver-user-webspace
 
or
 
or
 
  config set UserPublicWeb off (on)
 
  config set UserPublicWeb off (on)
 
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
  sv h /service/httpd-e-smith  
+
  sv h /service/httpd-e-smith
  
 
=== Additional information ===
 
=== Additional information ===

Revision as of 11:55, 24 July 2008

User WebSpace for SME 7.x

Maintainer

none

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/~user and http://www/user.

Installation

wget http://distro.ibiblio.org/pub/linux/distributions/smeserver/contribs/jppialasse/SME7/user-webspace/ 
yum locallinstall smeserver-user-webspace*.rpm

Configure

User pages are enabled by default, to disable

rpm -e smeserver-user-webspace

or

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