Categories
- Database (7)
- DNS (5)
- Encryption (8)
- Linux Administration (78)
- MacOSX (9)
- Mailserver (11)
- Monitoring (3)
- Multimedia (2)
- Photo (1)
- PHP (7)
- Rescue (4)
- Review (5)
- Security (37)
- Storage (1)
- Uncategorized (1)
- Version control system (16)
- Virtualisation (4)
- Web technologies (8)
- Wordpress (1)
Social Profiles
Facebook
Github
Twitter
Linkedin
Xing
Gravatar
Stackoverflow
Mastodon-
Tag Archives: Apache
Reverse proxy with exception for Let’s Encrypt
With many services running in their own container or with their own daemon, the use of reverse proxies is getting more common, and at the same time, the use of SSL/TLS has become a standard. Let’s Encrypt is a provider … Continue reading
Posted in Encryption, Web technologies
Tagged Apache, certificate, Let's Encrypt, proxy
Comments Off on Reverse proxy with exception for Let’s Encrypt
SELinux allow webserver to send email
When Wordpress tries to send email and you see “your host may have disabled the mail() function” it might be that SELinux is blocking it. Here is how to enable it. Continue reading
Posted in Linux Administration, Security
Tagged Apache, SELinux, Wordpress
Comments Off on SELinux allow webserver to send email
Set up apache and the log path with SELinux
Depending on your backup strategy you might run into troubles of backup the entire /etc directory. Running a default installed Apache on CentOS will have the log directory of Apache linked from within the /etc/httpd/ directory. If you backup solution would backup those as well, the backups would contain the logs and get huge. Continue reading
Posted in Linux Administration, Security
Tagged Apache, CentOS, SELinux
Comments Off on Set up apache and the log path with SELinux