_az
November 5, 2019, 5:15am
21
I don’t think I know enough about EVE to solve that.
Maybe adding this could help? But it’s a total guess.
<Directory "/opt/unetlab/html">
Require all granted
</Directory>
Are you otherwise able to get remote access again via https://lab.addmoreroutes.com/html5/ ?
1 Like
ak31
November 5, 2019, 5:19am
22
anyway of restoring to a previous backup ?
_az
November 5, 2019, 5:21am
23
Yup, you can copy the contents of the config files from one of the checkpoints in /var/lib/letsencrypt/backups, such as 1564724652.18 (which is from August 2nd).
You will need to match each file in there with the one in your /etc/apache2/sites-available directory.
There’s no automated way to revert, though.
ak31
November 5, 2019, 5:31am
24
what is the step by step process ? or manual way
rg305
November 5, 2019, 7:22am
25
I see duplicated text:
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
<Location /html5/>
Order allow,deny
Allow from all
ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on
ProxyPassReverse http://127.0.0.1:8080/guacamole/
</Location>
<Location /html5/websocket-tunnel>
Order allow,deny
Allow from all
ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel
ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
<Location /html5/>
Order allow,deny
Allow from all
ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on
ProxyPassReverse http://127.0.0.1:8080/guacamole/
</Location>
<Location /html5/websocket-tunnel>
Order allow,deny
Allow from all
ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel
ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel
</Location>
mnordhoff
Split this topic
November 5, 2019, 7:14pm
27
A post was merged into an existing topic: Renew SSL Certificate on Google DSN
ak31
November 5, 2019, 11:07pm
28
I think I messed up on the post but I double checked and there is no duplicate texts
ak31
November 5, 2019, 11:11pm
29
Any thoughts on how to go about restoring from a backup ?
system
Closed
December 5, 2019, 11:11pm
30
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.