ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/
# Set the ServerName and ServerAlias to handle the IP address
ServerName 192.168.2.173
ServerAlias demos.voltechgroup.com
# Ensure the directory permissions are correct
AllowOverride All
Require all granted
# Error and access logs
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
#
# ServerAdmin admin@mail.com
# DocumentRoot /var/www/html/vams/
#
# # Set the ServerName and ServerAlias to handle the IP address
# ServerName 192.168.2.173
# ServerAlias 192.168.2.173
# Ensure the directory permissions are correct
#
# AllowOverride All
# Require all granted
#
# Error and access logs
# ErrorLog ${APACHE_LOG_DIR}/vams_error.log
# CustomLog ${APACHE_LOG_DIR}/vams_access.log combined
#