qeep.mobi

Results 31 comments of qeep.mobi

same on jammy, php5.6-xcache/now 3.2.0-8+ubuntu20.04.1+deb.sury.org+1 is the last and still works on jammy, but need to install manually from old repository.

thanks for answering. I think for most people it's not relevant if it's coming from new or old build system or if it is build for ubuntu20 or 22, is...

i came to the same conclusion when i tried to use it with haproxy (#327), fpm is not usable.

sounds fine. Current image is fat and has many unnecessary packages, don't know why intermediate php image is not using slim variant. I also prefer fully working alpine version, web-server...

ups sorry, you are right, slim images are in use, but adding all the packages later. I think after compilation all the make cpp gcc stuff is absolete (except for...

we never tried using SSL with certification authority for databases, but enabling ssl encrypted ssl connection is just adding to config.inc.php ```php $cfg['Servers'][$i]['ssl'] = true; ```

Maybe just a spelling problem? Because Nagios image based on ubuntu, these timezons should work: http://manpages.ubuntu.com/manpages/bionic/man3/DateTime::TimeZone::Catalog.3pm.html Asia/Kolkata not Asia/Kolkota

hm recompile is not nessesary only updating mysql client lib e.g.: apt-get install lsb-core wget https://dev.mysql.com/get/mysql-apt-config_0.8.15-1_all.deb dpkg -i "" wget https://repo.mysql.com/apt/ubuntu/pool/mysql-8.0/m/mysql-community/libmysqlclient21_8.0.19-1ubuntu16.04_amd64.deb dpkg -i "" apt-get update apt-get upgrade

even simpler latest mysql 5.7 package should also work: RUN apt-get update -y -q && apt-get install -q -y libmysqlclient20

it's a shame in 2022 how many big companies not really support ipv6: apple (verify receipts etc), paypal, microsoft (github), oracle (mysql ppa), wordpress (updates) and more. We solved this...