--
Well, if you programmatically created symlinks from, say,
.../htdocs/users/{username}
to
/home/{username}/public_html
you could then use mod_rewrite to transform
/~foo/bar.asp
into
/users/foo/bar.asp
which should do the trick.
You'd probably have to remove mod_userdir, though.
JServSSI does handle user directories, but I don't think that servlet
engines handle them in a consistent manner, so I'm not surprised that IASP
doesn't work w/ Apache JServ & user directories. OTOH, you might well be
able to get the vendor to support that, however, if you talk to them...
Ed
On Wed, 7 Jul 1999, Nuutti-Iivari Merilainen wrote:
> Date: Wed, 07 Jul 1999 11:52:52 +0000
> From: Nuutti-Iivari Merilainen <[EMAIL PROTECTED]>
> Reply-To: Java Apache Users <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]>
> Subject: ApJServAction not mapped to user directories?
>
> --
>
>
> I tried to find the answer to this from the FAQs and the mailing list
> archives, to no avail. So, here goes:
> I have installed IASP, a servlet to emulate/handle Microsoft's Active
> Server Pages on a Linux box with Apache and JServ. From Apache's document
> root everything executes nicely, but if I try to access an ASP file from
> a user directory (http://localhost/~user/page.asp) I get a Not Found
> error for /servlets/jhost.jaspservlet.jaspServlet. Is there any way
> (yes, _any_, even rewriting the URL will do) that I can make the servlet
> available for the user directories? (I suppose this goes for JServSSI
> as well)
> Any pointers would be appreciated.
>
> --
> diversion : nuutti-iivari meriläinen : gordon at diversion dot org
> communications : http colon slash slash www dot diversion dot org slash
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]