Airtime was working, streaming, everything was working very good. In one moment (after about 45 minutes), i've got ERROR 503 in browser HTTP 503 (Service Unavailable)
I tried to restart a whole VPS server, but it didnt work. After reconfigure - still this error. You can try it, here is the address.
(without the "www". The address with "www" is redirected to another server)
--------------------------
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.6 (squeeze)
Release: 6.0.6
Codename: squeeze
--------------------------
LOG from monitor:
.
.
.
2013-01-02 09:38:59,370 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 88 - Error Authenticating with remote server: HTTP Error 503: Service Unavailable
<Directory /usr/share/airtime/public> Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
I have it exactly like this. I don't know. It was working...maybe server is overloaded...but i don't think so. I will try to install it again on new server. Thanks 4 help
A 503 Service Unavailable Error is an HTTP response status code indicating that your web server operates properly, but it can't temporarily handle the request at the moment. This error happen for a wide variety of reasons. Normally, this error can be due to a temporary overloading or maintenance being performed on the server and it is resolved after a period of time or once another thread has been released by web-server application.