My server's up but site's down.
What do you think could be the problem?
Shouldn't you be talking to your hosting support?
Means most prob your web server crashed.
Try restarting it (apache/nginx/litespeed).
It's unmanaged and my programmer's not around during the weekend.
I tried restarting using
/etc/init.d/httpd restart
Stopping httpd:[FAILED] Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 49 of /etc/httpd/conf.d/~lxcenter.conf: Syntax error on line 20 of /home/apache/conf/defaults/_default.conf: </VirtualHost> without matching <VirtualHost> section [FAILED]
Looks like there is an error in your default.conf file ( an extra </VirtualHost> according to the error ).
I would open the file and go to like no 20.
If it is an </VirtualHost> without an opening <VirtualHost> I would delete it and try to restart the server again.
Fixed now.
Seems like I needed to add a new line for the closing </ifmodule>
Weird.