I don't use PSP, so I'm just guessing here...

On Wed, 2002-12-04 at 17:53, Fionn Behrens wrote:
> I just noticed that it seems to be impossible to have multiple virtual
> servers each have their own AppServer handle PSP files in their
> respective directories.
> Even worse, all psp files server-wide are being processed by the first
> application server hat has been launched, regardless of which domain or
> virtual server they belong to. No surprise you keep getting 404s most of
> the time then.
> 
> I used a configuration like this:
> 
> <VirtualHost 192.168.123.123>
>   ServerName foobar.com
>   ServerAlias www.foobar.com
>   DocumentRoot /var/www/sites/foobar
>   ServerAdmin [EMAIL PROTECTED]
>   ErrorLog  /var/log/apache/foobar/error.log
>   CustomLog /var/log/apache/foobar/access.log combined
>   <Location /wk>
>     WKServer localhost 8087
>     SetHandler webkit-handler
>   </Location>

Do you need this /wk at all?

>   <Location />               <--- this seems to be totally disregarded?
>     AddHandler psp-handler .psp
>   </Location>

And what happens if you add a WKServer line in this Location?

  Ian



-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to