| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/root/etc/apache2/sites-enabled/ |
Upload File : |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin info@linkabili.it
ServerName linkabili.it
ServerAlias www.linkabili.it
DocumentRoot "/var/www/wordpress/"
<Directory "/var/www/wordpress">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/www/wordpress/apache_error.log
CustomLog /var/www/wordpress/apache_access.log combined
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.pl index.cgi index.xhtml index.htm
</IfModule>
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/php8.1-fpm.sock|fcgi://localhost/"
</FilesMatch>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/linkabili.it/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/linkabili.it/privkey.pem
</VirtualHost>
</IfModule>