| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/httpd/conf.d/ |
Upload File : |
<Directory "/home/eric/vhost">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Require all granted
</Directory>
<VirtualHost *:80>
ServerName www.stenmontering.se
ServerAlias stenmontering.se
ServerAdmin eric@wsten.se
Redirect / https://www.stenmontering.se/
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.stenmontering.se [OR]
RewriteCond %{SERVER_NAME} =stenmontering.se
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<VirtualHost *:443>
ServerName stenmontering.se
ServerAlias www.stenmontering.se
ServerAdmin eric@wsten.se
DocumentRoot /home/eric/vhost/eng/
DirectoryIndex index.php index.htm index.html
CustomLog /var/log/httpd/eng-access.log combined
ErrorLog /var/log/httpd/eng.log
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3 -TLSv1
SSLHonorCipherOrder on
SSLCipherSuite EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+aRSA+RC4:EECDH:EDH+aRSA:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS
SSLCertificateFile /etc/letsencrypt/live/www.stenmontering.se/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.stenmontering.se/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>