I assume you mean localhost/search/Search.html
OKay, so "search.py" needs to be in the CGI dir. Try this:Quote:
Code:The requested URL /search/cgi-bin/search.py was not found on this server.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
and make it executable:Code:sudo cp /var/www/search/search.py /usr/lib/cgi-bin
Code:chmod +x /usr/lib/cgi-bin/search.py

