Showing posts with label web server. Show all posts
Showing posts with label web server. Show all posts

Monday, 7 November 2011

DMZ and Securing your Web Server

What are DMZ’s and how can they contribute to securing your web server?
A DMZ is a 'Demilitarized Zone'. Its just an area outside your firewall, like the front yard of your house. It belongs to you and you may put some things there, but you would put anything valuable inside the house where it can be properly secured.
Most software firewalls available will allow you to designate a directory on the computer as a DMZ if you have multiple computers on your network.
Once you have a firewall in place, you should test it.
A great way to do this is to go to www.grc.com and try their free Shields Up! security test.

source:
Website Design Melbourne

Tuesday, 16 August 2011

The difference between a Windows web server and a Linux web server?

A web server is a computer that deliver web pages up. Every web server has an IP address and possibly a domain name.
Windows and Linux have a lot of Similarities involving the use of                               
  • HTML, JavaScript and outgoing mail server (SMTP server)
  • CGI (Common Gateway Interface) also known as Shell Scripts involving computer languages, (for example PERL, JAVA).          

Differences is that;
  • Linux is uses FTP (File Transfer Protocol) to upload files onto the web server whereas windows uses Telnet.
  • PHP a Server Side Script is for windows servers but mainly for Linux based.
  • ASP and ASP.net (newer) are for Windows. It provides access to VB.net (Visual Basic) and the VB Scripting language. ASP can be used on Linux but it is very rare and unlikely.
  • MySQL Database is Linux based and Access is for Windows based web servers. Other Databases are mainly for Windows based.
Source: 
www.elegantwebdesigns.com.au