True, anything under /WK/ does run fine.  I added the action line so that I
could eliminate /WK/ from my URL for example now http://localhost/index.py
works as well.

Jose


 -------- Original Message --------
   Subject: RE: [Webware-discuss] Mod_webkit
   From: "Love, Jay" <[EMAIL PROTECTED]>
   Date: Thu, December 12, 2002 7:51 am
   To: 'jose' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]


   That should work fine.  But I'm surprised you need to add the Action
   line to serve anything from /WK.  You shouldn't need that, everything
   requested under /WK/ should go to the AppServer.

   Jay

   -----Original Message-----
   From: jose [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, December 12, 2002 2:52 AM
   To: [EMAIL PROTECTED]
   Subject: [Webware-discuss] Mod_webkit


   Hi all,

   I just installed mod_webkit on winXp with apache 2.0.43.  So far it
   seems to be working really well, however the way I got it to work is a
   little different then what is published in the instructions, and I
   just wanted to bounce my apache.conf off of people to see if anyone
   could see a potential problem with the say I am doing it.  Thanks in
   advance for any feedback.

   Apache.conf:
   #--------------------------------------------------------------

   LoadModule webkit_module modules/mod_webkit.dll

   AddType text/psp .psp
   AddHandler psp-handler .psp

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

   Action py-serverpages /WK/
   AddType py-serverpages .py

   #------------------------------------------------------------------

   Like I said this seem to work well, and lets me run Python servlets
   from anywhere

   Thanks Again

   Jose







   -------------------------------------------------------
   This sf.net email is sponsored by:
   With Great Power, Comes Great Responsibility
   Learn to use your power at OSDN's High Performance Computing Channel
   http://hpc.devchannel.org/
   _______________________________________________
   Webware-discuss mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/webware-discuss
   __


   **********************************************
   This e-mail and any attachments may be confidential or legally
   privileged. If you received this message in error or are not the
   intended recipient, you should destroy the e-mail message and any
   attachments or copies, and you are prohibited from retaining,
   distributing disclosing or using any information contained herein.
   Please inform us of the erroneous delivery by return e-mail. Thank you
   for your cooperation.
   **********************************************

   ec03/04





-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to