Displaying 20 results from an estimated 10000 matches similar to: "Nginx on CentOS 7: which one for production?"
2019 Dec 26
1
Nginx on CentOS 7: which one for production?
Le 26/12/2019 ? 18:44, Kenneth Porter a ?crit?:
> I suggest using the upstream package. Instructions can be found here:
>
> https://nginx.org/en/linux_packages.html#RHEL-CentOS
OK
>
> There's some conflicting information about how to set up your virtual
> servers in /etc in various blogs. Look at the official documentation to
> see their recommended setup. Most of
2020 Aug 10
3
Docker container isolation not working in CentOS 7
Hi,
I've decided to use these summer holidays to wrap my head around Docker and its
quirks. Spent the last couple weeks working through a Udemy tutorial and a
thick book about Docker, and I have Docker CE installed on two machines:
* my workstation running OpenSUSE Leap 15.1
* a public sandbox server running CentOS 7
I'm currently fiddling with custom networks and container
2020 Jan 01
2
Nginx and SELinux on CentOS 7
Hi,
I'm currently fiddling with Nginx on CentOS 7. Eventually I want to use it
instead of Apache on some servers.
Apache works more or less out of the box with SELinux. My websites are all
stored under /var/www, and ls -Z shows me that all files created under /var/www
are correctly labeled httpd_sys_content_t.
On my sandbox server I don't have Apache (httpd) installed, only Nginx
2019 Dec 16
1
Yum on CentOS 8: Failed to set locale, defaulting to C
Hi,
I'm currently fiddling with CentOS 8.0 on a sandbox server in order to get
acquainted with its various quirks and idiosyncrasies.
Here's the first curious detail I noticed.
I used the CentOS installer in french (since I live in France), but I like my
server systems to default to english. (If you've ever read one of these funny
"frengrish" SELinux alerts, you'll
2020 Aug 13
1
Docker swarm service misconfigured in FirewallD / CentOS 7
Hi,
I'm currently fiddling with Docker Swarm on three sandbox servers running
CentOS 7.
Unfortunately I couldn't get even the most basic configuration running. After
some experimenting and investigating, it turns out there's a problem with
FirewallD.
Here's what I did first on every single node.
# firewall-cmd --permanent --add-service=docker-swarm
# firewall-cmd --reload
I
2016 Nov 03
3
Thunderbird vs. Evolution vs. OwnCloud
Hi,
I'm currently using Thunderbird synced to OwnCloud on my main
workstation running Slackware64 14.1. I just installed CentOS 7 on my
Asus S300 laptop. It's running nicely, and I'm spending some time
getting acquainted with it.
I wonder if I should stick with Thunderbird or go with the default
Evolution application, since this seems to be better integrated into the
desktop, namely
2021 Jan 06
3
CentOS Stream suitability as a production webserver
Le 06/01/2021 ? 08:06, Gordon Messmer a ?crit?:
> Are you describing an actual problem, right now, or is that an invented example?
No, this was an actual problem I had back in April 2020. Upgrading from CR
broke imagemagick, so I couldn't use the corresponding PHP modules, so my
Roundcube installation was broken for a few weeks.
One of the things I like about Oracle Linux is that they
2017 Sep 21
4
CentOS 7: changes to php.ini
Hi,
I'm hosting a few web apps like OwnCloud, Wordpress and Dolibarr on
CentOS 7 that require a handful of changes to php.ini. I have to define
some custom values for post_max_size, upload_max_filesize, etc.
I don't know if I'm supposed to edit /etc/php.ini directly or if changes
should be put in a configuration file stub in /etc/php.d. For example, I
followed the recommendations of
2017 Dec 02
5
Apache and web content permissions
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
> dozen) webservers automagically (local yum repository) ... externe
That would mean
2018 Apr 08
8
XScreenSaver
Hi,
I'm currently moving all our local school's desktop clients from
Slackware 14.1 to CentOS 7 + Xfce. Right now I'm fine-tuning the default
user profile.
I have a problem with XScreenSaver. The application per se works very
well. Only there's a hard-coded pop-up window that reminds the user that
he's not running the latest version. So, if I'm running version 5.36 as
2018 Feb 02
6
Slightly OT : newsletters, mail formatting and netiquette
Hi,
This question is not exactly CentOS-related strictly speaking, but here
goes. I'm running a few newsletter servers for myself and a handful of
clients on public CentOS servers with PHPList.
For the last twenty years or so I've followed the basic rule that mails
should have no formatting whatsoever, only simple text. And now I wonder
if that basic rule of netiquette also applies to
2018 Feb 28
9
Squid and HTTPS interception on CentOS 7 ?
Hi,
I've been running Squid successfully on CentOS 7 (and before that on 6
and 5), and it's always been running nicely. I've been using it mostly
as a transparent proxy filter in school networks.
So far, I've only been able to filter HTTP.
Do any of you do transparent HTTPS filtering ? Any suggestions, advice,
caveats, do's and don'ts ?
Cheers from the snowy South of
2018 May 01
2
HPLIP vs. CentOS
Hi,
Our local school has recently acquired an HP PageWide Pro 477
professional printer.
According to HP, the printer requires HPLIP 3.16.3 at least.
Unfortunately, CentOS is only shipping HPLIP 3.15.9.
So I downloaded and installed the hplip/hplipfull package from the HP
site. Installing this thing and getting it to work is not exactly a
trivial task, as I documented in my blog:
2018 Mar 14
4
Squid + SquidGuard : static block page not working
Hi,
I've been working with Squid + SquidGuard for a few years, though only
on Slackware. I'm currently transferring my proxy expertise to CentOS 7,
and right now I'm having a little problem with that.
Squid works perfectly so far as a transparent HTTP + HTTPS cache proxy.
The next step is to add SquidGuard, so I installed it and edited the
most basic /etc/squid/squidGuard.conf file
2018 Apr 08
4
XScreenSaver
On Sun, Apr 8, 2018 at 1:06 PM Nicolas Kovacs <info at microlinux.fr> wrote:
> Le 08/04/2018 ? 13:54, Nicolas Kovacs a ?crit :
> > As far as I can tell, there would be several solutions to this problem.
> >
> > 1. Ask the EPEL maintainers to keep the application up-to-date.
> >
> > 2. Patch the darn thing so I don't get the annoying popup.
> >
>
2020 Feb 09
6
CentOS 7 : network interface renamed from eth0 to eth1 after reboot
Hi,
I've done my fair share of CentOS 7 installations, but this is the first time I
have this kind of weird problem. Here goes.
In my office I have a battered Dell Optiplex 320 PC with two NICs that I'm
using as a bare metal sandbox server for testing purposes.
The CentOS 7 installer sees the connected network card as eth0. But after the
first reboot, the interface comes up as eth1.
2017 Jul 18
2
OpenVAS: confusion with 3rd party repos
Hi,
I'm currently experimenting with OpenVAS, the vulnerability scanner
which was forked from Nessus.
I'm reading through various HOWTOs and tutorials, and it seems like I'm
stuck very early in my fiddling process.
All the CentOS-based tutorials I've found mention a third-party Atomic
repo, and here's how the installation usually begins.
# wget -q -O -
2017 Dec 29
2
CentOS 7 + KDE : post-installation script
Hi,
I just spent two rainy days writing and fine-tuning a post-installation
script for CentOS 7 and KDE.
https://github.com/kikinovak/centos-7-desktop-kde
I've just tested it on three different machines here, and it works quite
nicely. Feel free to give it a spin and make some suggestions.
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730
2018 Nov 18
5
CentOS 7 + GNOME : all icon themes broken after update from CR
Hi,
I just upgraded one of my CentOS 7 + GNOME desktops from the CR repo.
After the upgrade, it seems like all of the icon themes are broken.
Missing icons everywhere.
Any idea what's going on here ?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at
2020 Jun 12
4
Minicom and Ncurses
Hi,
I have to do some maintenance on a CentOS 7 proxy installed on a routerboard
without a video card. The only way to access this machine directly is via
Minicom and serial port.
I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
Ncurses rendering in Minicom works in the sense that chickens fly and horses
swim. What you get is a forest of question marks with a few