update
This commit is contained in:
parent
8645f0a72e
commit
ac6cc901a3
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "apache">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.10.15">
|
||||
<!ENTITY version "2016.10.24">
|
||||
<!ENTITY launch "Settings/&name;">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -22,6 +22,10 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
|||
<CHANGES>
|
||||
##&name;
|
||||
###&version;
|
||||
- fix: docroot permissions on service start
|
||||
- add: browser based config editor for conf files and php.ini
|
||||
- add: drop down list of users
|
||||
###2016.10.15
|
||||
- add: min and max version to plg
|
||||
- update php extensions to 5.6.26 match unRAID 6.3
|
||||
###2016.09.24
|
||||
|
|
|
@ -11,8 +11,12 @@ The Apache HTTP Server Project is an effort to develop and maintain an open-sour
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=33692.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.png</Icon>
|
||||
<Date>2016-10-15</Date>
|
||||
<Date>2016-10-24</Date>
|
||||
<Changes>
|
||||
###2016.10.24
|
||||
- fix: docroot permissions on service start
|
||||
- add: browser based config editor for conf files and php.ini
|
||||
- add: drop down list of users
|
||||
###2016.10.15
|
||||
- add: min and max version to plg
|
||||
- update php extensions to 5.6.26 match unRAID 6.3
|
||||
|
|
Loading…
Reference in New Issue
Block a user