search for: local_root

Displaying 9 results from an estimated 9 matches for "local_root".

2010 Feb 08
2
Re #3: Contribution for Wiki CentOS - Virtual Hosting with VSFTPD and MySQL on CentOS 5 - HowTO Tutorial
...ou want to store users in MySQL? Why should youchoose a different password for mysql's root account than for your normal account? hopefully understandable, please tell me how if not. - vsftpd commented explanations *why* you set the other settings like they are. - correction of paths like local_root=/usr/tmp/user1 Please review it, if it is acceptable or tell me what /how to change Thank you. Regards, Thomas Libnsek ----- Original Message ----- > ############################################################################### > ----- Original Message ----- > From: "Ralph...
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
...particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester) are anon_world_readable_only=NO user_sub_token=$USER local_root=/var/www/html/testing write_enable=YES anon_upload_enable=YES chown_uploads=YES The problem I am facing is that virtual user is not able to delete the files or folders under /var/www/html/testing directory but this user can upload and download the files or folders on /var/www/html/testing The vs...
2011 Jul 21
10
[PATCH v5 0/8] Btrfs scrub: print path to corrupted files and trigger nodatasum fixup
While testing raid-auto-repair patches I''m going to send out later, I just found the very last bug in my current scrub patch series: Changelog v4->v5: - fixed a deadlock when fixup is taking longer while scrub is about to end Original message follows: ------------------------ This patch set introduces two new features for scrub. They share the backref iteration code which is the
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
...particular directories. I followed the below link to create the virutal users http://linuxsir.zahui.net/html/23/43449.htm I have created a user called "tester" and the entries in the tester file (/etc/vsftpd/vsftpd_user_conf/tester) are anon_world_readable_only=NO user_sub_token=$USER local_root=/var/www/html/testing write_enable=YES anon_upload_enable=YES chown_uploads=YES The problem I am facing is that virtual user is not able to delete the files or folders under /var/www/html/testing directory but this user can upload and download the files or folders on /var/www/html/testing The vs...
2005 Feb 16
1
ProFTP -> vsFTP Configuration Options
I am moving from a server from running Red Hat 7.2 (with ProFTP) to Centos 3 (with vsFTP). There is a setting in ProFTP that lets me set the default ftp login directory for a specific user and I would like to do the same with vsFTP. The reason being is I have a 'webadmin' user that I use for uploading web content. I am thinking I could make the home directory of the webadmin /var/www in
2008 Oct 07
1
vsftpd
..._service_name=vsftpd userlist_enable=YES tcp_wrappers=YES ###added for TLSand SSL permission ssl_enable=YES allow_anon_ssl=NO force_local_data_ssl=NO force_local_logins_ssl=YES ssl_tlsv1=YES ssl_sslv2=YES ssl_sslv3=YES rsa_cert_file=/etc/vsftpd/vsftpd.pem rsa_private_key_file=/etc/vsftpd/vsftpd.pem local_root=/var/ftp #userlist_file=/etc/vsftpd/ftpusers userlist_file=/etc/vsftpd/ftpusers #userlist_file=/etc/vsftpd/user_list pasv_enable=YES anon_max_rate=10485760 local_max_rate=0 max_clients=500 max_per_ip=4 passwd_chroot_enable=YES
2010 Feb 02
3
Contribution for Wiki CentOS - Virtual Hosting with VSFTPD and MySQL on CentOS 5 - HowTO Tutorial
Hello I am Thomas, alias Han Solo registered to wiki.centos.org with email libnacom{}gmail.com. I would like to contribute HowTO TUTORIAL for *Virtual Hosting with VSFTPD and MySQL on CentOS 5* which I posted in CentOS forums - link https://www.centos.org/modules/newbb/viewtopic.php?topic_id=24559&forum=38 Can I or someone post to WIKI for all others out there to help out configuring it,
2005 Aug 02
2
VSFTP/MySQL
Hi guys, Just a quick question, I've been slowly moving all my user services to mysql backend, I realise it's probably not as good a choice as LDAP, but you tend to stick with what you know. To that end I want to setup both Apache and VSFTP to use mysql db for virtual users. Basically I want to create virtual users that are locked into their own home dir and have apache use mysql to
2007 Feb 27
2
Problem with VSFTP
...is not # recommended! chown_uploads=YES #chown_username=whoever # # You may override where the log file goes if you like. The default is shown # below. xferlog_file=/var/log/vsftpd.log # # If you want, you can have your log file in standard ftpd xferlog format xferlog_std_format=YES # #local_root=/Data/$HOME # You may change the default value for timing out an idle session. #idle_session_timeout=600 # # You may change the default value for timing out a data connection. #data_connection_timeout=120 # # It is recommended that you define on your system a unique user which the # ftp ser...