@aaPanel_Jose @aaPanel_Fan
Im looking to install phusion passenger to run rails and nodejs site.
During the installation, I need to enable passenger in apache modules with command "sudo a2enmod passenger". This command returns the following error "Command 'a2enmod' not found"
Im using ubuntu 18.04 LTS server.
usually, apache will be installed in path /etc/apache
but aapanel installation installed apache in the following path /www/server/apache/
All online forums suggests to install apache again to enable a2enmod command.
but if I install apache again using the command, it will get installed in the default path /etc/apache
This may lead to conflict.
Can anyone help me in this scenario to help me to enable a2enmod command