Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <VirtualHost *:21>
  2. ServerName 2.2.2.2
  3. ErrorLog /var/log/httpd/ftp_error.log
  4. CustomLog /var/log/httpd/ftp_requests.log combined
  5. LogLevel debug
  6. ProxyPass / ftp://2.2.2.2:21/
  7. ProxyPassReverse / ftp://2.2.2.2:21/
  8. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement