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>
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.