Displaying 9 results from an estimated 9 matches for "cache_fil".
Did you mean:
cache_file
2002 Jul 07
2
wins.dat to DNS
Hi,
I'm wondering how to setup my DNS server (BIND 9.1.1) to read a zone from my wins.dat file. Is there a script I can use, or is there some other way to do it? I'm a linux newbie so a lot of info helps!
Thanks,
Jeff Nichols
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Apr 17
0
rflickr: invalid auth token when uploading
...on an upload request:
def upload
incoming_file = params[''flickr_image'']
content_type = incoming_file.content_type.chomp
msg_out = nil
responds_to_parent do
render :update do |page|
if content_type.rindex(/image\/[(jpe?g)||(gif)||(png)]/)
cache_file = "#{RAILS_ROOT}/public/cache/flickr.cache"
if File.exist? cache_file
flickr = Flickr.new(cache_file)
msg_out = flickr.photos.upload.upload_image(
incoming_file,
content_type,
incoming_file.original_filename,...
2009 Apr 27
1
Testing HEAD
I have successfully compiled HEAD on FreeBSD-7 and I hope I am not doing
anything weird.
./configure \
--cache-file=../cache_file \
--prefix=/opt/dovecot2 \
--with-ioloop=kqueue \
--with-notify=kqueue \
--with-sql=yes \
--with-mysql \
--with-zlib \
--with-bzlib \
--with-ssl=openssl \
--with-sql-drivers
FreeBSD-7# pwd
/opt/dovecot2
FreeBSD-7# ls -al sbin...
2013 Nov 06
2
how to display dovecot.index.cache
hello dovecot at dovecot.org:
I want to see the contents of dovecot.index.cache . Is there any command can make it become visible character displayed ?
the command idxview can displayed doveoct.index and logview can dispalyed dovecot.index.log but it seems no command to displays dovecot.index.cache for us.
thanks
amandy
2009 Oct 12
3
v2.0.alpha1 released
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha1.tar.gz
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha1.tar.gz.sig
So here's the first alpha version of Dovecot v2.0. There are still a
couple of things left to do, but in general it should work for most
people. I started using it for my own mails a few days ago and it seems
to work without errors.
Largest changes since v1.2:
2009 Oct 12
3
v2.0.alpha1 released
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha1.tar.gz
http://dovecot.org/releases/2.0/alpha/dovecot-2.0.alpha1.tar.gz.sig
So here's the first alpha version of Dovecot v2.0. There are still a
couple of things left to do, but in general it should work for most
people. I started using it for my own mails a few days ago and it seems
to work without errors.
Largest changes since v1.2:
2006 May 22
8
flickr tag question
hey,
i am using the flickr wrapper for ruby and need to access the tags of a
specific photo. i got all the rest working. i must admit i am kind of new to
ruby, but i tried and tried and couldn''t figure it out. among other things i
want to read geotags like in my example here:
http://www.flickr.com/photos/whoisstan/146634506/
i''m sure it is deadsimple and i just overlooked it.
2007 Jul 12
0
15 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt INSTALL libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.h
...generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists. Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a s...
2008 Mar 21
0
Wine release 0.9.58
...s not NULL before assuming that the string couldn't be allocated due to lack of memory.
rpcrt4: Fix -Oi interpreter for base types.
rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.
urlmon: Initialise the cache_file field of DownloadBSC on creation.
wininet: Fix proxy authentication by using the data in lpwhr->pProxyAuthInfo in HTTP_InsertAuthorization instead of lpwhr->pAuthInfo when inserting the Proxy-Authentication header.
wininet: Only clear authentication header if the connection has a...