soaringeagle:
this is the entire vhost log content
2016-05-09 16:32:39.987 [DEBUG] [/etc/apache2/sites-enabled
2016-05-09 16:32:39.987 [DEBUG] [/etc/apache2/sites-enabled
2016-05-09 16:32:39.987 [DEBUG] [vhost:APVH_208.82.131.131:443_dreadlockssite.com] set vhroot to: /home/greentechnologyf!
2016-05-09 16:32:40.958 [DEBUG] [208.82.131.131:443] HttpListener::handleEvents(), fd: 17, event: 1, revents: 1.
2016-05-09 16:32:40.958 [DEBUG] [17.138.57.91:37246] concurrent conn: 1
2016-05-09 16:32:40.958 [DEBUG] [208.82.131.131:443] 1 connections accepted!
2016-05-09 16:32:40.958 [DEBUG] [17.138.57.91:37246] NtwkIOLink::handleEvents() events=1!
2016-05-09 16:32:40.958 [DEBUG] [17.138.57.91:37246] [SSL] SSLAgain()!
nothin
well ..yea no errors
There is a double slash in your url:
/etc/apache2/sites-enabled
Could mean somethings missing, or its just added by mistake, could be an issue i guess.
Also check where is defined for your log in your
/etc/apache2/sites-available/(YOUR SITE NAME).conf
mine looks like this:
<VirtualHost *:80>
ServerAdmin 123456@hostsaba.com
ServerName proxima.hostsaba.com
ServerAlias www.proxima.hostsaba.com
RMode stat
DirectoryIndex index.php index.html index.htm
DocumentRoot /home/thinkpad/sites/proxima.hostsaba.com/public_html
<Directory /home/thinkpad/sites/proxima.hostsaba.com/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
ErrorLog /home/thinkpad/sites/proxima.hostsaba.com/logs/error.log
LogLevel error
</VirtualHost>