Re: [CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread Jonathan Billings
On Tue, Nov 21, 2017 at 09:40:27AM -0800, david wrote: > Jonathan > Thanks for the advice. If you recommend NOT to use /tmp for cgi > temporaries, where would you put them and how to name them? And about > SELINUX, I'll consider that, but I'd like to get this working without > SELINUX first. >

Re: [CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread Valeri Galtsev
On Tue, November 21, 2017 12:02 pm, Gordon Messmer wrote: > On 11/21/2017 08:42 AM, david wrote: >> SELINUX is disabled. > ... >> Any suggestions? > > Yeah, https://stopdisablingselinux.com/ Ha-ha! I like it! Does anybody remember LIDS:

Re: [CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread Gordon Messmer
On 11/21/2017 08:42 AM, david wrote: SELINUX is disabled. ... Any suggestions? Yeah, https://stopdisablingselinux.com/ Also, you *could* run "systemctl edit httpd.service" and enter two lines: [Service] PrivateTmp=false ... if you specifically need to share /tmp.  The alternative is

Re: [CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread david
At 09:24 AM 11/21/2017, Jonathan Billings wrote: On Nov 21, 2017, at 11:42, david wrote: > > Folks > > I'm having file-access problems in Apache 2.4 under Centos 7. In particular: > > - I have a file that's readable to every user and every application, (writeable by only one

Re: [CentOS-es] asunto con DRBD

2017-11-21 Thread Erick Ocrospoma
Muestranos tu config 2017-07-28 15:15 GMT-05:00 Ricky Gutierrez : > saludos lista , estoy tratando de hacer andar drbd-8.4.8-1 en > centros 7.x , tengo dos servidores con una partición igual en ambos + > LVM y sus respectivos volúmenes , pero no logro hacer que me

Re: [CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread Jonathan Billings
On Nov 21, 2017, at 11:42, david wrote: > > Folks > > I'm having file-access problems in Apache 2.4 under Centos 7. In particular: > > - I have a file that's readable to every user and every application, > (writeable by only one user), but my CGI scripts cannot read it. > >

[CentOS] File access in Apache 2.4 (clarification)

2017-11-21 Thread david
Folks I'm having file-access problems in Apache 2.4 under Centos 7. In particular: - I have a file that's readable to every user and every application, (writeable by only one user), but my CGI scripts cannot read it. - Some of my CGI scripts need temporary storage for some files. They

[CentOS] Grub2 utilities missing from Rescue environment in build 1708

2017-11-21 Thread arjones85
grub2-install and a majority of the other grub2-* utilities are no longer present in the Rescue environment. These were there in 1611. Anyone know if this was a purposefully-made decision (and why?), or an oversight? I've checked both the DVD and Everything iso. Not there. -- Sent from:

[CentOS-announce] CEEA-2017:3254 CentOS 7 pygobject3 Enhancement Update

2017-11-21 Thread Johnny Hughes
CentOS Errata and Enhancement Advisory 2017:3254 Upstream details at : https://access.redhat.com/errata/RHEA-2017:3254 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

Re: [CentOS] grub To grub2 Migration

2017-11-21 Thread Johnny Hughes
On 11/20/2017 06:55 PM, Eugene Poole wrote: > I'm trying to move to CentOS 7.  One of my concerns is how to make the > changes to grub that supports booting from either of the disk partitions > that make up /dev/md0 (/dev/sda1 and /dev/sdb1) or whatever it would be > under CentOS 7. > > Is there

Re: [CentOS] File access in Apache 2.4

2017-11-21 Thread Pete Biggs
On Mon, 2017-11-20 at 18:19 -0800, david wrote: > Folks > > I'm having file-access problems in Apache 2.4 under Centos 7. In particular: > > - I have a file that's readable to every user and every application, > (writeable by only one user), but my CGI scripts cannot read it. > > - Some of my