Webserver behind a router – firewall – apache – linux
- No Comments
- Mar, 11, 2011
- Angelo Schalley
- Linux, Networking, security
Web Server Set Up – Dynamic or Static IP
Apache Web Server configuration for Redhat 7.3, 8.0 and 9.0 with Dynamic ip to router.
This section is designed to detail the steps you may need to go through to setup a server on an ISP that only gives out a dynamic IP address. You will need to edit network configuration on your server by set it to statically and taking the ip number you’ve been assigned by your router (eg) – (192.168.0.2), subnet mask 255.255.255.0 and gateway 192.168.0.1, and use your isp nameservers ip’s. The general approach is to use a dynamic ip address yet access your server via a domain name. This allows you and others to always reach your website from the outside even if the ip address changes regularly. Basically what needs to be done is to configure the apache configuration file httpd.conf for your dynamic IP.
Read more on Webserver behind a router – firewall – apache – linux…
Openssl Certificates Tips & Tricks DER CRT CER PEM
- No Comments
- Dec, 30, 2010
- Angelo Schalley
- Certificates, Linux, Plesk Linux
Certificates and Encodings
At its core an X.509 certificate is a digital document that has been encoded and/or digitally signed according to RFC 5280.
In fact, the term X.509 certificate usually refers to the IETF’s PKIX Certificate and CRL Profile of the X.509 v3 certificate standard, as specified in RFC 5280, commonly referred to as PKIX for Public Key Infrastructure (X.509).
Read more on Openssl Certificates Tips & Tricks DER CRT CER PEM…