Your Ad Here
 

linux

devans's picture

Minimal Apache Web Server httpd.conf configuration file

Your rating: None Average: 4.5 (4 votes)

Following an install of Apache on Windows you are faced with the somewhat daunting process of wading through the httpd.conf file and deciding upon what is required for your particular circumstance.

As a matter of course, I typically save the default httpd.conf file to another name and use a vastly trimmed down variant in place thereof.

What I have pasted below represents such an example and trims the config file to a much more manageable 55-lines of code having stripped the unnecessary elements along with all of the comments.


PidFile logs/httpd.pid
Listen 80
ServerName localhost
ServerTokens Prod
ServerSignature Off
FileETag None
UseCanonicalName Off
HostnameLookups Off
AddDefaultCharset IS-8859-1
ServerAdmin webadmin@localhost
ServerRoot "c:/www/Apache22"

devans's picture

TrueCrypt - How To

Your rating: None Average: 4.5 (4 votes)

Quite some time ago I published on another site (http://www.teqhead.com) a flash-based tutorial on how to use TrueCrypt, the FREE open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux.

While the version I based the how-to on is a few releases behind now, the principle and the general functionality all remain the same.

You can choose to view on line by going to the following link: http://www.poscribes.com/files/truecrypt.swf

Or you can choose to download the external application for viewing in your own time, at the bottom of this post or here.

Enjoy!

Dave

devans's picture

Disabling USB Storage Devices

Your rating: None Average: 5 (3 votes)

Controlling what information can be moved around via thumb drives, i-Pods, cameras and other forms of removable storage media has gained a lot of focus over the past 12-months. It's not to say the need hasn't been there for much longer, because it has, just that media attention following exposure and loss of personal information, for instance social security numbers, has resulted in auditor attention.

There are a number of third-party products that claim to control usage of and the functionality thereto in terms of read or read-write capability for USB storage devices, however, in my experience the simplest approach is usually the only approach that stands the test of time.

devans's picture

Poscribes - Hardware Update

Your rating: None Average: 5 (1 vote)

Over the past several weeks/months I have been collecting together the components necessary to update and enhance the hardware supporting this and several other websites that I maintain from my home.

The original configuration in a self-hosted model was that of a single PC. This thankfully was replaced by better hardware a couple of years ago that could be best described as powerful desktops or low-grade, non-redundant, server equipment.

Well today I am pleased to announce that through a little begging, a little borrowing and a little scavenging I have established not only a redundant configuration in terms of multiple web servers but also a load-balanced and highly available configuration.

Here's a quick overview of the setup as it stands now.

 
[Click Image To Enlarge]

Home Network Diagram




 



As you can see there are now two web servers and two database servers. A little overkill for the current setup maybe; but enough room to grow for the foreseeable future too. Like I said earlier this is not the only website that I am hosting on this system but it is the one that currently draws the most attention and the most traffic.

Here are few pictures of the equipment in operation. Some of it is not the newest server technology but the systems run strong, offer RAID capability and in the case of the two newer servers redundant power also.

[Click Image To Enlarge]

The used rack is a little more aesthetically pleasing than the previous open wire rack





[Click Image To Enlarge]

Wiring mostly in place, just a little tidy up to do.





[Click Image To Enlarge]

Intake fan at bottom aids cooling as does spacing somewhat





[Click Image To Enlarge]

Separate switches for separate internet connections




[Click Image To Enlarge]

Extractor fan to remove excess heat. First fan had worn bearing hence the clipped wires





[Click Image To Enlarge]

Foam aids sound suppression but also heat build up





My next step will be to establish some kind of round-robin DNS setup that permits fail over, albeit slightly delayed between the two types of internet connectivity that I have.

Over the next week or so I hope to provide examples of how I have established the load-balancing and replication using the Microsoft Windows Operating System.

Yes, that's right I am using Windoze!

Why not Linux I hear you cry? It's the perfect LAMP configuration! This is true, but I wanted to try something a little, well unconventional by todays standards.

That said, in all likelihood upgrades or additional equipment will involve Linux, although I'm hearing good things about Windows 2008, so I'm gonna have to try it somewhere, maybe here!

devans's picture

Universal Thin Client

Check out this universal thin client that uses a bootable linux ISO image.

http://pxes.sourceforge.net/

Great find Greg!

Syndicate content