Hi,

I'm trying to get kid going without success. I want to use kid with
just Apache, without turbo-gears/webware/... Basically I want something
a bit better than psp..

I'm having problems with Apache when following the example in
/usr/share/doc/python-kid/examples/cgi where it says:

2. Add the following to your `.htaccess` or `httpd.conf`:

       Action kid-file /location/of/kid_handler.cgi
       AddHandler kid-file .kid

Here is my Apache config snippet:

# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Alias /junk/ /var/www/junk/

<Directory /var/www/junk/>
    Options +ExecCGI
    AddHandler python-program .py
    PythonHandler mod_python.publisher
    PythonDebug On
    Action kid-file /var/www/junk/kid_handler.cgi  <-- problem is here
    AddHandler kid-file .kid
</Directory>

<Location /junk>
    order deny,allow
    deny from all
    allow from all
</Location>
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Here is the Error that Apache gives me:

    "Invalid command 'Action', perhaps mis-spelled or defined by a
     module not included in the server configuration"

Am I doing something stupid here ?

Many thanks,
Thomas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to