Virtual Private Servers - Error 503 Backend unavailable
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Error 503 Backend unavailable

Von
DominikK2
Erstellungsdatum 2021-07-04 08:23:24 (edited on 2024-09-04 14:23:01) in Virtual Private Servers

I've got the problem with SSL configuration on VPS.
Page works correctly via ip address but on the domain name i got "Error 503: Backend unavailable"

File configuration "/etc/apache2/sites-available/000-default.conf":

ServerName volante-app.pl
ProxyPreserveHost On
ProxyPass / http://54.38.53.74:8080/
ProxyPassReverse / http://54.38.53.74:8080/
ServerAlias www.volante-app.pl
DocumentRoot /var/www/html/volante-app.pl/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined


Options -Indexes +FollowSymlinks
AllowOverride All
Require all granted



File configuration "etc/apache2/sites-available/default-ssl.conf"


ServerName volante-app.pl:443
ServerAlias www.volante-app.pl
DocumentRoot /var/www/html/volante-app.pl/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLCertificateFile /etc/apache2/ssl/apache.crt
SSLCertificateKeyFile /etc/apache2/ssl/apache.key

SSLOptions +StdEnvVars


SSLOptions +StdEnvVars
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all

BrowserMatch "MSIE 2-6]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown



1. I rebooted vps

2. I restarted apache

3. if I ping to domain name, I got response.

Page was working correctly via https about 2 hours but suddenly stopped (i didn't change configuration then)

on VPS is installed ubuntu 21.04

![1|657x499