
brian.hayes
User
Jan 27, 2000, 5:35 AM
Post #6 of 6
(366 views)
|
|
Re: I bought eChat program and need HELP!!.....
[In reply to]
|
Can't Post
|
|
Well well, sounds like your missing a assotiation problem with your web server. I had this problem in a production box at work. I wanted to install and utilize perl in work for the simple fact that I us it at home on a linux box. When I first installed it I had some problems figuring out how to get this running using IIS4.0 . Active state offers a Active X dll that is simaler to the mod_perl module for perl. It allows you to run perl embeded in HTML. I had no success with it, primarily there is not support for CGI.pm. Anyway. Read the doc's. perlwin32faq6: Web Server Configuration and Troubleshooting. This should get you up and running. Also I would sugest using a more widly supported web server for Win32 as well, this will help you in the long run for support. Apache has a Win32 port of there web server if you do not want to use the IIS that you can download from MS. It is probally the most popular web server out there. It is also very easy to configure and maintain. Thanks, Brian Hayes
|