Well, here's what Scott had:

NameVirtualHost 209.134.132.36

<VirtualHost 209.134.132.36>
ServerName www.fireopal.org
ServerAlias fireopal.org
ServerAlias *fireopal.org
ServerAdmin webmaster at fireopal.org
DocumentRoot /var/www/
ServerName www.fireopal.org
ErrorLog /var/log/apache/error.log
</VirtualHost>

<VirtualHost 209.134.132.36>
ServerName www.ytilaer.com
ServerAlias ytilaer.com
ServerAlias *.ytilaer.com
ServerAdmin webmaster at fireopal.org
DocumentRoot /var/www/host.ytilaer.com
ServerName www.ytilaer.com
ErrorLog /var/log/apache/host.ytilaer.com-error.log
TransferLog /var/log/apache/host.ytilaer.com-access.log
</VirtualHost>

Here is what I think should work:

NameVirtualHost 209.134.132.36

<VirtualHost 209.134.132.36:80>
ServerName fireopal.org
ServerAdmin webmaster at fireopal.org
DocumentRoot /var/www/
ErrorLog /var/log/apache/error.log
</VirtualHost>

<VirtualHost 209.134.132.36:80>
ServerName ytilaer.com
ServerAdmin webmaster at fireopal.org
DocumentRoot /var/www/host.ytilaer.com
ErrorLog /var/log/apache/host.ytilaer.com-error.log
TransferLog /var/log/apache/host.ytilaer.com-access.log
</VirtualHost>

Corrections:
1> Specify port
2> ServerAliais and duplicate ServerName removed.
3> Shortened ServerName to just the domain so that anything.fireopal.org
or anything.ytilaer.com pointed to his IP will pull up the correct page.

Unresolved Question (not important to get a working apache, might be nice
to have a cleaner config):

[andyzb at chewie:~]# host 209.134.132.36
Name: sraun.static.iaxs.net
Address: 209.134.132.36

As it stands, 209.134.132.36 or sraun.static.iaxs.net are useable in the
NameVirtualHost and VirtualHost options. I think you can use anything you
want if you add the correct entries in /etc/hosts. Am I wrong?

He couldn't use host.fireopal.org if reverse-dns isn't setup or it isn't
defined in /etc/hosts. Or does host.fireopal.net just need to be a dns
entry (not reverse dns)?

| Andrew S. Zbikowski       | Home: 763.591.0977 |
| http://www.ringworld.org  | Work: 763.428.9119 |
| http://www.itouthouse.com | PCS:  612.306.6055 |
|   His power apparently lies in his ability to  |
|           choose incompetent enemies.          |
|    - Crow T. Robot, MST3K, "Prince of Space"   |