This commit is contained in:
dmacias72 2016-10-24 00:44:56 -06:00
parent 8645f0a72e
commit ac6cc901a3
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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