mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
38 lines
1.8 KiB
Markdown
38 lines
1.8 KiB
Markdown
# Apache2
|
|
|
|
* **SOURCE:** https://launchpad.net/~ondrej/+archive/ubuntu/apache2?field.series_filter=bionic
|
|
|
|
This branch follows latest Apache2 packages as maintained by the Debian Apache2 team with couple of compatibility patches on top.
|
|
|
|
It also includes some widely used Apache 2 modules (if you need some other feel free to send me a request).
|
|
|
|
BUGS&FEATURES: This PPA now has a issue tracker: https://deb.sury.org/#bug-reporting
|
|
|
|
PLEASE READ: If you like my work and want to give me a little motivation, please consider donating: https://deb.sury.org/#donate
|
|
|
|
|
|
# PHP7
|
|
|
|
* **SOURCE:** https://launchpad.net/~ondrej/+archive/ubuntu/php?field.series_filter=bionic
|
|
|
|
Co-installable PHP versions: PHP 5.6, PHP 7.x and most requested extensions are included. Only Supported Versions of PHP (http://php.net/supported-versions.php) for Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are provided. Don't ask for end-of-life PHP versions or Ubuntu release, they won't be provided.
|
|
|
|
Debian oldstable and stable packages are provided as well: https://deb.sury.org/#debian-dpa
|
|
|
|
You can get more information about the packages at https://deb.sury.org
|
|
|
|
BUGS&FEATURES: This PPA now has a issue tracker:
|
|
https://deb.sury.org/#bug-reporting
|
|
|
|
CAVEATS:
|
|
1. If you are using php-gearman, you need to add ppa:ondrej/pkg-gearman
|
|
2. If you are using apache2, you are advised to add ppa:ondrej/apache2
|
|
3. If you are using nginx, you are advise to add ppa:ondrej/nginx-mainline
|
|
or ppa:ondrej/nginx
|
|
|
|
PLEASE READ: If you like my work and want to give me a little motivation, please consider donating regularly: https://donate.sury.org/
|
|
|
|
WARNING: add-apt-repository is broken with non-UTF-8 locales, see
|
|
https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:
|
|
|
|
# LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php |