
1st November 2010, 18:55
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
Apache not restart after change php mode
I created a new site and default settings in php mode is Fastcgi.
After i create it apache2 stop and not restart,I had start manually.
And if I change PHP mode in site Tab apache2 not restart.
Its a bug?
Pd: Sorry for my english.
|

1st November 2010, 21:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Thats no bug. Check the apache error.log. Most likely you missed to load a apache module during installation that is required for the php mode that you selected.
|

1st November 2010, 23:21
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
this is the error.log
Code:
[Mon Nov 01 18:07:49 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:49 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: domain in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 501, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:09:14 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:09:14 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:09:14 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:09:14 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:15:34 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 451, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 452, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 453, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: page_form in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Trying to get property of non-object in /usr/local/ispconfig/interface/web/sites/web_domain_edit.php on line 454, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: sites:web_domain:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:15:36 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: global in /usr/local/ispconfig/interface/lib/classes/getconf.inc.php on line 50, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 19:51:46 2010] [error] [client 95.20.222.145] File does not exist: /usr/local/ispconfig/interface/web/frontend, referer: http://cblasan.com:2082/frontend/rvmaroon/backup/index.html
I follow tutorial the perfect server ubuntu 10.04.
|

2nd November 2010, 09:11
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
These are just PHP Notice messages for developers which do not harm. Please check if there are any errors in the error.log of the website that you created or changed.
|

2nd November 2010, 10:40
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
in this error.log have sutting down alert:
Code:
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
The errors is mod_fcgid?????
Thank you in advance.
|

2nd November 2010, 11:09
|
|
Member
|
|
Join Date: Oct 2010
Posts: 56
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
Now if i change php mode in ISPCONFIG monitor appear this warning:
Code:
Apache did not restart after the configuration change for website cblasan.com Reverting the configuration. Saved not working config as /etc/apache2/sites-available/cblasan.com.vhost.err
|

2nd November 2010, 11:29
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Quote:
Originally Posted by wiss
in this error.log have sutting down alert:
Code:
[Mon Nov 01 18:07:54 2010] [error] [client 95.20.222.145] PHP Notice: Undefined index: return_to_url in /usr/local/ispconfig/interface/lib/classes/tform_actions.inc.php on line 142, referer: http://ns1.pcrednet.net:2082/
[Mon Nov 01 18:08:01 2010] [notice] caught SIGTERM, shutting down
[Mon Nov 01 18:08:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Nov 01 18:08:02 2010] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 01 18:08:02 2010] [notice] Digest: done
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0
[Mon Nov 01 18:08:03 2010] [notice] Apache/2.2.14 (Ubuntu) DAV/2 mod_fcgid/2.3.4 PHP/5.3.2-1ubuntu4.5 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-01-10) mod_ssl/2.2.14 OpenSSL/0.9.8k configured -- resuming normal operations
[Mon Nov 01 18:08:03 2010] [notice] caught SIGTERM, shutting down
The errors is mod_fcgid?????
Thank you in advance.
|
This is the global error log and not the error.log of the website. Please check the error.log of the website for errors.
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 20:03.
|
|
Recent comments
18 hours 42 min ago
23 hours 47 min ago
1 day 4 hours ago
1 day 6 hours ago
1 day 20 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 7 hours ago
2 days 8 hours ago
2 days 9 hours ago