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>
<Location /> <--- this seems to be totally disregarded?
AddHandler psp-handler .psp
</Location>
</VirtualHost>
If there is some other WKServer running on localhost 8086 then that one
instead of the right one[tm] on 8087 will try to find any page like
http://foobar.com/bla/foo.psp. It then tries to stat() /bla/foo.psp
relative to its own server root - which fails at best.
Is there any solution to this that I dont know about? Could any
modification in the mod_webkit source change this for the better?
Regards,
Fionn
--
Any poor fool who has nothing in the world to be proud of
eventually resorts to the last option available
- being proud of the nation he happens to be part of.
*** Arthur Schopenhauer (Parerga and
Paralipomena)
signature.asc
Description: This is a digitally signed message part
