similar to: way to get response headers only?

Displaying 10 results from an estimated 10 matches similar to: "way to get response headers only?"

2006 Dec 09
2
Cannot create writeable share - tried many different things
Hi, I appreciate any help that can be given. For the life of me, I cannot create a writeable share on a specific box - a fairly new install of Fedora Core 5. I have posted on several forums over the past 2 weeks, but haven't gotten anywhere with the advice given, so I'm turning to this list as my last hope. This box runs as an NIS client, but I have had no problems with NIS. The problem
2008 Jan 10
1
Linux disk quota support
Dear Listmembers, I installed samba-3.0.28 and configured --with-quotas, but I don't seem to be getting quota support. Is there a description on how to do quotas with samba? Is there something I should know about besides the configuration option --with-quotas? Thank you, Emre Brookes --------example----------------- Last login: Fri Jan 11 16:44:19 2008 from localhost Linux 2.4.33.3.
2005 Aug 03
0
LG Goldstar GDK-186/162 question on voicemail
Are there any other GDK users out there with Asterisk? I've got all the integration working, except voicemail. Does anybody know a way of disabling the forward to voicemail on a per extension or per DDI basis (I can disable the voicemail hunt group but then I can't light the MWI indicators as it seems that only ports marked in the voicemail group can issue the MWI on/off commands).
2011 Oct 22
2
why my Ajax request is performed 3 times ?
I wrote in my view : #showcases - @category.showcases.each do |showcase| %a{''data-remote'' => ''true'', :href => "#{showcase_url(showcase)}"} .showcaseSelector{:style => "border-color: #{showcase == @selected_showcase ? ''black'' : ''transparent''}; background-color: ##{showcase[:color]};"} which
2011 Jan 18
2
how to get captcha image with mechanize ?
Hey, how to get captcha image with mechanize ? the image is not a static picture, it''s a stream, a text-model. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20110118/bf9a58ff/attachment.html>
2008 Dec 16
5
More than one submit_tag in a single form
Hai everyone , I have a list of users(each user in a row)and an Approve button for each user. I wish to change the status of the user to be approved when I click on the Approve button of a user. When I tried getting all the users in the params hash. I want to get the id of the user according to which "Approve" button I clicked. How can I implement this one? Thanks in advance. -- Posted
2011 Nov 24
5
ActiveRecord::AssociationTypeMismatch
Hi to all, I have this error and I don''t understand why. I have three model, Image and Playlist and PlaylistItem. Everything works fine. The app should work also a XML REST service. When I made this call I obtain this XML because the playlist don''t contains images: GET http://0.0.0.0:3000/playlists/7.xml <playlist> <id>7</id>
2008 Feb 10
1
MSG_NOSIGNAL does not exist in OS X
Arnaud, I'm seeing an error with the XML/HTTP driver in NUT: (from http://buildbot.ghz.cc/public/nut/MacOSX-10.4-G4/builds/3/step- compile/0 ) if gcc -DHAVE_CONFIG_H -I. -I../../drivers -I../include -I../../ include -I/sw/include -g -Os -pipe -pipe -Ddarwin8 -I/System/Library/ Frameworks/System.framework/PrivateHeaders -I. -I/usr/include - DMGEXML_MODE -DMGE_MODE -O -Wall
2007 Dec 14
1
does gem fcgi require fcgi to be installed?
Does anyone know if the gem fcgi needs fcgi to be installed on my machine? I''m trying to install the gem fcgi and I''m getting the following message: -bash-3.00# gem install fcgi Updating metadata for 9 gems from http://gems.rubyforge.org ......... complete Building native extensions. This could take a while... ERROR: Error installing fcgi: ERROR: Failed to build gem
2008 Apr 15
2
Asking for help passing variables with an observe_field
Hi, I have the following observe field: <%= observe_field :session_treatment, :url => { :action => ''retrieve_rate'' }, :with => ''treatment'' %> This passes on the ''treatment'' variable to the action, but I''d like to pass another variable and I''m having a hard time figuring out how to write it. Any help would be