G'day all
 
I have compile the polipo source codes and install on a Mac OSX 10.6 running
with Tor + polipo + privoxy all running one after the other and working
correctly, I presume . Correctly anyway , when accessing the polipo web
interface is where I having trouble in both Firefox and Camino browser's.
The web interface is problematic in that if I do either 127.0.0.1:8123 or
localhost:8123 there is no welcome menu but if I do an
localhost:8123/polipo/ then I get menu but no submenu with an error msg.
 
504 Connect to 127.0.0.1:8123 failed: General SOCKS server failure
The following error occurred while trying to access
http://127.0.0.1:8123/polipo/status?:

But do the same in Safari and I get menu plus submenu's but no welcome menus
and yes the polipo is working correctly as when surfing the net the
webpage's are downloaded and filter by privoxy after polipo has cached what
is needed verifier tor. Any help please ?

polipo -v
configFile /etc/polipo/config Configuration file.
CHUNK_SIZE 8192 Unit of chunk memory allocation.
allowUnalignedRangeRequests boolean true Allow unaligned range requests
(unreliable).
allowedClients list 127.0.0.1 Networks from which clients are allowed to
connect.
allowedPorts intlist 1-65535 Ports to which connections are allowed.
alwaysAddNoTransform boolean false If true, add a no-transform directive to
all requests.
authCredentials atom (hidden) username:password.
authRealm atom (none) Authentication realm.
bigBufferSize integer 32768 Size of big buffers (max size of headers).
cacheIsShared boolean false If false, ignore s-maxage and private.
censorReferer tristate maybe Censor referer headers.
censoredHeaders list from, accept-language, x-pad, link Headers to censor.
chunkCriticalMark integer 49545216 Critical mark for chunk memory (0 =
auto).
chunkHighMark integer 50331648 High mark for chunk memory.
chunkLowMark integer 37748736 Low mark for chunk memory (0 = auto).
clientTimeout time 2m Client-side timeout.
daemonise boolean false Run as a daemon
disableConfiguration boolean false Disable reconfiguring Polipo at runtime.
disableIndexing boolean false Disable indexing of the local cache.
disableLocalInterface boolean false Disable the local configuration pages.
disableProxy boolean false Whether to be a web server only.
disableServersList boolean false Disable the list of known servers.
disableVia boolean true Don't use Via headers.
diskCacheDirectoryPermissions integer 0700 Access rights for new
directories.
diskCacheFilePermissions integer 0600 Access rights for new cache files.
diskCacheRoot atom /var/cache/polipo/ Root of the disk cache.
diskCacheTruncateSize integer 1048576 Size to which on-disk objects are
truncated.
diskCacheTruncateTime time 4d12h Time after which on-disk objects are
truncated.
diskCacheUnlinkTime time 2d Time after which on-disk objects are removed.
diskCacheWriteoutOnClose integer 65536 Number of bytes to write out eagerly.
dnsGethostbynameTtl time 20m TTL for gethostbyname addresses.
dnsMaxTimeout time 1m Max timeout for DNS queries.
dnsNameServer atom 127.0.0.1 The name server to use.
dnsNegativeTtl time 2m TTL for negative DNS replies with no TTL.
dnsUseGethostbyname 4-state true Use the system resolver.
dontCacheCookies boolean true Work around cachable cookies.
dontCacheRedirects boolean true If true, don't cache redirects.
dontIdentifyToClients boolean true Avoid sending machine-identifiable
information to clients.
dontTrustVaryETag tristate maybe Whether to trust the ETag when there's
Vary.
expectContinue tristate maybe Send Expect-Continue to servers.
forbiddenFile atom (none) File specifying forbidden URLs.
forbiddenRedirectCode integer 302 Redirect code, 301 or 302.
forbiddenUrl atom (none) URL to which forbidden requests should be
redirected.
idleTime time 6s Time to remain idle before writing out.
laxHttpParser boolean true Ignore unknown HTTP headers.
localDocumentRoot atom (none) Root of the local tree.
logFacility atom user Syslog facility to use.
logFile atom (none) Log file (stderr if empty and logSyslog is unset,
/var/log/polipo if empty and daemonise is true).
logFilePermissions integer 0640 Access rights of the logFile.
logLevel integer 0x7 Logging level (max = 0xFF).
logSyslog boolean false Log to syslog.
maxAge time 30d Max age for objects without Expires header.
maxAgeFraction float 0.100000 Fresh fraction of modification time.
maxConnectionAge time 5m Maximum age of a server-side connection.
maxConnectionRequests integer 30000 Maximum number of requests on a
server-side connection.
maxDiskCacheEntrySize integer -1 Maximum size of objects cached on disk.
maxDiskEntries integer 32 File descriptors used by the on-disk cache.
maxExpiresAge time 30d Max age for objects with Expires header.
maxNoModifiedAge time 30d Max age for objects without Last-modified.
maxObjectsWhenIdle integer 32 Number of objects to write at a time when
idle.
maxPipelineTrain integer 32 Maximum number of requests pipelined at a time.
maxSideBuffering integer 1500 Maximum buffering for PUT and POST requests.
maxWriteoutWhenIdle integer 65536 Amount of data to write at a time when
idle.
mindlesslyCacheVary boolean false If true, mindlessly cache negotiated
objects.
objectHashTableSize integer 262144 Size of the object hash table (0 = auto).
objectHighMark integer 16384 High object count mark.
parentAuthCredentials atom (hidden) username:password.
parentProxy atom (none) Parent proxy (host:port).
pidFile atom (none) File with pid of running daemon.
pipelineAdditionalRequests tristate maybe Pipeline requests on an active
connection.
pmmFirstSize integer 16384 The size of the first PMM chunk.
pmmSize integer 8192 The size of a PMM chunk.
preciseExpiry boolean true Whether to consider all files for purging.
proxyAddress atom 127.0.0.1 The IP address on which the proxy listens.
proxyName atom localhost The name by which the proxy is known.
proxyOffline boolean false Avoid contacting remote servers.
proxyPort integer 8123 The TCP port on which the proxy listens.
publicObjectLowMark integer 8192 Low object count mark (0 = auto).
redirector atom (none) Squid-style redirector.
redirectorRedirectCode integer 302 Redirect code to use with redirector.
relaxTransparency tristate false Avoid contacting remote servers.
replyUnpipelineSize integer 1048576 Size for a pipeline break.
replyUnpipelineTime time 20s Estimated time for a pipeline break.
scrubLogs boolean false If true, don't include URLs in logs.
serverExpireTime time 7d Time during which server data is valid.
serverIdleTimeout time 45s Server-side idle timeout.
serverMaxSlots integer 32 Maximum number of connections per broken server.
serverSlots integer 2 Maximum number of connections per server.
serverSlots1 integer 4 Maximum number of connections per HTTP/1.0 server.
serverTimeout time 1m30s Server-side timeout.
smallRequestTime time 10s Estimated time for a small request.
socksParentProxy atom localhost:9050 SOCKS parent proxy (host:port)
socksProxyType atom socks5 One of socks4a or socks5
socksUserName atom (empty) SOCKS4a user name
tunnelAllowedPorts intlist 1-65535 Ports to which tunnelled connections are
allowed.
uncachableFile atom (none) File specifying uncachable URLs.

Index of http://127.0.0.1:8123/

http://127.0.0.1:8123/    330        31.07.2010    plain    recursive
http://127.0.0.1:8123/favicon.ico    341        31.07.2010
http://127.0.0.1:8123/polipo/    370        31.07.2010    plain    recursive
http://127.0.0.1:8123/polipo/index?http://127.0.0.1:8123/    1177
31.07.2010    plain    recursive
back

Privoxy 
Aug 01 19:20:03.817 00000090 Request: 127.0.0.1:8123/polipo/status?
Aug 01 19:31:12.723 00000090 Request: 127.0.0.1:8123/polipo/config?
Aug 01 19:31:12.913 000002c8 Request: 127.0.0.1:8123/favicon.ico
Aug 01 19:31:14.912 00000090 Request: 127.0.0.1:8123/favicon.ico
Aug 01 19:31:15.997 000002c8 Request: 127.0.0.1:8123/polipo/servers?
Aug 01 19:31:16.186 00000090 Request: 127.0.0.1:8123/favicon.ico




------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Polipo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to