Avatar of atorex
atorex

asked on 

Apache 2.4 configurations

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.mydomain.int.error_log"
        CustomLog "/var/log/httpd/mydomain.int-access_log" common
</VirtualHost>
Apache Web ServerLinux

Avatar of undefined
Last Comment
atorex

8/22/2022 - Mon