Web Hosting Talk







View Full Version : proftpd complains after latest RAQ updates


monkey_boy
06-19-2002, 05:30 PM
I noticed proftpd complaining in my logs about the deprecated command "AllowChmod" - has anyone else seen this? Any quick tips on how to reconfigure my /etc/proftpd.conf? I guess I'll hit the man pages. Thanks in advance for any guidance!

Monkey_boy

ellebi
06-20-2002, 04:26 AM
A solution was posted to the cobalt-users list.

Edit /etc/proftpd.conf and hash out the AllowChmod line
It should read:
# Restore file permissions capability to site administrator
<Global>
#AllowChmod on

monkey_boy
06-20-2002, 11:36 AM
thanks!