hi i want to stop ispconfig3 i try on debian /etc/init.d/ispconfig_server stop result: no such or directory How can i?
ISPConfig 3 is no service so it cannot be stopped this way (ISPConfig 2 was). You have to remove the symling 000-ispconfig.vhost from /etc/apache2/sites-enabled/ if you want to completely disable access to ispconfig interface (and restart apache afterwards).
what remove my 000-ispconfig.vhost exactly? what is symling 000-ispconfig.vhost? my 000-ispconfig.vhos PHP: ###################################################### # This virtual host contains the configuration # for the ISPConfig controlpanel ###################################################### Listen 8080 NameVirtualHost *:8080 <VirtualHost _default_:8080> ServerAdmin webmaster@localhost <FilesMatch "\.ph(p3?|tml)$"> SetHandler None </FilesMatch> <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 <FilesMatch "\.php$"> SetHandler fcgid-script </FilesMatch> FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php Order allow,deny Allow from all </Directory> IPCCommTimeout 7200 MaxRequestLen 15728640 </IfModule> <IfModule mpm_itk_module> DocumentRoot /usr/local/ispconfig/interface/web/ AssignUserId ispconfig ispconfig AddType application/x-httpd-php .php <Directory /usr/local/ispconfig/interface/web> # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp" Options +FollowSymLinks
You don't save any noticable amount of ram with this. ISPConfig3 uses the same apache than all your webs and at max 1 php process.