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.
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