Forbidden
You don't have permission to access / on this server.
# domain: mifujiclark.com
# public: /home/myfolder/public/mifujiclark.com/public
<VirtualHost *:443>
SSLEngine On
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /PATH_TO_APACHE_FOLDER/ssl/mifujiclark.com.crt
SSLCertificateKeyFile /PATH_TO_APACHE_FOLDER/ssl/mifujiclark.com.key
SSLCertificateChainFile /PATH_TO_APACHE_FOLDER/ssl/sub.class1.server.ca.pem
# Admin email, Server Name (domain name), and any aliases
ServerAdmin info@ookami.it
ServerName www.mifujiclark.com
ServerAlias mifujiclark.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/myfolder/public/mifujiclark.com/public
# Log file locations
LogLevel warn
ErrorLog /home/myfolder/public/mifujiclark.com/log/error.log
CustomLog /home/myfolder/public/mifujiclark.com/log/ssl_request.log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
TransferLog /home/myfolder/public/mifujiclark.com/log/access.log
</VirtualHost>
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin info@ookami.it
ServerName www.mifujiclark.com
ServerAlias mifujiclark.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.htm index.php
DocumentRoot /home/myfolder/public/mifujiclark.com/public
# Log file locations
LogLevel warn
ErrorLog /home/myfolder/public/mifujiclark.com/log/error.log
CustomLog /home/myfolder/public/mifujiclark.com/log/access.log combined
</VirtualHost>
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
ASKER
ACCESS.LOG
Open in new window
ERROR.LOG
Open in new window
SSL_REQUEST.LOG
Open in new window