Member sites on 1 server or multiple servers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • McFly85
    Registered User
    • Jul 2007
    • 11

    #1

    Member sites on 1 server or multiple servers?

    I have one member site using CCBill and plan to create a couple more member sites. I'd like them all to share the same .htpasswd database so they can access all sites. I was told by CCBill the only way for this to work was to put all sites on one server. Is this a smart thing to do or should I put my sites on separate servers?

    I guess if I put them on separate servers I'll need a new user management system so members of each site can access all the other sites. Any suggestions what I can get to allow that?
  • JuiceMonkey
    Confirmed User
    • Oct 2004
    • 3581

    #2
    There are actually a ton more options.. (load balancing, clustering, virtualization), hit me up if you need some help.
    ICQ: 72251955 GTalk: JuiceMonkey

    Comment

    • CaroMark
      Confirmed User
      • Sep 2002
      • 1357

      #3
      Originally posted by JuiceMonkey
      There are actually a ton more options.. (load balancing, clustering, virtualization), hit me up if you need some help.
      Good recommendations from JuiceMonkey! Make sure that as you consider growth as you putting your plan into place.
      Mark M, 727-433-0745
      [email protected] Support is everything!
      ICQ# 40467849, AIM MMemmer333

      Comment

      • directfiesta
        Too lazy to set a custom title
        • Oct 2002
        • 30135

        #4
        Originally posted by JuiceMonkey
        There are actually a ton more options.. (load balancing, clustering, virtualization), hit me up if you need some help.
        that is right.

        Or he could use rsync in a cron job to sync the password file between servers.
        I know that Asspimple is stoopid ... As he says, it is a FACT !

        But I can't figure out how he can breathe or type , at the same time ....

        Comment

        • raymor
          Confirmed User
          • Oct 2002
          • 3745

          #5
          I'd just use a mysql database. We have a replacement CCBill script which
          will write to MySQL instead of a file and I think they have their own
          version now too. You can then use Strongbox to read that MySQL database
          and of course at the same time protect you from password traders,
          brute force attacks, etc.
          For historical display only. This information is not current:
          support@bettercgi.com ICQ 7208627
          Strongbox - The next generation in site security
          Throttlebox - The next generation in bandwidth control
          Clonebox - Backup and disaster recovery on steroids

          Comment

          • raymor
            Confirmed User
            • Oct 2002
            • 3745

            #6
            Oh I forgot to say -
            While you CAN get into a lot of esoteric configurations with load balancing,
            clustering, rsync, etc. all have significant complexities and will create new
            problems that you'd have to solve. I'd hghly suggest going with the simplest
            solution unless you have an overriding need to do something complex.
            For historical display only. This information is not current:
            support@bettercgi.com ICQ 7208627
            Strongbox - The next generation in site security
            Throttlebox - The next generation in bandwidth control
            Clonebox - Backup and disaster recovery on steroids

            Comment

            • Hell House Vic
              Pay to Cum
              • Aug 2004
              • 1029

              #7
              i think raymor's answer is the best.

              but for simplicity sake, there is no real problem putting more than one site on a server, until you start to overload that server. So I would first go the simple route and make the best use of one server. and WHEN YOU NEED TO , expand to multiple servers and use raymor's solution.

              Contact Me - ICQ: 206851710 eMail vic (at) hellhousemedia (dot) com
              'Satanism is like Capitalism for teens' - Ty HellHouse

              Comment

              • SkeetSkeet
                Confirmed User
                • Oct 2005
                • 5404

                #8
                Strongbox can set that up for you as well

                ICQ 283633188

                Comment

                • brandonstills
                  Confirmed User
                  • Dec 2007
                  • 1964

                  #9
                  You can have the site go through a database as mentioned above. Not sure if CCBill has a script for your server that does that. It may require some custom work.

                  Another option is to set up some kind of cron job to copy the .htpasswd file every few minutes or so.

                  Brandon Stills
                  Industry and programming veteran
                  [email protected] | skype: brandonstills | ICQ #495-171-318

                  Comment

                  • tom3k
                    Confirmed User
                    • Nov 2007
                    • 105

                    #10
                    whatever you decide to do, do it as early as possible.

                    doing 'change overs' will cost you extra time (and ultimately money).

                    Comment

                    Working...