|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
I'm running Redhat 9 and did a fresh install of Proftpd on my server. It's running fine. I was able to log in, Until I created a <virtualhost> in my proftpd.conf file.
Now the error that I recieve is: - error: "ftp.siscohosting.com" address/port (24.195.240.184:21) already in use by "ProFTPD" This is the script in my proftpd.conf that's causing the error..Well at least I think it is: <VirtualHost www.siscohosting.com> ServerName ftp.siscohosting.com AuthUserFile /etc/proftpd/sisco DefaultRoot ~ <Directory /> AllowOverwrite on </Directory> <Anonymous /home/sisco/public_ftp> UseFtpUsers on RequireValidShell off User ftp Group ftp UserAlias anonymous ftp DisplayLogin welcome.msg DisplayFirstChdir .message <Limit WRITE> DenyAll </Limit> <Directory incoming> <Limit STOR> AllowAll </Limit> <Limit WRITE READ> DenyAll </Limit> </Directory> </Anonymous> </VirtualHost> also below if it's any use is my virtual host configuration in my httpd.conf NameVirtualHost 24.195.240.184:80 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost www.siscohosting.com> ServerAlias www.siscohosting.com siscohosting.com ServerAdmin wmohmood@hotmail.com DocumentRoot /home/sisco/public_html ServerName www.siscohosting.com ScriptAlias /cgi-bin/ /home/sisco/public_html/cgi-bin/ </VirtualHost> Please help!! Thankz! |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ProFTPD Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|