I am trying to install nsrewrite aolserver module and use it in the virtual
hosting module per Tom
Jackson (http://rmadilo.com/files/nsrewrite/doc/nsrewriteurl.html) .
I downloaded the nsrewrite files and did the install. Here is the result of the
install:
make install
/usr/local/bin/tclsh8.4 /usr/local/aolserver/bin/nsinstall.tcl -d
/usr/local/aolserver/bin -e
nsrewrite.so
installed: /usr/local/aolserver/bin/nsrewrite.so (0755)
/usr/local/bin/tclsh8.4 /usr/local/aolserver/bin/nsinstall.tcl -d
/usr/local/aolserver/lib -e
libnsrewrite.so
installed: /usr/local/aolserver/lib/libnsrewrite.so (0755)
/usr/local/bin/tclsh8.4 /usr/local/aolserver/bin/nsinstall.tcl -d
/usr/local/aolserver/lib
libnsrewrite.a
installed: /usr/local/aolserver/lib/libnsrewrite.a (0644)
ranlib /usr/local/aolserver/lib/libnsrewrite.a
Looks like it installed okay.
I then put the rewriteurl.tcl file in /usr/local/aolserver/modules/tcl.
I restarted aolserver - and it restated - and it looks like the rewriteurl
filters loaded as well:
[27/Feb/2007:14:03:27][30188.3084097216][-main-] Notice: nsmain:
AOLserver/4.5.0 exiting
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsmain:
AOLserver/4.5.0 starting
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsmain: security info:
uid=513,
euid=513, gid=513, egid=513
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsmain: max files:
FD_SETSIZE =
1024, rl_cur = 1024, rl_max = 1024
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: fastpath[server1]:
mapped GET /
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: fastpath[server1]:
mapped HEAD /
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: fastpath[server1]:
mapped POST /
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: adp[server1]: mapped
GET /*.adp
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: adp[server1]: mapped
HEAD /*.adp
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: adp[server1]: mapped
POST /*.adp
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: modload: loading
'/usr/local/
aolserver/bin/nssock.so'
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: modload: loading
'/usr/local/
aolserver/bin/nslog.so'
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nslog: opened
'/usr/local/
aolserver/servers/server1/access.log'
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: modload: loading
'/usr/local/
aolserver/bin/nsperm.so'
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: modload: loading
'/usr/local/
aolserver/bin/nsxml.so'
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsxml module starting
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: conf: [ns/server/
server1]enabletclpages = 1
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: tcl: enabling .tcl
pages
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: tcl/rewriteurl.tcl:
loading test
rewrite filters...
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: tcl/rewriteurl.tcl:
finished loading
test rewrite filters.
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsmain:
AOLserver/4.5.0 running
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: nsmain: security info:
uid=513,
euid=513, gid=513, egid=513
[27/Feb/2007:14:03:38][30740.3083802304][-main-] Notice: driver: starting:
nssock
[27/Feb/2007:14:03:38][30740.3073223584][-sched-] Notice: sched: starting
[27/Feb/2007:14:03:38][30740.3071683488][-nssock:driver-] Notice: starting
[27/Feb/2007:14:03:38][30740.3071683488][-nssock:driver-] Notice: nssock:
listening on
64.58.34.71:80
Then, when I try to load a page, I get this error is the server.log:
[27/Feb/2007:14:04:15][30740.3071544224][-conn:0-] Notice: rewriteRequest:
starturl: '/'
[27/Feb/2007:14:04:15][30740.3071544224][-conn:0-] Error: Tcl exception:
invalid command name "ns_rewriteurl"
while executing
"ns_rewriteurl $new_url"
(procedure "rewriteRequest" line 10)
invoked from within
"rewriteRequest preauth"
[27/Feb/2007:14:04:15][30740.3071544224][-conn:0-] Notice: finalURL: URL: '/'
What am I missing?
Thank you.
Thorpe
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.