Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-26 Thread Mikael Ohlsson
Seems like something is usling port 8080. Swap port tö something else. On May 25, 2011 7:55 AM, "Chinthaka Rukshan Weerakkody" < chinthakaruks...@gmail.com> wrote: > Hi, > > I followed that tutorial and configured the httpd.conf file as follows. My > installation directories are as follows. > > sym

Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-25 Thread Erkhembayar Gantulga
Hi. Chinthaka Rukshan Weerakkody you can create configuration file in /etc/apache2/sites-available/YourDomain.lo.conf and enable it sudo ln -s /etc/apache2/sites-available/YourDomain.lo.conf YourDomain.lo.conf Then add YourDomain in /etc/hosts file. Finally restart apache sudo /etc/init.d/apache

Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-25 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this sounds like you messed up your apache configuration - or you have some other server running on 8080 already. this has nothing to do with symfony. you should check the setup of your machine. just to try out, you can also try some other port differ

Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-24 Thread Chinthaka Rukshan Weerakkody
Hi, I followed that tutorial and configured the httpd.conf file as follows. My installation directories are as follows. symfony projects directory: /var/www/symphonyprojects (project directory is inside the localhost www directory) I created /lib/vendor directory inside the symphonyprojects direc

Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-24 Thread Chinthaka Rukshan Weerakkody
can anyone help me please? -- Chinthaka Rukshan Department of Computer Science and Engineering, University of Moratuwa, Sri Lanka. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed

Re: [symfony-users] Re: Need Help to Install Symfony

2011-05-23 Thread Donald Tyler
You need to setup aliases in the apache configuration file for your site. The images used by Symfony are not stored in the public web folder, so you need aliases to instruct apache where to find them. See this page for more info. The sect