Posts by Pimbo

    IMSCP 1.4.6
    Letsencrypt 3.2.1
    Debian Jessie 64bit


    Guten Tag,


    bei o.g. System habe ich folgendes Problem:


    Wenn ich Mailkonten der form [email protected] einrichte und als smpt account smtp.yyy.de verwende, bekomme ich nach einiger Zeit auf bspw. meinem Handy (iOS) einen SMPT Zertifikat Fehler (Letsencrypt) angezeigt und kann keine Mails mehr senden.


    Das Problem ist denke ich, dass das SMTP System über die Hostname adresse ppp.de angemeldet ist und wenn ich entsprechend smtp.ppp.de verwende ist alles gut. Aber wie kann ich auch smtp.yyy.de verfügbar machen?


    Gruß und Dank

    Hi,


    I realized and unexpected error during the installation process of wordpress 4.0 and wordpress 4.1


    I-MSCP 1.4.6
    Debian Jessie


    Thx for assistance

    Dear Nuxwin,


    thank you for the answer.


    Unfortunately although I see that this error should have occured since whenever cause your article is even from 2010 it didnt occur before thje update neither on different browsers nor on different devices but ok some things we will never know :)


    But how to exclude proxy pass for http connection? Cause i use proxy pass for every path i cannot exclude specific path just by doing ProxyPass /path !

    Sure :) Already a thank you for helping me.




    1. Yes


    2.

    Code
    1. <VirtualHost ***:80> ServerAdmin webmaster@cloud.***.de ServerName cloud.***.de ServerAlias www.cloud.***.de vu2004.controlpanel.***.de DocumentRoot /var/www/virtual/cloud.***.de/htdocs DirectoryIndex index.html index.xhtml index.htm LogLevel error ErrorLog /var/log/apache2/cloud.***.de/error.log Alias /errors/ /var/www/virtual/cloud.***.de/errors/ <Directory /var/www/virtual/cloud.***.de/htdocs> AllowOverride AuthConfig Indexes Limit Options=Indexes \ Fileinfo=RewriteEngine,RewriteOptions,RewriteBase,RewriteCond,Rewri$ Require all granted </Directory> RedirectMatch 301 ^/((?!(?:errors|\.well-known)/).*) https://cloud.***.d$ <Location /stats> ProxyPreserveHost Off ProxyPass http://127.0.0.1:8889/stats/cloud.***.de retry=1 acquire=3$ ProxyPassReverse http://127.0.0.1:8889/stats/cloud.***.de </Location> Include /etc/apache2/imscp/cloud.***.de.conf</VirtualHost>


    3. /apache2/imscp/cloud.***.conf