Re: [Tutor] getting error in uploading a file

2008-07-15 Thread Kent Johnson
On Tue, Jul 15, 2008 at 2:41 PM, Mayank Agarwal <[EMAIL PROTECTED]> wrote: > Hi, > i have a look on error_log and the error is following: > can you tell what to do next to remove this error This is pretty far off-topic for this list, if you need help with Apache I would prefer you to find it some

Re: [Tutor] getting error in uploading a file

2008-07-15 Thread Marc Tompkins
On Tue, Jul 15, 2008 at 11:41 AM, Mayank Agarwal <[EMAIL PROTECTED]> wrote: > Hi, > i have a look on error_log and the error is following: > [Tue Jul 15 21:17:03 2008] [error] [client 10.73.41.64] (8)Exec format > error: exec of '/etc/httpd/cgi-bin/final.php' failed > [Tue Jul 15 21:17:03 2008] [e

Re: [Tutor] getting error in uploading a file

2008-07-15 Thread Mayank Agarwal
Hi, i have a look on error_log and the error is following: [Tue Jul 15 21:17:03 2008] [error] [client 10.73.41.64] (8)Exec format error: exec of '/etc/httpd/cgi-bin/final.php' failed [Tue Jul 15 21:17:03 2008] [error] [client 10.73.41.64] No log handling enabled - turning on stderr logging [Tue Jul

Re: [Tutor] getting error in uploading a file

2008-07-15 Thread Daniel Sarmiento
That's a web server error, not a python error. You can find more information by checking the server's log. >From the error message it look like you are using apache and red hat. I use debian and my error logs are stored is in /var/log/apache2 by default. Check you apache configuration file and f

Re: [Tutor] getting error in uploading a file

2008-07-15 Thread bob gailer
Mayank Agarwal wrote: Hi, i am getting error in uploading a file from python script. the error is follwing: 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server admin

Re: [Tutor] getting error in uploading a file

2008-07-15 Thread W W
On Tue, Jul 15, 2008 at 10:53 AM, Mayank Agarwal <[EMAIL PROTECTED]> wrote: > Hi, > i am getting error in uploading a file from python script. > > the error is follwing: > > > > 500 Internal Server Error > > Internal Server Error > The server encountered an internal error or > misconfiguration

[Tutor] getting error in uploading a file

2008-07-15 Thread Mayank Agarwal
Hi, ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] getting error in uploading a file

2008-07-15 Thread Mayank Agarwal
Hi, i am getting error in uploading a file from python script. the error is follwing: 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED