I added this: "ScriptAlias /cgiirc/ /usr/lib/cgi-bin/cgiirc/". If I hit www.domain.com/cgiirc it should redirect to the proper directory and find the index.html, correct?
Also added: <Directory /usr/lib/cgi-bin/cgiirc/> AllowOverride None Options ExecCGI Order deny,allow Allow from all </Directory>
per your instructions.
I just checked and now in the browser path when I try to login, www.domain.com/cgi-bin/cgiirc/irc.cgi, hit login button and I get http://192.168.0.50/usr/lib/cgi-bin/cgiirc/irc.cgi and a 404 message. WTF? "The requested URL /usr/lib/cgi-bin/cgiirc/irc.cgi was not found on this server. Apache/1.3.27 Server at 127.0.0.1 Port 80"
---------------------------------------------- Somewhere there is a village missing an idiot.