==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=7939
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #13 from Stephane de Labrusse <[email protected]> ---
= ENVIRONMENT:
Fully sme8 32BIT
= ORIGINAL PROBLEM:
First import in sme8contrib, with many problems, see changelogs
= RESOLUTION:
%changelog
* Tue Nov 26 2013 Jean-Philippe Pialasse <[email protected]> 0.1-12.sme
- spec fixing createlink
* Mon Nov 25 2013 Jean-Philippe Pialasse <[email protected]> 0.1-11.sme
- added httpd reconfiguration for user create, modify,delete,lock events
* Sun Nov 24 2013 Jean-Philippe Pialasse <[email protected]> 0.1-10.sme
- fix more typos in patchs
- patch5 for httpd template
* Sat Nov 23 2013 Jean-Philippe Pialasse <[email protected]> 0.1-8.sme
- moved spec dirty work on action to real actions
- added skel folders
- added two events and link to actions in the proper events
- precleaning spec
- patchs typo fixes
* Sun Oct 27 2013 Jean-Philippe Pialasse <[email protected]> 0.1-6.sme
- initial import for sme8
= TESTING:
The contrib was completely broken, the installation is from scratch
= UPDATED VERSION INSTALLED:
# yum --enablerepo=smecontribs,smedev,smetest install smeserver-user-webspace
Installed:
smeserver-user-webspace.noarch 0:0.1-12.el5.sme
# signal-event post-upgrade; signal-event reboot
after that for all users already installed before the contribs, you have to do
# signal-event user-webspace-force-existings
= PROBLEM FIXED:
For all users you can go to http://sme-ip/user . User has to match a real user
name.
If you create an user and you set a password, directly after you can go to the
user-web-space.
You can find some default settings
# config show UserPublicWeb
UserPublicWeb=service
PublicAccess=local
php=enabled
status=enabled
==============================================================
#------------------------------------------------------------
# User Public html directories
#------------------------------------------------------------
#-------------------------------------------------------
# Alias to enable /user aswell as /~user access
#-------------------------------------------------------
Alias /lsd /home/e-smith/files/users/lsd/home/public_html
#-------------------------------------------------------
#lsd user dir access directive
#-------------------------------------------------------
<Directory /home/e-smith/files/users/lsd/home/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir
/home/e-smith/files/users/lsd/home/public_html/:/home/e-smith/files/users/lsd/tmp/:/usr/share/pear
php_admin_value upload_tmp_dir /home/e-smith/files/users/lsd/tmp/
</Directory>
=================================================================
as i can see we can not set a https protocol by default.
manifestly the user-webspace is designed to be ready to hosts some php
applications.
The smb folder smb://sme-ip/user/public_html is allowed to the user in write
and access
= VERIFIED OR REOPEN:
VERIFIED
= DOCUMENTATION IMPACT:
a first work is done, see http://wiki.contribs.org/User_WebSpace
feel free to add more.
= SUGGESTED RELEASE NOTES:
nope
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/