Simon Brunning ha scritto: >On 5/5/05, Matteo Villari <[EMAIL PROTECTED]> wrote: > > >>Hi. >>I'm not intended to learn Python actually but i have a little problem. I >>have to run a Python script under my Apache/win32 server. After solved >>some problems now the script runs but doesn't work >>properly. >> >> > >(snip) > > > >>The script is the cacheability engine by mnot >>(http://www.mnot.net/cacheability/) and i have no idea to how to solve >>this problem. >> >> > >Well, neither have we with only that to go on. What where your >original problems, and what did you do to fix them? > > > My "problems" were related with python and apache configuration: I set path variables and i changed this entries in httpd.conf file
<Directory /apache/htdocs> Options Indexes ExecCGI <Directory "C:/Programmi/Apache Group/Apache2/cgi-bin"> Options FollowSymLinks ExecCGI then I set in the first line of scripts #!C:\programmi\Python\python.exe and according to IDLE "suggest" I Untabified all script sustituting with four blank spaces. After copying scripts in cgi-bin directory i started my browser conncting to 127.0.0.1:8080/cgi-bin/caheability.py and it run. but when i try to evaluate a page in my lan it says that message. I think it's all. Thank you very much again. Matteo Villari _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32