Alex wrote:
I can FTP with '/username@my.machine.com:/' but cannot get it to parse the odd port number 8021 and don't see where to manually set it in ange-ftp.el.
I switched to EFS for testing ZServer because ange-ftp doesn't seem to support this. I believe you'd have to twiddle an elisp variable, which of course would change it for all ange-ftp sessions. Also the Windows port of XEmacs is _awesome_.
I tried '/username@my.machine.com#8021:/'
This is what works for XEmacs/EFS.
It sees everything except the port number.
Also, I don't think I have ZServer set up correctly. I had been running this as a PCGI thus far. I now want to switch to ZServer. I untarred ZPublisher-990415 into /usr/share/zope/lib/python then edited and ran start.py.
You'll probably have problems with the permissions on var. A nice thing about ZServer is that you can actually see exception information in a console window.
Do I need to clean things up and rebuild Zope now, or is it OK as is? Can someone nudge me back on course?
% telnet zope.swcp.com 8021 Trying 198.59.115.167... Connected to cobalt.swcp.com. Escape character is '^]'. 220 zope.swcp.com FTP server (Medusa Async V1.2 [experimental]) ready. USER zope 331 Password required. PASS xxxxxx 230 Login successful. LIST 550 Could not list directory.
visiting http://zope.swcp.com:9673/
I see just: <module 'Main'>
What should be in MODULE='' in start.py?
This happened to me yesterday. I'm not too smart so I blew everything away and it seemed to work. Amos is working on a new installer (as well as finally overhauled and corrected installation docs) for 1.11. --Paul
On Fri, 23 Apr 1999 06:35:33 -0400, Paul Everitt <Paul@digicool.com> said: Paul> You'll probably have problems with the permissions on var. A nice Paul> thing about ZServer is that you can actually see exception Paul> information in a console window. Paul> This happened to me yesterday. I'm not too smart so I blew Paul> everything away and it seemed to work. OK got it working. It was either because of the permissions on var, or because my pcgi already had a lock on the database. Hey... this ZServer *does* seem faster than pcgi, even just browsing through the quickstart guide. Now, supposing I want to pass pcgi requests to ZServer. The docs say: To use PCGI, configure your PCGI info files to communicate with ZServer by setting the PCGI_PORT, PCGI_SOCKET_FILE, and PCGI_NAME. The other PCGI settings are currently ignored by ZServer. What would these vars get set to? I'm guessing PCGI_PORT=9673 PCGI_NAME=Main PCGI_SOCKET_FILE=/usr/share/zope/var/pcgi.soc Actually this may not be what I want to do. I want to forward requests for http://zope.swcp.com/ to http://zope.swcp.com:9673/ so I think I should be looking at my Apache config instead, right? Just curious how one would forward the pcgi requests, though. Paul> Amos is working on a new installer (as well as finally overhauled and Paul> corrected installation docs) for 1.11. Excellent. Thanks for your help! Alex Rice | alrice@swcp.com | http://www.swcp.com/~alrice Current Location: N. Rio Grande Bioregion, Southwestern USA
participants (2)
-
Alex Rice -
Paul Everitt