Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44

Thread: HOWTO: install VHCS on ubuntu (SERVER)

  1. #21
    Join Date
    Apr 2006
    Beans
    111

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    how to do that? remove all the files i installed?

  2. #22
    Join Date
    Apr 2006
    Beans
    111

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    is there something wrong with step 5 ?

    #5 is stil not working for me.
    i got error:
    E: Command line option ‘a’ [from -assume-yes] is not known.

  3. #23
    Join Date
    Apr 2005
    Location
    Singapore
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Not sure if anyone has tried to replace the php4 and mysql*4.1 with the newer versions of php5 and mysql*5 (i.e. removing the 4.1) on Dapper?
    Trying it now... will update to see if it works fine.
    Roy Lee
    ConceptLane Pte Ltd
    Hosting, VPS, Colo, Dedi, Web Apps

  4. #24
    Join Date
    Apr 2005
    Beans
    645
    Distro
    Dapper Drake Testing/

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Quote Originally Posted by YorYor View Post
    Not sure if anyone has tried to replace the php4 and mysql*4.1 with the newer versions of php5 and mysql*5 (i.e. removing the 4.1) on Dapper?
    Trying it now... will update to see if it works fine.
    I use php5 and mysql5 -> http://wael.nasreddine.com/phpinfo.php but I don't run ubuntu nor debian, I run my own distribution, The reason i kept vhcs.sh use php/mysql 4 is coz before dapper was out, there was no php5-mcrypt package, now there is one but only for dapper, Also I'm saying it should in theory but I appreciate it if you replace all php4 with php5 and mysql4 with mysql5 and install on a fresh ubuntu installation, If everything is ok, i'll update my script
    Last edited by Gandalf; July 27th, 2006 at 07:02 PM.
    [My Blog] | [My Sites] | [My Ubuntu Guides]

    doc.gwos.org, the real successor of Ubuntu Guide

  5. #25
    Join Date
    Apr 2005
    Location
    Singapore
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    I think so far everything is ok on Dapper. I've not done extensive testing yet, but adding resellers and customers seem to be ok.
    I'll be testing it more over the next few days... perhaps someone could also try in parallel.

    Only thing to note is the php-pear package... instead of php4-pear or php5-pear.

    Is there any way you can make your script detect the distro, and if Dapper use 5 else use 4?

    Also, I think it would be advisable to automatically install libapache2-mod-chroot and perhaps giving users running the script the option of enabling it?
    sudo ln -s /etc/apache2/mods-available/mod_chroot.load /etc/apache2/mods-enabled/ (I'm sure you already know this)

    *Note*
    ======
    As mentioned in this reply by serkanhamarat (http://www.ubuntuforums.org/showthre...25722&page=13), there is an error with the webmail script /var/www/vhcs2/gui/tools/webmail/inc/inc.php line 153-155. One needs to change from:

    Code:
    Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
    "Cache-Control: no-cache\r\n".
    "Cache-Control: must-revalidate");
    to:

    Code:
    Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
    Header("Cache-Control: no-cache");
    Header("Cache-Control: must-revalidate");
    Last edited by YorYor; July 28th, 2006 at 04:34 PM. Reason: Webmail
    Roy Lee
    ConceptLane Pte Ltd
    Hosting, VPS, Colo, Dedi, Web Apps

  6. #26
    Join Date
    Apr 2005
    Beans
    645
    Distro
    Dapper Drake Testing/

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Quote Originally Posted by YorYor View Post
    I think so far everything is ok on Dapper. I've not done extensive testing yet, but adding resellers and customers seem to be ok.
    I'll be testing it more over the next few days... perhaps someone could also try in parallel.
    can you please put a phpinfo(); file and send me a link (here or in private) to see if everything normal, and yes please do more tests
    Quote Originally Posted by YorYor View Post
    Only thing to note is the php-pear package... instead of php4-pear or php5-pear.
    Thx for pointing this out, will save me a lot of time since I don't have any ubuntu installation ATM
    Quote Originally Posted by YorYor View Post
    Is there any way you can make your script detect the distro, and if Dapper use 5 else use 4?
    that's already done, the script will install on Ubuntu breezy, Ubuntu dapper and debian (general)
    Quote Originally Posted by YorYor View Post
    Also, I think it would be advisable to automatically install libapache2-mod-chroot and perhaps giving users running the script the option of enabling it?
    sudo ln -s /etc/apache2/mods-available/mod_chroot.load /etc/apache2/mods-enabled/ (I'm sure you already know this)
    I don't go this deep actually, I leave all that to the user option, the script's job is to give the user a VHCS installation ready for buisness in a few clicks, also I extended it later to install what we called Hacks, but i'm not planning to go any deeper than that
    Quote Originally Posted by YorYor View Post
    *Note*
    ======
    As mentioned in this reply by serkanhamarat (http://www.ubuntuforums.org/showthre...25722&page=13), there is an error with the webmail script /var/www/vhcs2/gui/tools/webmail/inc/inc.php line 153-155. One needs to change from:

    Code:
    Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
    "Cache-Control: no-cache\r\n".
    "Cache-Control: must-revalidate");
    to:

    Code:
    Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
    Header("Cache-Control: no-cache");
    Header("Cache-Control: must-revalidate");
    Okay i will verify it, and add it to the patches section in the script, thx
    [My Blog] | [My Sites] | [My Ubuntu Guides]

    doc.gwos.org, the real successor of Ubuntu Guide

  7. #27
    Join Date
    Apr 2005
    Location
    Singapore
    Beans
    51
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Seems like vhcs2 doesn't quite like mod_chroot... I will have to figure it out again all the necessary hacks in order to make vhcs2 operate in a jail environment.
    Or does someone else already know how to? Please share it!

    This is the phpinfo I extracted from my trial vhcs server and placed it on a live server.
    http://conceptlane.com/projects/phpinfo.html
    Looks pretty alright to me... will wait to hear from you.
    Roy Lee
    ConceptLane Pte Ltd
    Hosting, VPS, Colo, Dedi, Web Apps

  8. #28
    Join Date
    Jun 2005
    Location
    Argentina
    Beans
    211
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Quote Originally Posted by plpeyssard View Post
    High
    Thank you for this wonderfull tutorial and this FAQ which works fine and help a lot.

    I use vhcs 2.4 beta version build 03-2005-21
    I have some trouble about domain statistics. It does not work.
    Everething is 0.00 B in reseller and user screen.

    I discovered that the /etc/init.d/vhcs-network daemon did not start.
    here is the log message:

    bind: Address already in use
    ll_daemon_start: Resource temporarily unavailable

    Is there a way to find that adress and change it ?
    What can i do to solve that situation ?

    Thanks.
    Hello I have the same issue after upgrading from 5.10 to 6.06 LTS...Any Help...please...!!!


    Thanks in advise.

  9. #29
    Join Date
    Aug 2006
    Beans
    1

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Hi Gandalf!

    I just tried do install VHCS by using your script, but it seems like the server is down.

    I can still ping wael.nasreddine.com and access it by FTP but I always get "Connection reset by peer" when I try to access it by HTTP.
    Maybe you could solve this problem...

    Brueggi

  10. #30
    Join Date
    Jun 2005
    Beans
    45

    Re: HOWTO: install VHCS on ubuntu (SERVER)

    Does anyone else have a copy of the script? The site has been down for a few days at least
    --==Some ppl are meant to be stepping Stones some bound for greatness and the rest are just scenery ==--

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •