If a nameserver has not been secured to restrict zone transfers you can request one to see all the records in a particular domain zone by using Dig – So to find a nameserver for a particular domain: dig domain.com ns Then to find if you can get all the records use the namesever of …
Read More
Host Multiple Web Sites on OS X Server 10.7 Lion
Serving Multiple Web Sites on OS X 10.7 Lion with the Server.app. OS X server provides functionality to host and serve multiple virtual websites from the same host over a single (or multiple) IP address, it can run the same confgurations like a regular Linux webserver as it uses Apache under the hood, you can …
Read More
How to Add Install and Configure an SSL Certificate to Mac OS X 10.7 Lion Server
OS X Lion Server provides a number of services which can all be SSL enabled – this guide gets you up to speed on how to create, install and configure an SSL certificate in the Server.app interface for a secure encrypted connection. Pre-requisites – OS X 10.7 Lion -Server.app – properly formatted fully qualified domain …
Read More
FTP/TLS or FTP/SSL not working on VPS with CSF Firewall
CSF is a great opensource firewall to use instead of raw IP tables and it includes a WHM add on module for cPanel servers, but getting FTP/TLS or FTP/SSL to run successfully needs a couple of tweaks. FTP works fine over Port 21 but is not considered that secure. To get FTP/TLS SSL working you …
Read More
Redirecting HTTP to HTTPS on OS X 10.6 Server Snow Leopard
You should be able to redirect HTTP to HTTPS using Server Admin and the Aliases and Redirect options in the Web Service for the site in question, have your initial web site set up to share over Port 80, duplicate it using the duplicate option, on the duplicate option switch the port number to 443 …
Read More