Hi Im attempting to move my HTTP file server from an Ubuntu server to a RedHat 7 server, I have the virtual host configured per below but I'm getting a 403 forbidden error on the RedHat any help would be appreciated.
<VirtualHost *:80>
ServerAdmin adm@mydomain.com
DocumentRoot /mnt/HTTP
ServerName GTHTTP.mydomain.int
ServerAlias
www.GTHTTP.mydomain.int
ErrorLog "/var/log/httpd/gthttp.myd
omain.int.
error_log"
CustomLog "/var/log/httpd/mydomain.i
nt-access_
log" common
</VirtualHost>