Apache DocumentRoot Ubuntu虚拟主机

我对Ubuntu 16.4上的Apache服务器上的虚拟主机的设置感到困惑。 我没有按照这个指示在Ubuntu上安装Processmaker。

一切工作正常,但如果我访问我的网站: http : //process.koina.eu : 8080我只看到/var/www/html/index.html下的默认Apache文件。 但是我的过程控制器位于/ opt / processmaker下的指令中。 在日志中一切似乎运行良好。 问题是我的pmos.conf没有被添加/识别到Appacheconfiguration。 当我运行“sudo a2ensite pmos.conf”或a2dissite命令并重新启动服务器时,这并没有什么区别。

有没有另一种configuration,打开端口8080的Apache? 因为如果pmos.conf不被识别,你不应该从apache得到任何答案。