I am developing a streaming server.Drupal just has a front end to it.
May be if you have some resource then share.

I have another finding also

                                        Error 3 and findings

        The problem I had was previously we configured some sites  like this
before Formatting
http://myserver.com/site2

and now like this
http://site1.myserver.com

now here comes the problem.

Where I have been struggling and Googling for things. If you use a
framework such as Grails,Drupal,Joomla or try to use some thing then
there is a thing known as X-Forwarded-For in the headers of the site
which reverse proxy will pass it on.

The internal site in both the above cases has to be configured
differently.So that it works on the client side properly.


Some googling will tell to css to load on client side at some place on
configuration you need to activate a variable this variable will be
different in Joomla and different on another web CMS.

If you program in PHP no frame work  then you have to have a different
strategy to maintain session. Like this.I wish if while installing CMS
or some thing on client side the servers or CMS's can ask the person
if he is using reverse proxy.

In both the cases
http://site1.myserver.com
and http://myserver.com/site2

settings are different and settings are even different if you have
multiple sites and each on different framework that makes the work
difficult.



May be some one will have a look at this post and things would change.

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to