[Webware-devel] [ webware-Bugs-643780 ] No PSP support for ~user/ directory

2002-11-25 Thread noreply
Bugs item #643780, was opened at 2002-11-25 13:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/Anonym

Re: [Webware-devel] [ webware-Bugs-643780 ] No PSP support for~user/ directory

2002-11-25 Thread Ian Bicking
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

RE: [Webware-devel] [ webware-Bugs-643780 ] No PSP support for ~user/ directory

2002-11-25 Thread Love, Jay
Hmm... No, I suspect this is in the webware code. He's refering to the ability of psp pages to exist without a context. This works because mod_webkit sets a flag WK_ABSOLUTE, telling the appserver to treat the requested URL as relative to the webserver root directory, and not try to parse it into

[Webware-devel] [ webware-Bugs-643780 ] No PSP support for ~user/ directory

2002-11-25 Thread noreply
Bugs item #643780, was opened at 2002-11-25 15:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=643780&group_id=4866 >Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/Ano