-
Hi,
I believe the embedded Apache in the image might have a misconfiguration, as it seems to cause this issue by design.
Container log:
> mautic | [Sat Sep 14 18:36:14.211741 2024] [autoinde…
-
This was working for me yesterday but then I've upgraded to the latest version of Docker and now it seemingly fails with the message below once I run `docker-compose up -d`
Docker CE : 18.06.1-ce-w…
-
There's a distinction between a subfolder *installation* of Nextcloud (i.e. somewhere under the docroot) and merely making Nextcloud reachable via a subfolder style URL (https://domain.tld/nextcloud).…
-
From the Sept 2023 team planning meetings M4 review of websites
While we would like to localize all the websites, it's too much content (keyman and help.keyman), so the immediate priority is the ke…
-
My dockerfile:
```
FROM php:7.1-apache
RUN apt-get update && apt-get install -y \
libicu-dev \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng…
-
Is is possible that I launch it as http://example.com/phpmyadmin/ ?
`PMA_ABSOLUTE_URI` seemed not work.
-
**docker-compose** sometimes has an abnormal shut down. I see something like **httpd (pid 7) already running**. (Full disclosure: I made a **centos** port of your mod_wsgi Docker, and the issue might …
-
FROM httpd:2.4-alpine
ENV TZ=${TZ:-UTC}
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENV APP_ROOT=/var/www
ENV SERVER_NAME=localhost
ENV DOCUMENT_ROOT=${APP_…
-
I try to follow the command you provdie
1. docker build -t php-docker-apache-example
2. docker run -d -p 8080:80 php-docker-apache-example
when I try to enter http://localhost:8080 and I get this sit…
ghost updated
6 years ago
-
**Describe the bug**
PDO calls made with the Elastic APM PHP Agent extension installed are much slower than when it is not installed. In my tests, it was about three times slower with the Elastic APM…