BenS1
Feb 11 2005, 04:22 PM
please excuse this basic question but here goes....
Given that FTP is insecure, and passwords and files are not encrypted, what is the best way to upload a large number of files to your httpdocs folder?
The Plesk File Manager appears to only let you upload one file at a time, so thats no good.
Do the servers (Red Hat Enterprise with Plesk) come with Secure FTP installed?
Thanks
Ben
PS. The Plesk File Manager is pretty good, except that you can only browse from the domain level down. Is there a file manager that the root can use to browse the whole file system?
klaude
Feb 11 2005, 05:15 PM
You can use SCP to transfer files over SSH, but it's not very fast, and isn't reccomended for incredibly large files.
BenS1
Feb 11 2005, 05:29 PM
Thanks Kevin,
Actually I just worked that one out myself, and WinSCP is working excellently.
Now all I've got to do is find where the httpd.conf file is. Is there a master one for the server, or does each domain have its own one?
Thanks
Ben
klaude
Feb 11 2005, 05:38 PM
That depends. What OS are you using and are you using any control panels?
BenS1
Feb 11 2005, 05:43 PM
Red Hat Ent with Plesk 7.5 Reloaded.
Thanks
Ben
knalb
Feb 18 2005, 04:25 AM
Then there are several. You will find a "master" file at /etc/httpd/conf/httpd.conf. Then from there it will include the conf from httpd.include, which in turn includes the file located at your vhost like so:
/home/httpd/vhosts/domain.com/conf/httpd.include
This is where the info for that vhost will be. Be sure to put any changes you want to make into this file though:
/home/httpd/vhosts/domain.com/conf/vhost.conf
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.