Displaying 3 results from an estimated 3 matches for "securedownload".
Did you mean:
securedownloads
2018 Sep 01
3
Step-by-Step Tutorial: How to Deploy cPanel Web Hosting Control Panel version 11.74 on CentOS 7.5 Linux Server version 1805 in Amazon AWS Cloud
...Guide - cPanel DNSONLY Installation at https://documentation.cpanel.net/display/74Docs/Installation+Guide+-+cPanel+DNSONLY+Installation
SECTION 2: INSTALLING CPANEL DNSONLY NAME SERVER 1
==================================================
029. cd /home
030. sudo curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly
031. sudo sh latest-dnsonly
032. sudo /scripts/configure_firewall_for_cpanel
033. sudo passwd root
034. Go to https://13.58.134.234:2087 and login.
035. Click I Agree. Go to Step 2
036. Enter Server Contact Email Address.
037. Enter Server Hostname, for example, ns...
2007 Aug 07
3
XSendFile problem
I am trying to user XSendFile in my application.
I have installed the plugin and in the environment.rb included this line
XSendFile::Plugin.replace_send_file!
but it is unable to read the files.
Earlier i had used send_file but it increases the mongrel size and slows
down the application.
Any suggestions about how to make it work?
--
Posted via http://www.ruby-forum.com/.
2006 May 26
2
Plugin Question
...a gem but am still having the following problems:
1) I have a configuration script as follows
require ''mongrel''
config = Mongrel::Configurator.new :host => "127.0.0.1" do
listener do
uri "/downloads", :handler =>
plugin(''/handlers/securedownload'',{:secret_string => "secret_string"})
end
run
end
When I try ''listener :port => 3000 do'' I get a bind (port already in
use) error.
The script above however starts up but http://localhost:3000/downloads
doesn''t start up the handler. The...