| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/3492927/root/etc/apache2/sites-enabled/ |
Upload File : |
<VirtualHost *:80>
ServerName aireports.blusharkdigital.com
# Exclude /demo from proxy
ProxyPass /demo !
ProxyPassReverse /demo !
# Proxy everything else
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8765/
ProxyPassReverse / http://127.0.0.1:8765/
# Serve static files from demo directory
Alias /demo /var/www/bsd-crawler-parser/demo
<Directory /var/www/bsd-crawler-parser/demo>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/aireports_error.log
CustomLog ${APACHE_LOG_DIR}/aireports_access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =aireports.blusharkdigital.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>