|
Ftp problem
|
| Author |
Message |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Ftp problem
No... I'm not configure anything
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-15-2007 06:42 PM |
|
 |
BeNe
Moderator
    
Posts: 2,579
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 35
|
RE: Ftp problem
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 |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: Ftp problem
hehe I got a 166 MHz FTP Server at home...
I have 20 Mbit/s... So there must be another problem...
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 11-15-2007 06:59 PM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
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
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-15-2007 07:14 PM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: Ftp problem
there must be something in error.log
maybe premature end of script...
Check Shebang and check fileformat (\n or \r\n)
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 11-15-2007 07:15 PM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Ftp problem
Sorry i don't understand that ;( ;( ;( Where is error log and which shebang
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-15-2007 07:21 PM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Ftp problem
2008-03-16 ispCP RC4 released!!!
This post was last modified: 11-16-2007 05:36 AM by joximu.
|
|
| 11-16-2007 05:35 AM |
|
 |
scoutsniper
Junior Member

Posts: 95
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: -3
|
RE: Ftp problem
I don't understand anything what is this shebang do not help me because i don't understand anything
ISPCP Is Open Source!!! And it's very nice if u want u can make donations for ISPCP :-) I will do it soon :-)
Ако си Булгарин драскай...
|
|
| 11-16-2007 06:34 AM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
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 ?
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 11-16-2007 06:41 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
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...)
2008-03-16 ispCP RC4 released!!!
|
|
| 11-16-2007 06:45 AM |
|
 |
|
|