Re: [CentOS] Good linux software RAID primer advise

2017-12-02 Thread Arun Khan
On Fri, Dec 1, 2017 at 7:38 AM, Miguel Medalha wrote: >>> Could someone recommend good Linux software RAID primer. It would >> be >>> good if it has good coverage of monitoring and dealing with failures. > > https://raid.wiki.kernel.org/index.php/Linux_Raid +1 and practice

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Leon Fauster
> Am 02.12.2017 um 22:14 schrieb Nicolas Kovacs : > > Le 02/12/2017 à 10:30, Nicolas Kovacs a écrit : > > ==> Reminder: this is actually the question I'm asking in my post. Oh, we all read (only) what we want :-) > So I'm finally coming to my question. How problematic is

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Richard
> Date: Saturday, December 02, 2017 22:14:19 +0100 > From: Nicolas Kovacs > > Le 02/12/2017 à 10:30, Nicolas Kovacs a écrit : > > ==> Reminder: this is actually the question I'm asking in my post. > >> So I'm finally coming to my question. How problematic is it really >>

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Nicolas Kovacs
Le 02/12/2017 à 10:30, Nicolas Kovacs a écrit : ==> Reminder: this is actually the question I'm asking in my post. > So I'm finally coming to my question. How problematic is it really to > have the apache user and group owning the stuff under /var/www? :o) -- Microlinux - Solutions

Re: [CentOS] Firefox print to file fail silent & side notes of cms4all.

2017-12-02 Thread Lamar Owen
On 11/06/2017 05:08 PM, Andreas Benzler wrote: Hello everyone, in time when i start to rebuilt my csm4all-media, I tryed to print into file from firefox. The print box close but no pdf is created. While attempting to print to PDF today I ran into this same issue. It's SELinux throwing the

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Leon Fauster
Am 02.12.2017 um 14:27 schrieb Nicolas Kovacs : > > Le 02/12/2017 à 14:19, Leon Fauster a écrit : >> I would build a rpm package of wordpress (everything can be defined >> there like permissions etc) > > The initial question was: WHAT permissions? The application design

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Brian Mathis
You could write a script to open the permissions, apply updates using something like http://wp-cli.org/, then close the permissions again. Run it through cron so you get updates in a timely manner. ~ Brian Mathis @orev On Sat, Dec 2, 2017 at 8:27 AM, Nicolas Kovacs wrote:

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Nicolas Kovacs
Le 02/12/2017 à 14:19, Leon Fauster a écrit : > I would build a rpm package of wordpress (everything can be defined > there like permissions etc) The initial question was: WHAT permissions? > and disabling the automatic update > function in wordpress. Build once it can be installed on all (two

Re: [CentOS] Apache and web content permissions

2017-12-02 Thread Leon Fauster
> Am 02.12.2017 um 10:30 schrieb Nicolas Kovacs : > > Hi, > > Until a few months ago, when I had to setup a web server under CentOS, I > assigned (I'm not sure about the correct english verb for "chown"ing) > all the web pages to the apache user and group. To give you an

Re: [CentOS] time foo

2017-12-02 Thread hw
John R Pierce wrote: On 12/1/2017 11:32 AM, hw wrote: So this would mean that the database (running on a different server) takes almost two times as much as foo --- which I would consider kinda excruciatingly long because it´s merely inserting rows into two different tables after they were

Re: [CentOS] time foo

2017-12-02 Thread hw
Mark Haney wrote: On 12/01/2017 02:32 PM, hw wrote: Hm. Foo is a program that imports data into a database from two CVS files, using a connection for each file and forking to import both files at once. So this would mean that the database (running on a different server) takes almost two

[CentOS] Apache and web content permissions

2017-12-02 Thread Nicolas Kovacs
Hi, Until a few months ago, when I had to setup a web server under CentOS, I assigned (I'm not sure about the correct english verb for "chown"ing) all the web pages to the apache user and group. To give you an example, let's say I have a static website under /var/www/myserver on a CentOS server