<VirtualHost 167.172.65.249:80>
ServerAdmin webmaster@localhost
ServerName 167.172.65.249
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Alias /services/IntSync/app /var/www/html/Invoice_Extraction/public
<Directory /var/www/html/Invoice_Extraction/public>
#RewriteEngine On
#RewriteBase /var/www/html/Invoice_Extraction/public
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<IfModule mod_dir.c>
DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
</IfModule>
</VirtualHost>
<VirtualHost 167.172.65.249:80>
ServerAdmin webmaster@localhost
ServerName 167.172.65.249
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Alias /services/IntSync/app /var/www/html/Invoice_Extraction/public
<Directory /var/www/html/Invoice_Extraction/public>
#RewriteEngine On
#RewriteBase /var/www/html/Invoice_Extraction/public
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<IfModule mod_dir.c>
DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
</IfModule>
</VirtualHost>