Re: [Ilugc] Python - Apache2 doubt

2008-10-09 Thread Bhuvaneswaran A
On Wed, Oct 8, 2008 at 9:57 AM, Sivaram Kannan <[EMAIL PROTECTED]> wrote: > Hi all, > When I give the following url "http://localhost/first.py"; the function > handler is getting executed. But when I give the url > "http://localhost/first.py/get_time"; the function get_time is not > getting called.

[Ilugc] Python - Apache2 doubt

2008-10-07 Thread Sivaram Kannan
Hi all, I have a doubt in accessing python through Apache. I have the following configuration in my apache2/site-default/default file. Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all