[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] ProFTPD.Conf - wrong IP in VirtualHost Directive
- Subject: [cobalt-users] ProFTPD.Conf - wrong IP in VirtualHost Directive
- From: Mailing Lists <listonly@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Jul 10 06:10:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Okay, I just noticed that proftpd.conf has an old ip setting on the first
<VirtualHost 209.251.121.194> line. Could this be something that will cause
problems?? Can I just remove this section of the directive? Or replace it
with the right ip for the root web site? Just noticed this today.
Below is my snip of my .conf file.
Thanks...Dave
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "ProFTPD"
ServerType inetd
DeferWelcome off
DefaultServer on
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 002
# Set the user and group that the server normally runs at.
User nobody
Group nobody
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
# A basic anonymous configuration, no upload directories.
# Restore file permissions capability to site administrator
<Global>
# AllowChmod on
<Limit Site_CHMOD>
</Limit>
# Report localtime, not GMT
TimesGMT off
</Global>
<VirtualHost 209.251.121.194>
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
AllowOverwrite on
DisplayLogin .ftphelp
</VirtualHost>
<VirtualHost 63.166.58.40>
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
AllowOverwrite on
DisplayLogin .ftphelp
</VirtualHost>
<VirtualHost 63.166.58.38>
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
AllowOverwrite on
DisplayLogin .ftphelp
</VirtualHost>