| Server IP : 64.223.137.62 / Your IP : 104.23.243.125 Web Server : Apache/2.4.52 (Ubuntu) System : Linux webserver9 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apache2/sites-available/ |
Upload File : |
<VirtualHost *:80>
ServerName cwalakestreet.com
ServerAlias www.cwalakestreet.com
# Redirect / https://cwalakestreet.com
DocumentRoot /var/www/cwalakestreet.com/
# ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined
# <Directory /var/www/cwalakestreet.com>
# Options FollowSymLinks
# AllowOverride Limit Options FileInfo
# DirectoryIndex index.php
# Require all granted
# </Directory>
</VirtualHost>
<VirtualHost *:443>
ServerName cwalakestreet.com
ServerAlias www.cwalakestreet.com
ServerAdmin [email protected]
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/cwalakestreet.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/cwalakestreet.com/privkey.pem
DocumentRoot /var/www/cwalakestreet.com
<Directory /var/www/cwalakestreet.com>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Require all granted
</Directory>
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =www.cwalakestreet.com [OR]
# RewriteCond %{SERVER_NAME} =cwalakestreet.com
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
#Include /etc/letsencrypt/options-ssl-apache.conf
#SSLCertificateFile /etc/letsencrypt/live/cwalakestreet.com/fullchain.pem
#SSLCertificateKeyFile /etc/letsencrypt/live/cwalakestreet.com/privkey.pem
</VirtualHost>