| Server IP : 35.154.56.2 / Your IP : 216.73.217.116 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-0-189 6.8.0-1029-aws #31-Ubuntu SMP Wed Apr 23 18:20:04 UTC 2025 aarch64 User : ubuntu ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/apache2/sites-enabled/ |
Upload File : |
<VirtualHost *:80>
ServerAdmin panels@prima-automation.com
ServerName prima-automation.com
ServerAlias www.prima-automation.com
DocumentRoot /srv/prima-automation.com/html
ErrorLog /srv/prima-automation.com/logs/error.log
CustomLog /srv/prima-automation.com/logs/access.log combined
<Directory /srv/prima-automation.com/html>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.prima-automation.com [OR]
RewriteCond %{SERVER_NAME} =prima-automation.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin panels@prima-automation.com
ServerName prima-automation.com
ServerAlias www.prima-automation.com
DocumentRoot /srv/prima-automation.com/html
ErrorLog /srv/prima-automation.com/logs/error.log
CustomLog /srv/prima-automation.com/logs/access.log combined
<Directory /srv/prima-automation.com/html>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/prima-automation.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/prima-automation.com/privkey.pem
</VirtualHost>
</IfModule>