Current time: 04-27-2024, 01:38 AM Hello There, Guest! (LoginRegister)


Post Reply 
Ftp problem
Author Message
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #21
RE: Ftp problem
No... I'm not configure anything
11-15-2007 06:42 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #22
RE: Ftp problem
Quote:13,8kbs
This is ok for a P1 133MHz...but not more

Machine OK ? Load averge ? MEM ?
Error on the Networkdevice ?
You can use NTOP...

Greez BeNe
11-15-2007 06:52 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #23
RE: Ftp problem
hehe I got a 166 MHz FTP Server at home...

I have 20 Mbit/s... So there must be another problem...
11-15-2007 06:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #24
RE: Ftp problem
It's now P1 Its test server p4 3.0Mhz 2 gb ram Normal averege
0.00 (1 min) 0.00 (5 mins) 0.00 (15 mins)
No problem with device i think... i have other problem too:
I open new domain(create) And enable CGI/PL from ispcp panel then there is a folder /cgi-bin/ I put all my pl scripts there always return me :

Error 500!

/cgi-bin/mysql.pl
Internal Server Error!

Thanks For All
11-15-2007 07:14 PM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #25
RE: Ftp problem
there must be something in error.log

maybe premature end of script...

Check Shebang and check fileformat (\n or \r\n)
11-15-2007 07:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #26
RE: Ftp problem
Sorry i don't understand that ;( ;( ;( Where is error log and which shebang
11-15-2007 07:21 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #27
RE: Ftp problem
http://en.wikipedia.org/wiki/Shebang_(Unix)
(This post was last modified: 11-16-2007 05:36 AM by joximu.)
11-16-2007 05:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
scoutsniper Offline
Junior Member
*

Posts: 95
Joined: Jul 2007
Reputation: -3
Post: #28
RE: Ftp problem
I don't understand anything what is this shebang do not help me because i don't understand anything
11-16-2007 06:34 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #29
RE: Ftp problem
in the shebag (thats the first line in a normal unix script) the intepreter for the language the script uses is defined...

When the path don't correspondends with the actual path on your server there would be a problem...

Please post apache error.log for that domain...

I do not know where its saved atm.
But hey you got linux there... why not try something like find /var -name "error.log" -print ?
11-16-2007 06:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #30
RE: Ftp problem
The shebang is more or less the first line (#!/...) in a script...

Another thing with perl files: check the line ending: is it a \n or \r\n (Unix or DOS/Windows style) - you can play with settings in your ftp program (ASCII or binary upload...)
11-16-2007 06:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)