Recent content by kulkarniniraj1413

  1. K

    403 Forbidden Error while executing scripts

    I am getting 403 Forbidden error while executing all the scripts in cgi-bin directory. Scripts are written in Python. These scripts were running without any problem till 25th September. I've checked file permission. Everything seems to be fine. So can you tell me why it is not working? have...
  2. K

    Time of stoli server

    Cant they(admins) add a a div on that page? Otherwise even a seperate page( like the one after log-in) would be enough. At-least somewhere one should see current time.
  3. K

    Time of stoli server

    Yeah, as per my calculations, I think thats right. But there is need of a clock on cron page, since users might be from different time zones. Anyway thanx Niraj
  4. K

    Time of stoli server

    Actually, I've got the time from python script using datetime.now function (and it is same as time.strftime). But the thing is, cron jobs are not run as per that time. I've accidentally figured out that cron time is 2 hrs less than the time which python script shows. I hope admins can...
  5. K

    Time of stoli server

    Hi I am trying to run a python script every day at specific time using cron job. But I dont know what is current time of server. My account is on stoli server. I tried a python script to get current time, but when I set a cron job 4-5 min after that time, it does not execute. I am able...
Top