04-14-2023, 10:09 PM
> also...
>
> I figured out the mysql module error and the VirtualHost thing.
>
> I stopped the VirtualHost error by commenting out the first line of
> the /etc/apache2/sites-available/default file. This statement is
> loaded elsewhere. It now reads
>
> #NameVirtualHost *
> <VirtualHost *>
>
> To get rid of the mysql module error, I took the
> /etc/php5/apache2/php.ini file and edited out the load module line at
> the end. I did the same thing for the cli file. This module is loaded
> elsewhere because a phpinfo shows it.
>
> I have not poked around enough to figure out where these are already loaded.
>
> On Sat, Mar 21, 2009 at 11:22 AM, Tom Haynes <xxx@yyyy.org> wrote:
>> Thanks for the reply.
>>
>> I restarted ehcp, and got the logs below.
>>
>> checking apache syntax Syntax OK
>>
>> apache configde hata gorunmuyor... yukluyor.
>> Executing: /etc/init.d/apache2 reload * Reloading web server config apache2
>> ...done.
>>
>>
>> miscconfig:Array
>> (
>> [dnsip] => 75.xxxxxxx
>> [adminname] => xxx@yyyy
>> [adminemail] => xxx@yyyy.org
>> [ehcpdir] => /var/www/vhosts/ehcp
>> [banner] => this is banner.. you may write here somthing using <a
>> href="?op=options">server settings</a>
>> <br><br>
>> [defaulttemplate] => xp3
>> [defaultlanguage] => en
>> [updatehostsfile] => on
>> [messagetonewuser] => Dns servers for our server:
>> ...........
>>
>> (This will be sent to new users)
>> [backupdir] => /var/backup
>> [localip] => 10.1.10.103
>> )
>> localhost)
>> update complete
>> trying re-connecting to mysql db..
>> reconnect successfull.
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:1
>> -----------daemon suspended for 10 sec ---------
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:2
>> -----------daemon suspended for 10 sec ---------
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:3
>> -----------daemon suspended for 10 sec ---------
>> trying re-connecting to mysql db..
>> reconnect successfull.
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:4
>> -----------daemon suspended for 10 sec ---------
>>
>>
>> On Sat, Mar 21, 2009 at 9:56 AM, bvidinli <bvidinli@gmail.com> wrote:
>>> what is lines from /var/log/ehcp.log ?
>>>
>>> normally, ehcp does an apache2 restart only when a new domain added or
>>> syncdomains is issued.
>>>
>>> do
>>> /etc/init.d/ehcp restart
>>> then re-look at logs..
>>>
>>> see you
>>>
>>>
>>> On Sat, Mar 21, 2009 at 1:10 AM, <xxx@yyyy.org> wrote:
>>>> Tom haynes sent a message using the contact form at
>>>> http://www.ehcp.net/?q=contact.
>>>>
>>>> Hello...
>>>> I am wanting to move some personal domains from a hosting service to a
>>>> machine at home. I have tried a couple of things and like EHCP the most so
>>>> far. I have a couple of questions though.
>>>>
>>>> What does this mean in my logs?
>>>> [Fri Mar 20 18:50:26 2009] [notice] Apache/2.2.9 (Ubuntu)
>>>> PHP/5.2.6-2ubuntu4.1 with Suhosin-Patch configured -- resuming normal
>>>> operations
>>>> [Fri Mar 20 18:58:46 2009] [notice] Graceful restart requested, doing
>>>> restart
>>>> [Fri Mar 20 18:58:46 2009] [warn] NameVirtualHost *:0 has no VirtualHosts
>>>> PHP Warning: Module 'mysql' already loaded in Unknown on line 0
>>>>
>>>> Is the webserver supposed to restart every 8 min or so?
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
>
> I figured out the mysql module error and the VirtualHost thing.
>
> I stopped the VirtualHost error by commenting out the first line of
> the /etc/apache2/sites-available/default file. This statement is
> loaded elsewhere. It now reads
>
> #NameVirtualHost *
> <VirtualHost *>
>
> To get rid of the mysql module error, I took the
> /etc/php5/apache2/php.ini file and edited out the load module line at
> the end. I did the same thing for the cli file. This module is loaded
> elsewhere because a phpinfo shows it.
>
> I have not poked around enough to figure out where these are already loaded.
>
> On Sat, Mar 21, 2009 at 11:22 AM, Tom Haynes <xxx@yyyy.org> wrote:
>> Thanks for the reply.
>>
>> I restarted ehcp, and got the logs below.
>>
>> checking apache syntax Syntax OK
>>
>> apache configde hata gorunmuyor... yukluyor.
>> Executing: /etc/init.d/apache2 reload * Reloading web server config apache2
>> ...done.
>>
>>
>> miscconfig:Array
>> (
>> [dnsip] => 75.xxxxxxx
>> [adminname] => xxx@yyyy
>> [adminemail] => xxx@yyyy.org
>> [ehcpdir] => /var/www/vhosts/ehcp
>> [banner] => this is banner.. you may write here somthing using <a
>> href="?op=options">server settings</a>
>> <br><br>
>> [defaulttemplate] => xp3
>> [defaultlanguage] => en
>> [updatehostsfile] => on
>> [messagetonewuser] => Dns servers for our server:
>> ...........
>>
>> (This will be sent to new users)
>> [backupdir] => /var/backup
>> [localip] => 10.1.10.103
>> )
>> localhost)
>> update complete
>> trying re-connecting to mysql db..
>> reconnect successfull.
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:1
>> -----------daemon suspended for 10 sec ---------
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:2
>> -----------daemon suspended for 10 sec ---------
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:3
>> -----------daemon suspended for 10 sec ---------
>> trying re-connecting to mysql db..
>> reconnect successfull.
>> Array
>> (
>> )
>> Array
>> (
>> )
>>
>>
>> ehcp V.0.25- Daemon loop number:4
>> -----------daemon suspended for 10 sec ---------
>>
>>
>> On Sat, Mar 21, 2009 at 9:56 AM, bvidinli <bvidinli@gmail.com> wrote:
>>> what is lines from /var/log/ehcp.log ?
>>>
>>> normally, ehcp does an apache2 restart only when a new domain added or
>>> syncdomains is issued.
>>>
>>> do
>>> /etc/init.d/ehcp restart
>>> then re-look at logs..
>>>
>>> see you
>>>
>>>
>>> On Sat, Mar 21, 2009 at 1:10 AM, <xxx@yyyy.org> wrote:
>>>> Tom haynes sent a message using the contact form at
>>>> http://www.ehcp.net/?q=contact.
>>>>
>>>> Hello...
>>>> I am wanting to move some personal domains from a hosting service to a
>>>> machine at home. I have tried a couple of things and like EHCP the most so
>>>> far. I have a couple of questions though.
>>>>
>>>> What does this mean in my logs?
>>>> [Fri Mar 20 18:50:26 2009] [notice] Apache/2.2.9 (Ubuntu)
>>>> PHP/5.2.6-2ubuntu4.1 with Suhosin-Patch configured -- resuming normal
>>>> operations
>>>> [Fri Mar 20 18:58:46 2009] [notice] Graceful restart requested, doing
>>>> restart
>>>> [Fri Mar 20 18:58:46 2009] [warn] NameVirtualHost *:0 has no VirtualHosts
>>>> PHP Warning: Module 'mysql' already loaded in Unknown on line 0
>>>>
>>>> Is the webserver supposed to restart every 8 min or so?
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.