Re: [Web-ftp] TCP error
Status: Beta
Brought to you by:
aball
From: Printmakers <pri...@be...> - 2003-06-17 13:14:26
|
At 04:52 PM 6/16/03 -0400, you wrote: > Very odd, try this version >http://www.suave.net/Web-FTP/Web-FTP-2.2.0.tar.gz > >if that doesnt work, post your conf file. Ok- This version is giving the error: webftp/lang/english .map not found! aborting! (and I do have this file/directory structure in my cgi-bin directory. ) Here's my conf (it's set to all the defaults) #BaseCGI is the actual Web-FTP perl program, the default is #'web-ftp.cgi'. You only need to set this if you use the MainCGI #option, and if you have changedthe perl script's file name to #something other than web-ftp.cgi BaseCGI= #MainCGI is the cgi to use for session connections. This was added #in 2.0.1 for use with the c session cgi. Using the c program to #connect to Web-FTP sessions will improve speed and reduce system #load. A compiled version is included with the distribution named #web-ftpc.cgi, to use that you would put MainCGI=web-ftpc.cgi #If you use this option, and the perl script is named other than #web-ftp.cgi you will need to set the BaseCGI setting #MainCGI=web-ftpc.cgi #Specifies the mime types file for the viewer MimeFile=/etc/mime.types #Maximum file edit or view size. Script must buffer entire file #in memory, so keep this reasonable. MaxEditSize=100000 #If you have another language map in the /lang directory for web-ftp #say spanish.map, put spanish here to use it instead of the default, english Language=english ##### APPEARANCE ##### # COLORS #Background Color BackgroundColor=#FFFFFF #Color of Buttons ButtonColor=#CCAAAA #Error Color ErrorColor=#FF0000 #link color LinkColor=#0000FF #link color VisitedLinkColor=#990099 #Color of login window LoginColor=#77EECC #text color TextColor=#000000 #Color of even file and directory columns EvenColColor=#FFFFFF #Color of odd file and directory columns OddColColor=#EEEEEE # Size of the files frame, default *, * suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height FilesFrameSize=* # Size of the files frame, default *, * suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height DirsFrameSize=* # Size of the files frame, default 40, 40 suggested, though it # can be a number, designated pixel height, or a %, designating # Percentage height InfoFrameSize=30 # WHAT IS SHOWN #Do not show delete button HideDelete=0 #Do not show download button HideDownload=0 #Do not show Last Mod field HideLastMod=0 #Do not show mkdir button HideMkdir=0 #Do not show move button HideMove=0 #Do not show Own/Grp field HideOwnGrp=0 #Do Not show permissions button HidePermButton=0 #Do Not show or allow to change permissions HidePermissions=0 #Do not show Tag field # NOTE: This hide the following buttons: # permissions, download, delete, move # as they do not make sense without the tag field. HideTag=0 #Do not show size field HideSize=0 #Do not show upload button HideUpload=0 #Hide advanced permission edit option (Octal mode) HideOctalPerms=0 #Hide the server messages button HideMessages=0 #Hide the site button HideSite=1 ###EDITORS#### editors=viewer,View editors=editor,Edit,New File #Copyright 2002 Anthony Ball <An...@we...> #Web-ftp 2.2.0 |