Re: [symfony-users] Netbeans with sudo root permission problem

2011-02-16 Thread Gareth McCumskey
You should really have all your files sitting in your home directory and use Apache virtual hosts (as described on the symfony website) too all you to test the application in your local browser. You should not store your project in the /var/www directory. On Wed, Feb 16, 2011 at 5:31 PM, ereallsta

Re: [symfony-users] Netbeans with sudo root permission problem

2011-02-16 Thread Macvek
Hi, You can always make directory in /var/www/UserName which belongs to user and servers only php scripts, which should be read-only for apache and have a directory /var/www/UserName/share, with mask 777 (or owned by www-data) for files used by scripts. On the other hand Symfony doesn't have to b

[symfony-users] Netbeans with sudo root permission problem

2011-02-16 Thread ereallstaff
Hi I have an annoying problem develoing application with netbeans I am on Ubuntu 10.10 and use netbeans 6.9 , installed from Ubuntu software center repository I know that applications Symonfy and php file should belong to www:data user and group, where www-data that is the default Apache user. B