Hello!
I have a linux server **running apache2** for reverse proxy (serving multiple services on different ports) and some websites, all that on **subdomains** (*something.domain.com*).
I want to install WordPress for the main website (*www.domain.com*) while still have the apache server running… I don’t want to install WordPress locally, but in a docker compose instead.
I tried multiples different configurations and solutions, but always face the same **problems** : `0.0.0.0:80: bind: address already in use` and `0.0.0.0:443: bind: address already in use` …
Is there any way please ?
[ad_2]
Here are example of what I used :
[https://it.noknow.info/en/article/docker/install-wordpress-mysql-apache-on-docker](https://it.noknow.info/en/article/docker/install-wordpress-mysql-apache-on-docker)
[https://github.com/damalis/full-stack-apache2-wordpress-for-everyone-with-docker-compose](https://github.com/damalis/full-stack-apache2-wordpress-for-everyone-with-docker-compose)
Hi, probably, this detailed and illustrated guide will be useful for you: [https://www.namecheap.com/support/knowledgebase/article.aspx/10330/2188/how-to-install-linux-apache-mariadb-php-stack-lamp-on-ubuntu-and-host-a-website/](https://www.namecheap.com/support/knowledgebase/article.aspx/10330/2188/how-to-install-linux-apache-mariadb-php-stack-lamp-on-ubuntu-and-host-a-website/)