I'm moving my AOL server from one machine to another and find that I can't
execute TCL files in the page root. I have attached the entire .ini file
that I'm using which is a simplified version of the complete one. I would
appreciate if someone could explain why this might not work. It servers HTML
pages and executes registered procs, just not .tcl files.

A file, /web/smorley1/www/test.tcl, does not execute and is returned (you
get the download prompt in IE).

Please note this is an old server (version 2.3.3)


[ns/parameters]
ServerLog=/web/smorley1/log/error.log
User=nsadmin
Home=/home/nsadmin
StackSize=500000
smtphost=<removed>
RollDay=*
RollFmt=%Y-%m-%d-%H:%M
RollHour=0
RollOnSignal=On
RollLog=On

[ns/server/smorley1]
DirectoryFile=index.html, index.tcl
PageRoot=/web/smorley1/www
Assets=/web/smorley1/images
EnableTclPages=On
NotFoundResponse=/errors/notfound.html
ServerInternalErrorResponse=/errors/error.html
UnauthorizedResponse=/errors/unauthorized.html
ForbiddenResponse=/errors/forbidden.html
ServerBusyResponse=/errors/busy.html
DirectoryListing=None


[ns/server/smorley1/cgi]
Map=GET /jobdirectcom-48/mck-cgi/ /home/cybercash/mck-cgi/
Map=POST /jobdirectcom-48/mck-cgi/ /home/cybercash/mck-cgi/
Map=GET /jobdirectcom-48/mck-htdocs/ /home/cybercash/mck-htdocs/
Map=POST /jobdirectcom-48/mck-htdocs/ /home/cybercash/mck-htdocs/
Map=GET /admin/*.pl
Map=POST /admin/*.pl
Map=GET /w3mail/*.cgi
Map=POST /w3mail/*.cgi
Map=GET /cvsweb/*.cgi
Map=POST /cvsweb/*.cgi

[ns/server/smorley1/db]
Pools=*
DefaultPool=main

[ns/server/smorley1/adp]
Map=/*.adp
Map=/*.asp

[ns/server/smorley1/module/nslog]
EnableHostnameLookup=Off
File=/web/smorley1/log/smorley1.log
LogCombined=On
LogRefer=Off
LogUserAgent=Off
MaxBackup=100
RollDay=*
RollFmt=%Y-%m-%d-%H:%M
RollHour=0
RollOnSignal=On
RollLog=On

[ns/server/smorley1/module/nsperm]
Model=Small
EnableHostnameLookup=Off

[ns/server/smorley1/module/nssock]
Port=80
Hostname=<removed>
Address=172.16.49.207
TcpWrappers=off

[ns/server/smorley1/module/nsssl]
Port=443
Address=172.16.49.207
Hostname=<removed>
KeyFile=/home/nsadmin/certkey/jobdirect-key.pem
CertFile=/home/nsadmin/certkey/jobdirect-cert.pem

[ns/server/smorley1/modules]
nssock=nssock.so
nsperm=nsperm.so
nslog=nslog.so
nsssl=nsssl.so
cybercash=cybercash.so

[ns/server/smorley1/tcl]
Library=/web/smorley1/tcl
Sharedlibrary=/web/smorley1/shared_tcl
SharedGlobals=On

[ns/servers]
smorley1=smorley1

[ns/setup]
ContinueOnError=On
Port=8099
Password=<removed>
Enabled=On

Reply via email to