PDA

View Full Version : cgi-bin in remote ftp


LinuxMWB
11-12-2004, 07:30 PM
How can I 'map' the cgi-bin to show up, and be edited remotely? I've it 'hidden' away, and when i fire my ftp program all i see is the document root. Which is exactly correct, however i do need access to that directory from the outside, and logged in of course. I've anon ftp disabled.

Thanks,
Mike

mistwang
11-14-2004, 09:32 AM
Mike,

You can either change the ftp directory to include both document root and cgi-bin directory, or just move cgi-bin/ directory under document root, for LiteSpeed, it will not be a security problem as long as you configure cgi-bin/ directory as a CGI context, files under it will not be served as static file no matter what :wink: .

George

LinuxMWB
11-14-2004, 12:34 PM
Thanks a ton. I figured it would be a simple thing for you guys. I truley appreciate your help.
LinuxMWB