skip to Main Content

Apache points to wrong vhost conf file

I have a fresh VPS on Ubuntu 18. Have installed only PHP and Apache. Created only a one vhost config: <VirtualHost *:80> ServerName vp123.ovh.net DocumentRoot /var/www/app </VirtualHost> After apache realod, the domain is pointing to default folder /var/www/html instead of…

VIEW QUESTION

RabbitMQ on Ubuntu (bionic) installation issue – Debian

Follownig instructions under: Installing on Debian and Ubuntu Add Repository Signing Key: curl -fsSL https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc | sudo apt-key add - Enable apt HTTPS Transport: sudo apt-get install apt-transport-https Add a Source List File: (/etc/apt/sources.list.d/bintray.erlang.list) with content: deb http://dl.bintray.com/rabbitmq-erlang/debian bionic erlang…

VIEW QUESTION
Back To Top
Search