IspConfigMONITOR Hi all! After upgrade to 3.0.5.1, ispconfigmonitor stop working on virtualhost port 8082 Best regards Alberto
Hi, the link not works.Thanks. http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/
Hi, Really courious.. i have tried on 3 different browser from two different networks (italy)... I have a blank page.
Ah ok, I see what you mean There was a issue with the cache which I did not recognized as I was logged in which disables caching in wordpress. The issue is fixed now.
I'm using your instruction for debian: On Debian and Ubuntu, you can create such a vhost as follows: (Make sure you are logged in as root; on Ubuntu you can run sudo su to become root.) cd /etc/apache2/sites-available/ wget http://www.ispconfig.org/downloads/ispconfig_monitor_app/ispconfigmonitorappnonssl.vhost cd /etc/apache2/sites-enabled ln -s /etc/apache2/sites-available/ispconfigmonitorappnonssl.vhost 000-ispconfigmonitorappnonssl.vhost /etc/init.d/apache2 restart
Upgraded my production server to 3.0.5.1 When I click Installed Packages or try to install a package from APS Installer I get error: Should I run ispconfig_update.sh again?
Please replace the content of the file /etc/apache2/sites-available/ispconfigmonitorappnonssl.vhost with the code shown below and restart apache. Code: ###################################################### # This virtual host contains the configuration # for the ISPConfig Monitor App non-SSL vhost ###################################################### Listen 8082 # NameVirtualHost *:8082 <VirtualHost _default_:8082> ServerAdmin webmaster@localhost <IfModule mod_fcgid.c> DocumentRoot /var/www/ispconfig/ SuexecUserGroup ispconfig ispconfig <Directory /var/www/ispconfig/> Options Indexes FollowSymLinks MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo AddHandler fcgid-script .php FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php Order allow,deny Allow from all </Directory> IPCCommTimeout 7200 </IfModule> ServerSignature Off </VirtualHost>
Ok, I've added it to the bugtracker. The problem is this vhost file which need to be adapted to the new ispconfig version, there is no issue with the app itself.
I've added new instructions to http://www.ispconfig.org/ispconfig-3/ispconfig-monitor-app-for-android/
Mailman warning after upgrade to 3.0.5.1 Hi All! After upgrade to 3.0.5.1 I have this warning in Mail Warn-Log: Mar 23 10:40:01 server001 postfix/smtpd[16932]: warning: database /var/lib/mailman/data/virtual-mailman.db is older than source file /var/lib/mailman/data/virtual-mailman Ciao Alberto
Does anyone have a solution for this? I have the same problem with a fresh install of CentOS 6.4 x86_64 - ISPConfig 3.0.5.1.