I figure SOAP might be what you need.
-
This message was sent using a mobile device. I apologize for any
seplling errors that may result.
Op 26 dec 2009 om 14:04 heeft Andrei Paul Nistor
het volgende geschreven:\
Hello all.
Question: Is it any way possible to access through the httpd s
Hello and merry christmas all ;)
I really need some of the functionality provided by the latest version
of mod_cache. Especially, the CacheQuickHandler directive (read
here:http://httpd.apache.org/docs/trunk/mod/mod_cache.html#cachequickhandler)
, which allows me to prevent the cache from shor
Hello,
For my web server, I want to set up a disk-based cache. To allow this, I
have configured as follows:
CacheRoot /var/cache/httpd
CacheDirLength 2
# Enable cache
CacheEnable disk /
CacheDisable /textpattern
CacheDisable /images
CacheDefaultExpire 86400
CacheIgnoreCacheControl On
CacheI