Re: 403 error for python webpage

2009-06-08 Thread Roland Mueller
2009/6/7 Daniel > I created a page with a ".py" extension but the browser does not like > it. > Here is what I did: I edited httpd.conf file and added the line: > AddHandler cgi-script .cgi .py > Then I stopped and restarted apache. Next I created a hello world file > as on this page: > http://de

403 error for python webpage

2009-06-07 Thread Daniel
I created a page with a ".py" extension but the browser does not like it. Here is what I did: I edited httpd.conf file and added the line: AddHandler cgi-script .cgi .py Then I stopped and restarted apache. Next I created a hello world file as on this page: http://deron.meranda.us/python/webserving