Not sure why the network setup forum is closed but anyway....
I have exactly the same problems that serveral users have described with IIS6 setup in that the Actinic Perl scripts do not run and catalogue pages return 404 from a client browser. I have spent about 2hrs with UK tech support on this who eventually said they didn't support IIS - great! Anyway...
I'm trying to set up a test site running on our internal windows 2003 server. I've used port 1502 for the actinicwebsite.
IIS works fine and serves the index.html page from the actwebsite, but not pages that need scripts.
Perl works OK and I can run a 'hello world' perl script from the actwebsite/cgi-bin directory.
FTP user works OK and I can use an FTP client and read and write to all actwebsite directories, including cgi-bin.
The advanced network setup test doesn't work and says 'test script returns an invalid response (267) check all paths.
The NTFS directory structure for my actinicwesbite is:
wwwroot/actinicwebsite/index.html
wwwroot/actinicwebsite/cgi-bin/
wwwroot/actinicwebsite/acatalog/
The IIS path is http://servername:1502/actinicwebsite/cgi-bin/ , http://servername:1502/actinicwebsite/acatalog/
The paths I have currently in the network setup are:
CATALOGURL http://server1:1502/
CGIBINURL http://server1:1502/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
PATHTOCGIBIN /cgi-bin/
FTPPATHFROMCGITOCATALOG BLANK
Path to Perl shell /usr/bin/perl
I'd be very grateful for any assistance - there's nothing worse than when a software company gives up on their own product and tells you you're on your own.
I have exactly the same problems that serveral users have described with IIS6 setup in that the Actinic Perl scripts do not run and catalogue pages return 404 from a client browser. I have spent about 2hrs with UK tech support on this who eventually said they didn't support IIS - great! Anyway...
I'm trying to set up a test site running on our internal windows 2003 server. I've used port 1502 for the actinicwebsite.
IIS works fine and serves the index.html page from the actwebsite, but not pages that need scripts.
Perl works OK and I can run a 'hello world' perl script from the actwebsite/cgi-bin directory.
FTP user works OK and I can use an FTP client and read and write to all actwebsite directories, including cgi-bin.
The advanced network setup test doesn't work and says 'test script returns an invalid response (267) check all paths.
The NTFS directory structure for my actinicwesbite is:
wwwroot/actinicwebsite/index.html
wwwroot/actinicwebsite/cgi-bin/
wwwroot/actinicwebsite/acatalog/
The IIS path is http://servername:1502/actinicwebsite/cgi-bin/ , http://servername:1502/actinicwebsite/acatalog/
The paths I have currently in the network setup are:
CATALOGURL http://server1:1502/
CGIBINURL http://server1:1502/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
PATHTOCGIBIN /cgi-bin/
FTPPATHFROMCGITOCATALOG BLANK
Path to Perl shell /usr/bin/perl
I'd be very grateful for any assistance - there's nothing worse than when a software company gives up on their own product and tells you you're on your own.
Comment