Hello there Good people...  I'm having a little trouble getting set up and
I'm certain that it's something quite simple that I'm overlooking.  I would
be most grateful for any help...

After having set everything up to whatever degree I'm capable of at the
moment, I get an internal server error which feeds to my error_log the
"Premature end of script headers: /Users/iz/Sites/py-cgi/WebKit.cgi"
error...


I'm on Mac OS X (10.1), using Apache/1.3.26 (darwin)
I've set up the WebKit.cgi file to call to the appropriate python location
with the default #!/usr/bin/env python and I've pointed the WebwareDir
within WebKit.cgi to '/apps/Webware' which is where the webkit directory
resides.

I've set up apache to handle both .cgi and .py files as scripts.
I've set up a ScriptAlias to point to my py-cgi folder with these options:
        <Directory "/Users/iz/Sites/py-cgi">
                AllowOverride None
                Options ExecCGI
                Order allow,deny
                Allow from all
        </Directory>

I have both Apache and webware's Appserver running.

Now I'm not sure what I'm missing here, I've read that most often a
Premature end of script headers error is a problem with the permissions and
so I've set both my py-cgi directory and the WebKit.cgi file to chmod 755.  

What else am I missing?  

Thanks for any help, 

Confusedly yours, 

~Israel~




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to