Re: web page problem

2019-06-15 Thread mick crane
On 2019-06-13 20:33, Gene Heskett wrote: Greetings all; And it's my web page. Or do I have to copy them across to a local dir I can share and chown them to match the apache2 sandboxes names? Don't know if supposed to but can put a soft link in /var/www/html pointing to directory anywhere

Re: web page problem

2019-06-14 Thread Gene Heskett
On Friday 14 June 2019 09:04:50 am Joe wrote: > On Fri, 14 Jun 2019 14:58:05 +0200 > > wrote: > > On Fri, Jun 14, 2019 at 08:46:51AM -0400, Greg Wooledge wrote: > > > On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: > > > > looks good, but the problem is, only gene=user 1000 has any

Re: web page problem

2019-06-14 Thread Gene Heskett
On Friday 14 June 2019 09:04:22 am Greg Wooledge wrote: > On Fri, Jun 14, 2019 at 02:58:05PM +0200, to...@tuxteam.de wrote: > > That's my standard setup: the files belong to a "www admin" (can be > > a regular user, can be root) and have the group www-data. So the web > > server hasn't (usually) w

Re: web page problem

2019-06-14 Thread Gene Heskett
On Friday 14 June 2019 08:46:51 am Greg Wooledge wrote: > On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: > > looks good, but the problem is, only gene=user 1000 has any rights > > to follow that path, so this access must be done as gene, not the > > default www-data:www-data, or eve

Re: web page problem

2019-06-14 Thread Kevin DAGNEAUX
Le 14/06/2019 à 15:04, Joe a écrit : On Fri, 14 Jun 2019 14:58:05 +0200 wrote: On Fri, Jun 14, 2019 at 08:46:51AM -0400, Greg Wooledge wrote: On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: looks good, but the problem is, only gene=user 1000 has any rights to follow that path,

Re: web page problem

2019-06-14 Thread Greg Wooledge
On Fri, Jun 14, 2019 at 02:58:05PM +0200, to...@tuxteam.de wrote: > That's my standard setup: the files belong to a "www admin" (can be a > regular user, can be root) and have the group www-data. So the web > server hasn't (usually) write access to normal htmls and cgi-bins > (oh, for the last, exe

Re: web page problem

2019-06-14 Thread Joe
On Fri, 14 Jun 2019 14:58:05 +0200 wrote: > On Fri, Jun 14, 2019 at 08:46:51AM -0400, Greg Wooledge wrote: > > On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: > > > looks good, but the problem is, only gene=user 1000 has any > > > rights to follow that path, so this access must be

Re: web page problem

2019-06-14 Thread tomas
On Fri, Jun 14, 2019 at 08:46:51AM -0400, Greg Wooledge wrote: > On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: > > looks good, but the problem is, only gene=user 1000 has any rights to > > follow that path, so this access must be done as gene, not the default > > www-data:www-data

Re: web page problem

2019-06-14 Thread Greg Wooledge
On Thu, Jun 13, 2019 at 06:11:03PM -0400, Gene Heskett wrote: > looks good, but the problem is, only gene=user 1000 has any rights to > follow that path, so this access must be done as gene, not the default > www-data:www-data, or even as the parent session of apache2.. So change the ownership/p

Re: web page problem

2019-06-13 Thread Gene Heskett
On Thursday 13 June 2019 05:09:35 pm Felix Miata wrote: > Gene Heskett composed on 2019-06-13 16:44 (UTC-0400): > > Felix Miata wrote: > > > > Alias   /urlDebSub/ "/LocalPathHostingTheDebs/" > > > > I've done that to /etc apache2/apache2.conf, and restarted it. > > > > Then because the web servers

Re: web page problem

2019-06-13 Thread Felix Miata
Gene Heskett composed on 2019-06-13 16:44 (UTC-0400): > Felix Miata wrote: > Alias   /urlDebSub/ "/LocalPathHostingTheDebs/" > I've done that to /etc apache2/apache2.conf, and restarted it. > Then because the web servers root page is at /var/www/html, and gene is > the head of the data, I touc

Re: web page problem

2019-06-13 Thread Gene Heskett
On Thursday 13 June 2019 04:03:04 pm Felix Miata wrote: Alias   /urlDebSub/ "/LocalPathHostingTheDebs/" I've done that to /etc apache2/apache2.conf, and restarted it. Then because the web servers root page is at /var/www/html, and gene is the head of the data, I touched urlDebSub in /var/www/ht

Re: web page problem

2019-06-13 Thread Felix Miata
Gene Heskett composed on 2019-06-13 15:33 (UTC-0400): > I just today managed to build, install and run, the latest master of > LinuxCNC on a raspberry pi 3b. Now I'd like to make it available for > download as debs to other pi 3b users by putting a link to that machine > and the directory on it