On Tue, 21 Mar 2006, julian thomas p wrote: > iam bioinformatician i have written a perl script for gene > identification. > > the script works in my local server(apache)in my home . > > but when i tried to run inweb server(biosolutions.siteburg.com) iam > getting a blank page rather than results. > > permission level for script is 711 and for cgi folder 700. > > i had checked the log files. > error file is blank > access file consist following data > > ####################################################### > > > > "61.17.177.147" "09/Mar/2006:20:41:38 CST" "GET > > http://biosolutions.siteburg.com/form.html HTTP/1.1" > > "200" "1086" "-" "Mozilla/4.0 (compatible; MSIE 6.0; > > Windows NT 5.0; .NET CLR 1.1.4322)" > > > > "61.17.177.147" "09/Mar/2006:20:42:01 CST" "POST > > http://biosolutions.siteburg.com/cgi-bin/mt/ex3.pl > > HTTP/1.1" "200" "329" > > > ####################################################### > > > can u please help me
Nope. Can [you] please post some code? Can you write a minimal script -- even just #!perl print "Content-type: text/plain\n\nTesting 1 2 3\n"; that does work on the server? If so, that helps narrow down whether it's a server config issue, a script issue, or what have you. But so far there isn't enough information to provide more feedback. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>