I can't find this option. Maybe i have to install something before. I only have this sections: Sites, Help, Email, Monitor, Tools, System, Client, DNS Thanks.
That was my problem, i have tried to update to ISPConfig-3.0.3.2, I have tried: cd /usr/local/ispconfig/server/scripts/ sh ispconfig_update.sh and it seems that it updates successfully, but now i can access to the sites, but i can't access to de control panel of ispconfig via 8080 port. When i am trying, it say to me: Secure Connection Failed SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) Thanks for your attention.
To do an update run the command: ispconfig_update.sh as root user. The command is in the path, so do not go to any other directory or call the sh interpreter manually. See also FAQ: http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ Seems as if you have choosen to recreate the ssl certs and this failed due to some wrong input. OpenSSL is a bit picky when it comes to the details of SSL certificates. Please redo the update by using the manual update procedure and choose to rebuild the ssl certificates during update. Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xvfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install php -q update.php
Solved OK? I was trying to update as you described before but it didn't work, i was checking SSL Certificates and he notices that the configuration for ispconfig in .vhost file doesn't reference a SSL Certificate so i decided to add this in that file SSLEngine ON SSLCertificateFile /etc/ssl/private/apache.pem And it works! And now in the control panel i have the aforementioned option to add a remote user. I don't know is that is correct, is it? Sorry and Thanks for everything!!!