Quote: "ISA particularly has a tendency to not to like to do this"
Thats what you get for using windows to do something usefull
hi - it'd be more like:
<VirtualHost 192.168.1.4:80>
ServerAdmin test@test.com
DocumentRoot /opt/lampp/htdocs/test.no-ip.org
ServerName test.no-ip.org
ErrorLog logs/access-test.no-ip.org
TransferLog logs/error-test.no-ip.org
</VirtualHost>
where that IP is the local IP of the server.
FTP is port 21...
Log in error could be cause by:
1) Linux having a stupid security setting (eg, SELinux in Fedora)... Google is your friend here
2) You might need to port FORWARD rather than just unblock it on the firewall otherwise how does the router know where to send the data?
[center]