Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .....
  2. include /etc/proftpd/conf.d/h.conf
  3. include /etc/proftpd/conf.d/x.conf
  4.  
  5. <VirtualHost x.y>
  6. MaxLoginAttempts 3
  7. RequireValidShell no
  8. DefaultRoot /home/x/
  9. </VirtualHost>
  10.  
  11. <VirtualHost h.y>
  12. MaxLoginAttempts 3
  13. RequireValidShell no
  14. DefaultRoot /home/h/
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement