Bugs item #643780, was opened at 2002-11-25 22:31
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Stuart Donaldson (stuartd)
Assigned to: Nobody/Anonymous (nobody)
Summary: No PSP support for ~user/ directory
Initial Comment:
The support for PSP pages does not seem to work for
users home directories using ~ expansion. The system
tries to parse the http://host/~user/file.psp URL placing
the /~user/file.psp relative to the DOCUMENT_ROOT,
rather than parsing the ~user into the users home web
directory.
A fix for this will likely involve a fix to mod_webkit, to
retrieve the location of the UserDir configuration directive
to determine the users web subdirectory.
Fortunately, os.path.abspath() will handle the ~
expansion on the name.under *nix, however I am not
clear on if this even applies under NT.
----------------------------------------------------------------------
>Comment By: Christoph Zwerschke (cito)
Date: 2006-07-06 23:18
Message:
Logged In: YES
user_id=193957
I think this is a webserver configuration issue only. And is
there really a difference between PSP and other servlets?
If you still think it is a Webware issue, please provide
some more information about your webserver configuration and
WebKit context setup.
----------------------------------------------------------------------
Comment By: Ian Bicking (ianbicking)
Date: 2002-11-25 22:50
Message:
Logged In: YES
user_id=210337
My recollection of user directories in Apache is that they
are fairly
primitive -- essentially you're aliasing /~*/ to
/home/*/public_html/
I assume the problem is because webkit-handler is being
invoked prior to
the user directory rewriting. Probably the fix is in how
httpd.conf is
written, and the change to Webware is one of documentation.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866
|