Percy Vere
02-18-2004, 09:05 PM
Ive uploaded my site using bullet proof FTP. My first deliberate mistake was not checking the asci file options and letting bullet proof work it out. fine if a file such as *.cnt contains asci characters but if it doesnt, it uploads as binary and takes hours to work out why it don't work.
My next major headache is intermitent 500 messages. my site is www.holmeschapel.net and is based on the perl webapp portal. I am reasonably ok with perl and have written quite a lot of the mods etc.
Trouble is I keep getting error messages but when I refresh the browser a few times it works. I have apache on my own server and the site works fine. its not a prob with the scripts (I think) I leaning towards something a bitmore obvious than that. DIRs are chmod 777, *.pl and *cgi are chmod 755 and text /dat files are 660. paths are perl = #!/usr/bin/perl mail=/usr/sbin/sendmail
the games and advertise bits are still being altered at the moment.
but the rest should function although with not much content (as yet).
The basic webapp comes with a few server variables
I'm currently using filelocking LOCK_EX 2 LOCK_UN 8. Not sure if its this. Ive done the usual clearing browser cache etc but the problem persists.
I can't quite get my head round why it fail first time then works when I refresh my browser. Its gotta be something I'm doing wrong (Usually things like this are) unless its the host server having restrictions?
Any help would be cool as its drivin me nuts.
My next major headache is intermitent 500 messages. my site is www.holmeschapel.net and is based on the perl webapp portal. I am reasonably ok with perl and have written quite a lot of the mods etc.
Trouble is I keep getting error messages but when I refresh the browser a few times it works. I have apache on my own server and the site works fine. its not a prob with the scripts (I think) I leaning towards something a bitmore obvious than that. DIRs are chmod 777, *.pl and *cgi are chmod 755 and text /dat files are 660. paths are perl = #!/usr/bin/perl mail=/usr/sbin/sendmail
the games and advertise bits are still being altered at the moment.
but the rest should function although with not much content (as yet).
The basic webapp comes with a few server variables
I'm currently using filelocking LOCK_EX 2 LOCK_UN 8. Not sure if its this. Ive done the usual clearing browser cache etc but the problem persists.
I can't quite get my head round why it fail first time then works when I refresh my browser. Its gotta be something I'm doing wrong (Usually things like this are) unless its the host server having restrictions?
Any help would be cool as its drivin me nuts.