multiple-sites

Django: Conflict Between Live & Staging Sites on Same Server

I've recently pushed a Django app live. We built the app in a staging subdomain on the server. When I went live, I copied the files of the staging subdomain to the main site, created a staging database and pointed the old staging site at the new staging database (leaving the new live site pointed at the original database). This is on mod...

how to implement single sign on in .Net?

What is the best solution to implement single sign on in a .net application? I have googled and found few solutions but I am not very convinced with those solutions. User logs on website1 and then moves to website2. How website2 will know user has logged in? I guess by passing some token in the url which will be checked by website2 in d...

Apache2 - multiple sites, easiest setup

Hi, I'd like to use mod_vhost_alias for ease of site setup in Apache2.2. So I'd have my virtual host setup something like this: <VirtualHost *:80> VirtualDocumentRoot "/var/www/%0" </VirtualHost> What I'd also like to do on a per site basis, is to include an extra config file - something like this: <VirtualHost *:80> Virtual...

How to deal with mutliple sites that access one 'brain' ?

Generally, my development has only covered small to medium size companies and e commerce sites. My next project will encompass say 30 sites - however, they'll have about 95% in common with each other. I want them to have 1 'brain' that means I can roll out changes, updates to the framework etc only once. I wonder if the Stack Overflow ...

Sitecore - Multiple websites and making "cross-site" requests illegal

I have two IIS sites pointing to diffent physical folders. This is to be able to differentiate the web.config and the files and assemblies used for the sites Database is set to point to the same instance for both sites In web.config are configured to start from different parts The stucture is like this: /sitecore/content/home/default ...

acts_as_ferret with multiple hosts

I've got everything working with ferret and acts_as_ferret for development (or localhost DRb), but I can't get my multiple host deployment working. All of the remote systems get ECONNREFUSED when accessing the port. On the ferret server, the daemon is listening on localhost only despite the configuration listing the FQDN as the host. ...

Same ASP.Net application - Multiple IIS Sites

Hi, A quick ASP.Net performance question... I have an ASP.Net 3.5 SP1 Application that I want to run on IIS 6. For SSL certificate reasons I need to run it on separate sites in IIS. It's a CMS, and some clients will need the add their own SSL certs. 1) Can I run the same set of ASP.Net files on the disk on multiple sites in IIS or do ...

Django: Admin with multiple sites & languages

Hi everybody! I'm supposed to build some Django apps, that allow you to administer multiple sites through one backend. The contrib.sites framework is quite perfect for my purposes. I can run multiple instances of manage.py with different settings for each site; but how should django's admin deal with different settings for different site...

.htaccess codeigniter multiple domains

Hello, everybody I'd like to know if it is possible to organize the following structure of the CodeIgniter installation: - Main folder -- codeigniter -- images -- site1-application -- site2-application -- site1-index.php -- site2-index.php The main idea is to use the same images and codeigniter folder across the multiple web sites fo...

Sitecore multiple sites and link resolution

I have a Sitecore 6.2 installation with 2 sites, configured like so: <site name="eu-website" hostName="dev.mysite.eu" virtualFolder="/" physicalFolder="/" rootPath="/sitecore/content/Europe" startItem="/Home" database="web" domain="extranet" allowDebug="true" cacheHtml="true" htmlCacheSize="10MB" registryCacheSize="0" viewStateCacheSize...