multiple piers on the same image with apache

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

multiple piers on the same image with apache

Scott Sproule
Does anyone have experiene running multiple pier cms under apache on the same image using different domain names?

I can successfully set up pier connected via apache.  But to get the differnt domains to connect each pier in the image I ran into trouble as I had to set the pier cms to default application.  I used the typical apache configuration and rewrite rules to localhost 8080.

I even tried running the differnt piers on different ports  (eg pier 1 8080, pier 2 8081 pier 3 8082) but this bombed out due to the default application setting in the config section..

I can supply more details if necessary.


S._______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: multiple piers on the same image with apache

Lukas Renggli
It is certainly possible, but not recommended and not supported out of the box.

You need to make sure that the persistence mechanisms between the
instances do not mess with each other.

Also you probably want to keep the static files separately.

> I even tried running the differnt piers on different ports  (eg pier 1 8080, pier 2 8081 pier 3 8082) but this bombed out due to the default application setting in the config section..

Why? What happened?

On seasidehosting.st for example, many hundred Pier images run in
parallel on different ports ...

Lukas

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: multiple piers on the same image with apache

sebastianconcept@gmail.co
In reply to this post by Scott Sproule
On Nov 8, 2011, at 5:08 AM, mail list wrote:
Does anyone have experiene running multiple pier cms under apache on the same image using different domain names?

I'm curious, what's your motivation for doing that?


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside