Sentora Support Forums

Full Version: Apache & Sentora
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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! Smile
1. CGI is unsecure and disabled in sentora.

2. ubuntu 14 >> apache 2.4 some changes in vhost also before blocking all ip allow all first then try to lock down to get a clear view of the origine of the issue.

Check logs for more hints.

M B
(05-16-2015, 09:08 PM)Me.B Wrote: [ -> ]1. CGI is unsecure and disabled in sentora.

2.  ubuntu 14 >> apache 2.4 some changes in vhost also before blocking all ip allow all first then try to lock down to get a clear view of the origine of the issue.

Check logs for more hints.

M B

Thanks M B, sorted it all out apart from Alias.

logs say access denied because of server security (or similar)