Hello,
In my old ZPanel setup, I set my https virtual host in /etc/apache2/apache2.conf, part of the virtual host had ProxyPass and Alias entries.
In Sentora, I have set a custom vhost, as per the help doc. The site works fine, but the if I try the proxy url, it gives a 500 internal server error and the alias url gives a 403 access forbidden error
I also have this in the custom vhost:
<Directory /var/sentora/hostdata/dynamite/public_html/dynamite_net_nz/speedtest/>
Options ExecCGI
AddHandler cgi-script cgi pl
</Directory>
This worked in ZPanel, but isnm't working in Sentora
Same goes with the below, I get 403 access forbidden for this:
<location /server-status>
SetHandler server-status
Order Allow,Deny
Allow from My_Home_IP
</location>
Is there an easy to get this working? I've tried adding a virtualhost to /etc/apache2/apache2.conf (as I did with ZPanel) - but apache fails to start. I didn't want to muck around too much, incase i broke everything
Thanks in advanced!
In my old ZPanel setup, I set my https virtual host in /etc/apache2/apache2.conf, part of the virtual host had ProxyPass and Alias entries.
In Sentora, I have set a custom vhost, as per the help doc. The site works fine, but the if I try the proxy url, it gives a 500 internal server error and the alias url gives a 403 access forbidden error
I also have this in the custom vhost:
<Directory /var/sentora/hostdata/dynamite/public_html/dynamite_net_nz/speedtest/>
Options ExecCGI
AddHandler cgi-script cgi pl
</Directory>
This worked in ZPanel, but isnm't working in Sentora
Same goes with the below, I get 403 access forbidden for this:
<location /server-status>
SetHandler server-status
Order Allow,Deny
Allow from My_Home_IP
</location>
Is there an easy to get this working? I've tried adding a virtualhost to /etc/apache2/apache2.conf (as I did with ZPanel) - but apache fails to start. I didn't want to muck around too much, incase i broke everything
Thanks in advanced!