Hi,
My webware context is in the directory /var/www/myvirtual/__test/mycontext
I use wkcgi adapter, put in /var/www/myvirtual/__test/cgi/
And mod_rewrite, controlled by .htaccess files: in .../__test/.htaccess I
have such a content:
RewriteEngine On
RewriteRule ^(.*) /__test/cgi/wkcgi.cgi/$1 [L,PT]
And, to avoid loops, I had to put one more .htaccess file in .../__test/cgi/,
where I have just RewriteEngine Off directive.
When I point my browser to the url like that:
http://myvirtualdomain/__test/
everytking works ok, but if I skip the last "/"
(http://myvirtualdomain/__test), I get a webware 404 error document, "The page
you requested, /__test, was not found on this server.". How to deal with it?
Can somebody tell me? :-) I'm quite new in webware, but comparing it to cgi I
earlier used gives me no choice ;-) While other services on the server are
hardly managed under load > 30, webware still can reply ;-))
thanks,
--
Pawel "Kender" Maczewski http://kulinarna.art.pl/home/en
JID: kender@...
|