Ian Bicking wrote:

i tried with this vhost conf but probably i missed something,
since it stille requires the http://host/wk/ prefix:


<VirtualHost 127.0.01:8081> DocumentRoot D:/vhosts/zyz ServerName xyz Action py-serverpages /wk/ AddType py-serverpages .py

    <Location /wk>
      WKServer localhost 8086
      SetHandler webkit-handler
    </Location>

</VirtualHost>


You are using /your-servlet-goes-here.py for the URL, right?

yeah, i've just retried at office right now and it works flawlessy on apache2/win2k. this rocks! i'm sacrifing to hide implemetatation details (.py) to map more easily servlet to phisical files--we have past experience with asp and php and this fits best to our way of work :)

now i'm curious to see what i've missed at home (i bet
that is some stupid cache issue)! by the way now since
.py files are mapped to mod_webkit adapter this directive
also works:

DirectoryIndex index.py index.html index.htm

thanks a lot!

cheers,
deelan.














-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to