Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 06:33 PM, Sander van Zoest wrote: > In apache 2.4 by default you need to whitelist the directories you want > to allow access to outside of the default server root. You can do that > by adding a directory block as follows: > > > Require all granted > > > The full details are at

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 06:33 PM, Sander van Zoest wrote: > In apache 2.4 by default you need to whitelist the directories you want > to allow access to outside of the default server root. You can do that > by adding a directory block as follows: > > > Require all granted > > > The full details are at

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 06:25 PM, Mark Garrow wrote: > I just flashed on something.. You should probably be making a change in > the hosts file. > > http://httpd.apache.org/docs/2.2/vhosts/examples.html > > > > > Thanks Mark, and I pretty much have that working as I can change the > browser pat

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Sander van Zoest
In apache 2.4 by default you need to whitelist the directories you want to allow access to outside of the default server root. You can do that by adding a directory block as follows: Require all granted The full details are at http://httpd.apache.org/docs/2.4/upgrading.html Linode has a good

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Mark Garrow
I just flashed on something.. You should probably be making a change in the hosts file. http://httpd.apache.org/docs/2.2/vhosts/examples.html > > Thanks Mark, and I pretty much have that working as I can change the > browser path via the ServerName and arrive at the same location being > fed fr

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 06:05 PM, Mark Garrow wrote: > Sorry Scott, > > That's over my head at this point. However, a quick google search I > came up the this link. You've probably already seen it but I though I'd > pass it along. > > http://blog.code4hire.com/2011/03/setting-up-virtual-hosts-for-apache

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Mark Garrow
Sorry Scott, That's over my head at this point. However, a quick google search I came up the this link. You've probably already seen it but I though I'd pass it along. http://blog.code4hire.com/2011/03/setting-up-virtual-hosts-for-apache-on-ubuntu-for-local-development/ > It's the same. Good

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 05:32 PM, Mark Garrow wrote: > Scott, > > If you go into /var/www and ls -la you'll see what the group and user > settings are. I'm pretty sure that your /srv directory and it's > contents needs to be the same for apache to access it. > > Mark > > > On Fri, Jul 18, 2014 at 4:50 P

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Mark Garrow
Scott, If you go into /var/www and ls -la you'll see what the group and user settings are. I'm pretty sure that your /srv directory and it's contents needs to be the same for apache to access it. Mark On Fri, Jul 18, 2014 at 4:50 PM, Scott DuBois wrote: > On 07/18/2014 10:43 AM, Mark Garrow

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
On 07/18/2014 10:43 AM, Mark Garrow wrote: > Hi Scott, > > I'm not sure if this will help, but the only thing you didn't > mention was changing the group and user of /srv .. If I remember > correctly /var/www is www-data:www-data for group and user. > - > > > Best regards, > > Mark Garrow

Re: [Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Mark Garrow
Hi Scott, I'm not sure if this will help, but the only thing you didn't mention was changing the group and user of /srv .. If I remember correctly /var/www is www-data:www-data for group and user. - Best regards, Mark Garrow -- Ubuntu-us-ca mailing list Ubuntu-us-ca@lists.ubuntu.com Modify

[Ubuntu-US-CA] Server 14.04 new VirtualHost

2014-07-18 Thread Scott DuBois
Hi All, Over the last few days I've been working on setting up a new VirtualHost inside Kubuntu 14.04 and been having difficulty getting any results outside of the /var/www directory. I've been playing around with LAMP stacks for a number of years as simple development platforms for HTML, CSS and