Deleted Website redirects to 2 Second vhost

Discussion in 'Installation/Configuration' started by smilebasti, Jul 6, 2020.

  1. smilebasti

    smilebasti New Member

    Hi,
    i have an wildcard domain pointed to my ISPConfig. Now i deleted a subdomain and and reinstalled it. But now it points to the second vhost file (diffrent subdomain) instead of the 000-default file or the newly installd website. I tested a previously unused subdomain and it points to the 000-default file as expected.
    I can't find any leftovers in /var/www/ or /etc/apache2/.

    Usaly i use this configuration to redirect to different services:
    Code:
    SSLProxyEngine On
    ProxyRequests On
    ProxyPreserveHost On
    
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    
    ProxyPass /.well-known !
    ProxyPass /stats !
    ProxyPass / https://192.168.20.12/
    ProxyPassReverse / https://192.168.20.12/
    This was used (just a different IP) on the old deleted subdomain and i wanted to use it again on the same subdomain but it just redirect me instead to the first vhost file.
    I had a short look in phpmyadmin but couldn't find anything mentioning the Old subdomain.

    I hope somebody has any thoughts. Thanks in advance
     
  2. smilebasti

    smilebasti New Member

    I found out that it was something with Let'sEncrypt. I look into their keys and deleted it. Then it worked
     

Share This Page