[SOLVED] websites down after update to 1.07 - marceloctec - 12-07-2010 06:18 PM
Hi,
I' am desesperate!!!
My sites are down before the upgrade 1.05 to 1.07.
The apache don't work.
Please, could someone help-me.
regards,
Marcelo
RE: websites down after update to 1.07 - fluser - 12-07-2010 07:39 PM
We can only help, if you post more information.
Logfile?
System?
OS?
VM?
Best Regards
Fluser
RE: websites down after update to 1.07 - marceloctec - 12-07-2010 10:04 PM
(12-07-2010 07:39 PM)fluser Wrote: We can only help, if you post more information.
Logfile?
System?
OS?
VM?
Best Regards
Fluser
Hi,
Apache is installed, but donĀ“t work.
Sometimes when I configure the IP address to my ip server (Change_IP) , apache works, but the sites not and if I restart the server, apache no longer works.
/var/log/apache2/error.log don't create.
/var/log/apache2/users/FQDN-access.log don't create.
SO: Ubuntu 9.10
Regards,
Marcelo
RE: websites down after update to 1.07 - BeNe - 12-07-2010 10:12 PM
Please check your default-error.log in the user folder.
Greez BeNe
RE: websites down after update to 1.07 - fluser - 12-07-2010 10:58 PM
Please show us /etc/apache2/sites-available/00_master.conf
Code:
cat /etc/apache2/sites-available/00_master.conf
and /var/log/apache2/users/default-error.log
Maybe some details about your network infrastructure would be nice (IspCP behind firewall and something like that).
Best Regards
Fluser
RE: websites down after update to 1.07 - marceloctec - 12-08-2010 12:20 AM
00_master.conf:
Quote:<VirtualHost 187.33.0.24:80>
ServerAdmin myemail@hotmail.com
DocumentRoot /var/www/ispcp/gui
ServerName admin.server.XXX.com.br
Alias /errors /var/www/ispcp/gui/errordocs/
ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html
Alias /pma /var/www/ispcp/gui/tools/pma/
Alias /webmail /var/www/ispcp/gui/tools/webmail/
Alias /ftp /var/www/ispcp/gui/tools/filemanager/
<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
<Directory /var/www/ispcp/gui>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_fcgid.c>
<Directory /var/www/ispcp/gui>
FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php5/ /var/www/fcgi/master/
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_php5.c>
<Directory /var/www/ispcp/gui>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>
</VirtualHost>
#
# Master End
RE: websites down after update to 1.07 - fluser - 12-08-2010 12:29 AM
What gives apache2 back, when you run /etc/init.d/apache2 restart
And tell us the last 20 lines of /var/log/apache2/users/default-error.log
Code:
tail -n 20 /var/log/apache2/users/default-error.log
Best Regards
Fluser
RE: websites down after update to 1.07 - marceloctec - 12-08-2010 12:58 AM
apache don't restart.
tail -n 20 /var/log/apache2/users/default-error.log
Quote:[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
RE: websites down after update to 1.07 - fluser - 12-08-2010 01:09 AM
The solution is described in the logfile ![Smile Smile](images/smilies/smile.gif)
Quote:[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
See: http://isp-control.net/documentation/howto/eaccelerator
Best Regards
Fluser
RE: websites down after update to 1.07 - marceloctec - 12-08-2010 01:19 AM
(12-08-2010 01:09 AM)fluser Wrote: The solution is described in the logfile ![Smile Smile](images/smilies/smile.gif)
Quote:[eAccelerator] This build of "eAccelerator" was compiled for PHP version 5.2.10-2ubuntu6.4. Rebuild it for your PHP version (5.2.10-2ubuntu6.5) or download precompiled binaries.
See: http://isp-control.net/documentation/howto/eaccelerator
Best Regards
Fluser
Hi,
When I installed the 1.05 version, I disabled the eaccelerator, because was the troubles /phptmp folder.
|