[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Gareth McCumskey
Use Apache virtual servers, just like it describes in the book, and you can't go wrong. On Sat, Sep 26, 2009 at 10:14 PM, Jeremy Thomerson jeremythomer...@gmail.com wrote: What server are you deploying to? Apache, IIS, etc On Sat, Sep 26, 2009 at 8:52 AM, Steve Sanyal

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Alexandru-Emil Lupu
Judging the problem you have dscribed here, it seems that you are trying to deploy the project into a shared hosting system. If so, Create a symlink of your public_html as web.. and deploy the application in the parent directory of your symlink. example: if you have /home/hosting/public_html/

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Steve the Canuck
Hi Alecs and everyone, Thanks for your responses. I'm deploying this to a Linux box running Apache. It's a reseller account, so I don't think I can create virtual servers. Alecs - the solution you wrote is the one I said was not possible in my original message. That's because in my

[symfony-users] Re: Deployment problem in production

2009-09-26 Thread Jeremy Thomerson
What server are you deploying to? Apache, IIS, etc On Sat, Sep 26, 2009 at 8:52 AM, Steve Sanyal steve.san...@gmail.comwrote: Hi, I'm soon to deploy my application to production. However, I am having some issues because of the directory structure. On my staging machine, I would