Hi Ian,

Some thoughts regarding the windows part of the new instructions:

1)  for the Mod_webkit solution:
        a) Copy mod_webkit.dll to the the modules dir of your Apache
folder usualy c:\Program Files\Apache Group\Apache2\modules
        b) edit the httpd.conf to include the following lines:
                
                LoadModule webkit_module modules/mod_webkit.dll

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

                you might also want to add 

                AddHandler psp-handler .psp  # this runs psp files from
anywhere
                
                Adding this little hack also does the same for py files:
                
                Action py-serverpages /WK/
                AddType py-serverpages .py
        
                If you use virtual servers you are going to have to add
the above stuff to the virtual server section but change the location
from /WK to /WK/virtualserver (as well as add "virturalserver" to the
Application.config section as a contect (see below))

        c) add your httpd contex's to the webkit conf file
(Application.config) I have never gotten ti to run without changing my
webkit default context from the default to my httpd default context:  

                'default':       'C:/Program Files/Apache
Group/Apache2/htdocs', 
                'virtualserver':        'C:/Program Files/Apache
Group/Apache2/htdocs/virtualserver',
                        
                this makes sure that when you use the WK location it is
actually relative to your actual htdocs directory.  

        Hope this makes sence.

Jose

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, January 20, 2003 12:21 PM
To: [EMAIL PROTECTED]
Subject: Webware-discuss digest, Vol 1 #1207 - 1 msg


Send Webware-discuss mailing list submissions to
        [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/webware-discuss
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Webware-discuss digest..."


Today's Topics:

   1. New version of InstallGuide (Ian Bicking)

--__--__--

Message: 1
From: Ian Bicking <[EMAIL PROTECTED]>
To: Webware discuss <[EMAIL PROTECTED]>
Cc: Webware devel <[EMAIL PROTECTED]>
Organization: 
Date: 19 Jan 2003 18:43:07 -0600
Subject: [Webware-discuss] New version of InstallGuide

I've updated the InstallGuide.  I'm looking for people to check it for
accuracy, and in particular I need someone to offer some instructions
for Windows... I've copied some over from the old documents, and I know
a bit about it, but it's not complete or necessarily accurate.  And
there might be other problems.

You can view the version in CVS at:
  http://tinyurl.com/4mw7

It's in WebKit/Docs/InstallGuide.html -- but InstallGuide.txt is the
actual text, the HTML is just generated.

-- 
Ian Bicking           Colorstudy Web Development
[EMAIL PROTECTED]   http://www.colorstudy.com
PGP: gpg --keyserver pgp.mit.edu --recv-keys 0x9B9E28B7
4869 N Talman Ave, Chicago, IL 60625 / (773) 275-7241




--__--__--

_______________________________________________
Webware-discuss mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss


End of Webware-discuss Digest





-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to