Em Sunday 02 March 2008 15:07:02 hoboro escreveu:
> Is there anyone out there who as successfully done a deployment of
> their turbogears application. I have become very frustrated. It seems
> to me that the instructions on deploying behind Apache are not working.

They work.  They just require you to understand the system where you are 
deploying to.

> Whenever I click on my domain url for example http://stevens.no-ip.biz
> it is bringing up the index.html under the location of
> C:\Program Files\Apache Software Foundation\Apache2.2\htdocs

And how have you configured the virtual hosts for your Apache installation?

> What i need to do is bring up the startpage of my turbogears
> startup.kid template which is located under the
> following directory C:\Python25\Deceptive

No.  What you need is either rewrite the URL to TG, proxy the request to it or 
have mod_python configured to have TG answer on that location.  Three 
different deployment methods.

> Correct
> me if I am wrong there are 3 files that changes need to occur:
>
> 1.prod cfg
> 2.httpd.conf
> 3.httpd-vhosts.conf (For Virtual Host)

It all depends on how your system is configured.  Here I add a new ".conf" on 
vhosts.d directory under Apache's tree and that's it.  It will be read when 
Apache is restarted.

> To the Turbogears community Please provide some instructions that make
> your site actually work.

This is an Apache problem.  Apache is one of the servers that can be used.  
You can make your application listen directly on port 80 and then you won't 
need Apache.  You can use nginx.  You can use other webservers...  

If you are deploying something into production you'd better know what you are 
doing to prevent you from creating security problems on your server.


So, if you can let us know what you did -- describe it, since the instructions 
on the website work and this is how I deploy my projects -- we can help 
better.


-- 
Jorge Godoy      <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to