| Author |
Topic Search Topic Options
|
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Topic: Can you run 2 copies at once? Posted: 29 January 2005 at 6:55am |
|
Hi,
Does anyone know if you can run 2 copies of the forum at once.
Have one forum in a directory, and another forum in a different
directory.
I've done this, and have changed the cookie name and database path in
the common.asp files, but I think the application sessions are causing
me problems. Like if I lock one forum, and browse to the other forum,
it is also locked.
I'm sure it's something simple I have missed :)
Craig.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 January 2005 at 9:38am |
|
What you will need to do is edit the common.asp files on both the forums and change the 'blnUseApplicationVariables' to false.
This way the forums will not interfere with each other, also you will
need to disable the Active Users feature from the admin area.
Alternatively, if you can run the forums in separate sub domains so they each run in their own application.
|
|
|
 |
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Posted: 29 January 2005 at 11:33pm |
-boRg- wrote:
Alternatively, if you can run the forums in separate sub
domains so they each run in their own application. |
Thanks boRg! That did the trick.
|
 |
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 January 2005 at 3:52am |
|
Does using the application variables speed up the forum much? I
may have spoken too soon in my previous post as I still can't get it
going properly even with different sub-domains. Using FireFox I
view the cookies and there are ones for "members.mydomain.com" and "forum.mydomain.com" but locking one forum, and browsing to the other, it appears as locked too.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 30 January 2005 at 4:58am |
|
Using application variables does give some extra performance as it means less calls to the database when loading up pages.
Possibly your problem is that your web host doesn't give you a
different application pool for sub domains. Check with them on this and
if not ask them if you could have each sub domain running in it's own
application pool.
|
|
|
 |
Fx-1
Newbie
Joined: 17 October 2003
Location: Australia
Status: Offline
Points: 17
|
Post Options
Thanks(0)
Quote Reply
Posted: 31 January 2005 at 6:00am |
-boRg- wrote:
Possibly your problem is that your web host doesn't give you a
different application pool for sub domains. Check with them on this and
if not ask them if you could have each sub domain running in it's own
application pool.
|
That was it. My host has set my two forum directories to each have their own application pool. Thanks boRg!
|
 |