Posts tagged as:

server administration

Keeping Track of Passwords

Wednesday, September 3, 2008

For many years now I have been delighted that the words “username” and “password” are the same length. A fixed-width font in a text file full of server addresses, usernames, and passwords therefore looks quite organized.

{ 1 comment }

Dot Don’t

Monday, November 21, 2005

What system are people using to create web sites that have .do files? It seems that every site I visit that employs this coding is slow, slow, slow. Men’s Health and Capital One both have sites built with tons of .do files and redirects and both of them drive me nuts.

{ 5 comments }

Protect Images with .htaccess

Sunday, March 13, 2005

A few thousand of my hits every day are coming from some little geeks using an old web cam shot of my buddy’s as their avatar in forums. It’s quite funny, because I think they think that they’re actually linking to a different image. It’s pretty annoying, so I implemented scriptygoddess’ code to protect images by modifying .htaccess.

{ 0 comments }

IIS Auto Restart

Tuesday, March 2, 2004

Does anybody know of any way to have IIS automatically restart itself every few hours? Do tell.

{ 0 comments }

Configure IIS to Parse CGI Files

Wednesday, March 5, 2003

Here’s what you want to do:

  • You want your Windows 2000 web server to always execute files with a *.cgi extension.
  • You want your Windows 2000 web server to parse the ASP code that you’ve embedded in files that end in *.htm, *.shtml, *.css.
  • You want your Windows 2000 web server to know that it needs to parse these file types for all the domains on the machine and you don’t want to modify the settings for each domain.

[click to continue...]

{ 1 comment }

IIS Tips

Sunday, March 2, 2003

Ten things to do with IIS

{ 0 comments }

Hosting Controller

Thursday, December 19, 2002

Hosting Controller looks interesting. Anyone have any experience with it?

{ 3 comments }

DreamHost Setting

Wednesday, October 10, 2001

I have MovableType running now and this blog, Works in Progress is a MovableType blog! I’m using DreamHost as my web host, and thought - on the off-chance that anyone reads anything here ever - that I’d note some things specific to DreamHost.
The most important thing to note is that under DreamHost a user has an account root. This is where you should place your MovableType db directory.
I have several domains hosted at DreamHost, so when I connect using WS_FTP I start in my root account. That means I’m presented with a directory for each of the domains I have hosted there. Aside from some shell-specific variable files, this root directory only contains one directory for each domain hosted, and, now, my MovableType db directory.
The path to your root account at DreamHost is simply: /home/username/
So, assuming you name your db directory db, the DataSource variable in your mt.cfg file should read: DataSource /home/username/db
Obviously replace username with your DreamHost username.

{ 1 comment }

Server 54

Wednesday, April 11, 2001

The University of North Carolina has finally found a network server that, although missing for four years, hasn’t missed a packet in all that time. Try as they might, university administrators couldn’t find the server. Working with Novell Inc., IT workers tracked it down by meticulously following cable until they literally ran into a wall. The server had been mistakenly sealed behind drywall by maintenance workers.

{ 0 comments }

require www in URL

Friday, April 6, 2001

It drives me nuts that you need to enter the www to get to the University of Florida Home Page. Just typing ufl.edu won’t get you there.

{ 0 comments }