The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am wondering if it is possible to have my database and file system on a different server then the rest of the forum? I was looking at the config.php file and it looks pretty easy to have the just the database on a different server, but didn't see the option for the file system (uploaded files). If anyone knows if this is possible, please post here.
|
#2
|
|||
|
|||
![]()
Its not possible without modification of the core code.
|
#3
|
||||
|
||||
![]()
Of course it's possible. In fact, commercial environments should operate that way.
In your config.php file, you need to change the following variables: Code:
$config['MasterServer']['servername'] = 'localhost'; $config['MasterServer']['port'] = 3306; Likewise you can do the forum path like: Code:
$config['Misc']['forumpath'] = 'http://www.whatever.com/forum'; |
#4
|
||||
|
||||
![]()
I believe the OP is talking about files, as in attachments, and the database on one server, and then the php files on the other server which isn't possible without doing quite a bit of modifying of the vb code.
|
#5
|
||||
|
||||
![]()
Well, attachments, avatars, etc. - all that stuff can be stored in the DB. But with some tricky .htaccess code one could put the files on a different server entirely.
|
#6
|
||||
|
||||
![]()
Sure, you can do that, but then they aren't call 'files'.
![]() |
#7
|
||||
|
||||
![]()
Well, I think it's far more advantageous to put the database on a different server than to try and put the files on a different server. I agree with you that it's a silly thing to do - but it is possible.
|
#8
|
|||
|
|||
![]()
Why not to mount all upload-directories using NFS?
|
#9
|
|||
|
|||
![]()
We have a two server set-up - all the files (including attachments, avatars, etc) are on one server and the database is on another server. You could take this one step further and introduce a third server and mount the attachment, etc directories on the first server, to locations on the third server. A complex alternative though...
If your forum is really big enough to warrant multiple servers, then either looking at a single very highly spec'd server (e.g. twin quad-core, lots of memory), or load balanced solution which appears to you as a single server but has the benefits of actually being multiple servers. |
#10
|
|||
|
|||
![]()
Just get the new server. Then in Config.php change localhost to the new server IP. Simple as that
http://www.vbulletin.com/forum/showthread.php?t=185705 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|