Difference between revisions of "Webhosting"
(→Bugs) |
Unnilennium (talk | contribs) |
||
Line 57: | Line 57: | ||
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-webhosting component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-webhosting|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-webhosting component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-webhosting|title=this link}}. | ||
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-webhosting|noresultsmessage="No open bugs found."}} | {{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-webhosting|noresultsmessage="No open bugs found."}} | ||
+ | |||
+ | ===Changelog=== | ||
+ | Only released version in smecontrib are listed here. | ||
+ | |||
+ | {{ #smechangelog: smeserver-webhosting}} | ||
[[Category: Contrib]] | [[Category: Contrib]] |
Revision as of 19:39, 16 August 2017
Is this article helpful to you?
Please consider donating or volunteering
Thank you!
Webhosting for SME Server
Maintainer
Stephane de Labrusse aka stephdl
Version
Description
This contribution for Smeserver adds the abilities to manage particular ModDAV, PHP and Apache settings for each Ibays, directly from the server-manager. No more needs to play with DB commands.
This contribs is ONLY for SME Server 9.0
Requirements
The Webhosting contrib requires smeserver-mod_dav as dependency Follow the instructions for using the DAV contrib - http://wiki.contribs.org/DAV
You need to enable the smecontribs repository
Installation
- only for sme9
yum --enablerepo=smecontribs install smeserver-webhosting
You will then need to activate the database changes etc. The 'official' way is to perform
signal-event post-upgrade; signal-event reboot
or if you don't like to reboot your server, simply do
config set UnsavedChanges no
Go to the web hosting panel on Server Manager and activate settings you need.
New settings
Apache
- +Indexes
- FollowSymLinks
- AllowOverride
- WebDav (DAV)
PHP
- allow_url_fopen
- memory_limit
- upload_max_filesize
- post_max_size
- max_execution_time
- PHPBasedir
Uninstall
yum remove smeserver-webhosting signal-event console-save
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-webhosting component or use this link .
ID | Product | Version | Status | Summary (4 tasks) ⇒ |
---|---|---|---|---|
12429 | SME Contribs | 10.0 | RESOLVED | Change the PHP memory limit option for higher memory options |
12404 | SME Contribs | 10.0 | CONFIRMED | Allow directory listing does not block file access |
12347 | SME Contribs | 10.0 | CONFIRMED | Disabled functions displays incorrectly after save |
11692 | SME Contribs | 10.0 | CONFIRMED | handle new properties ErrorReporting and DisplayErrors |
Changelog
Only released version in smecontrib are listed here.
- Edit Menu entry to conform to new arrangements [SME: 12493]
- add more memory limit options [SME: 12429]
- apply locale 2022-11-11 patch
- Add extra class attribute to SM2 panel html [SME: 11811]