[Prev][Next][Index][Thread]

ipc: help




package ipc seems to behave strangely: I'm using allegro4.3 for linux
with cl-httpd-60-57. After building, the server runs, but does not
work

with logging enabled, accessing the same url from a netscape client
produced this:

[1997-01-22 15:33:51]  56.197.31.9 - - [1997-01-22 22:33:51] "GET / HTTP/1.0" 404 428
USER(5): 
[1997-01-22 15:34:17]  120.197.31.9 - - [1997-01-22 22:34:17] "GET / HTTP/1.0" 404 428
[1997-01-22 15:34:26]  120.197.31.9 - - [1997-01-22 22:34:26] "GET / HTTP/1.0" 404 428
[1997-01-22 15:34:26]  120.197.31.9 - - [1997-01-22 22:34:26] "GET / HTTP/1.0" 404 428
[1997-01-22 15:34:30]  120.197.31.9 - - [1997-01-22 22:34:30] "GET / HTTP/1.0" 404 428
[1997-01-22 15:35:11]  120.197.31.9 - - [1997-01-22 22:35:11] "GET /cl-http HTTP/1.0" 404 435
USER(5): 

while all the user gets is a 404 error message.
I dont understand where it picks up the address from.


Perhaps the problem is in the ipc package?
USER(18): (ipc::ip-address-string  (ipc::internet-address "www.ai.mit.edu"))
"40.204.31.9"
USER(19): 


which is incorrect

Any help in understanding whats going wrong will be DEEPLY
appreciated.
thanks

--madhu :-))
(newb)



Follow-Ups: