Hello all, I just update my ISPconfig 3.0.1 to 3.0.2 version, and now i can not acces to the control panel ssh runs, webmin runs, too, but ispconfig no.. I have some sites here and is a disaster, i backuped the mysql and files like i saw in a how to. Please somebody can help, me? I did not change the 8080 port and i follow steps as I read. Thank you
Hello Till Thank you for yoru reply cdn1:/etc/apache2/sites-enabled# /etc/init.d/apache2 restart Restarting web server: apache2Syntax error on line 16 of /etc/apache2/sites-enabled/000-apps.vhost: Invalid command 'SuexecUserGroup', perhaps misspelled or defined by a module not included in the server configuration failed! This says, I compare this file, with other other server that i have installed ispconfig 3.0.2 and is 100% similar, is the same. Please help me Till Thank you EDITED: I try active "a2enmod suexec" with this comand and i get the same error when i try to restrat apache.
suexec is not installed or not loaded according to the apache error. 1) Which Linux distribution do you use? 2) Post the output of the command: apache2ctl -t
Hello Till 1) DEbian Lenny 5.0 2) cdn1:/etc/apache2# apache2ctl -t Syntax error on line 16 of /etc/apache2/sites-enabled/000-apps.vhost: Invalid command 'SuexecUserGroup', perhaps misspelled or defined by a module not included in the server configuration Here the file: ##################################################### # This virtual host contains the configuration # for the ISPConfig apps vhost ###################################################### Listen 8081 NameVirtualHost *:8081 <VirtualHost _default_:8081> ServerAdmin webmaster@localhost <IfModule mod_fcgid.c> DocumentRoot /var/www/apps SuexecUserGroup ispapps ispapps <Directory /var/www/apps> Options Indexes FollowSymLinks MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo AddHandler fcgid-script .php FCGIWrapper /var/www/php-fcgi-scripts/apps/.php-fcgi-starter .php Order allow,deny Allow from all </Directory> </IfModule> <IfModule mod_php5.c> DocumentRoot /var/www/apps AddType application/x-httpd-php .php <Directory /var/www/apps> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </IfModule> ServerSignature Off </VirtualHost>
The configuration file is fine, the problem is the missing suexec in your system. Please post the content of the file: /etc/apache2/mods-enabled/suexec.load
Hello Till!! Thank you now running sites, this line was comented #load... But i continue having a problem, i can not acces to ispconfig browser print a ssl error. Thnak you very very much for your help. Greetens! David
Hello Till I found this post you helo another ........... like me. http://www.howtoforge.net/forums/showthread.php?t=47223&highlight=ssl+error+update And you say him do this: http://www.faqforge.com/linux/controlpanels/ispconfig3/enable-ssl-for-the-ispconfig-3-controlpanel/ I try to do it, but says "Enter pass phrase for ispserver.key:" Where must I get this phrase? Thank you another time! David EDITED: I have another great great problem all the sites i was have configured, not show the index.html of default ISP Config, is there some way to recover them?
I enter a password the same password always but i get this error, or must I do something more. Enter pass phrase for ispserver.key: Verifying - Enter pass phrase for ispserver.key: Verify failure User interface error 15235:error:0906906FEM routinesEM_ASN1_write_bio:read keyem_lib.c:331: cdn1:/etc/apache2/ssl# I have a great problem, all my sites show a index.html default from isp config, i backuped the files and mysql databases, how can i recover the configuration of the virtualhosts? Sorry Till, i know my knowbase is very short, i like learn this, today i don't go the bed.. Thank you another time for your work and your help. David
Regarding the ssl password, do not use any special characters in the password, use just a-z and 0-9. I dont think that there is something that needs to be recovered as a ispconfig update doies not change a single vhost file. Check that the vhost files are in /etc/apache2/sites-available and that the folder /etc/apache2/sites-enabled contains symlinks to these files in the sites-available folder.
cdn1:/etc/apache2/ssl# /etc/init.d/apache2 restart Restarting web server: apache2apache2: Syntax error on line 284 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/domain.com.vhost: Too many levels of symbolic links Hello Till, I do that and the ssl too, but now i have this problem Greetens! and thanks David
Can you post the output of Code: ls -la /etc/apache2/sites-enabled/ ? What's in /etc/apache2/sites-enabled/domain.com.vhost?
I had the same issue and went through my instructions and found that I missed this line when setting up the Perfect Server Code: a2enmod suexec rewrite ssl actions include I ran that which enabled what should have been enabled and good to go. Hope this helps somebody else.