r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Maxim
22-Feb-2007
[300x3]
I did so for my own server, which is an http web service:
you install and setup an apache server which has ssl, reverse proxy, 
and redirection modules enabled.
then you accept the connections from the ssl port (apache silently 
handles the decryption) and redirect all traffic to your cheyenne 
server.
Graham
22-Feb-2007
[303]
are these automatically installed?
Maxim
22-Feb-2007
[304x3]
they are all part of the standard apache distro... but you have so 
edit the config file to enable them
I am not an apache expert, I had the setups done for me, but it works 
out  :-)
the setups where very basic though... 4-5 lines, basically setting 
up the ports, and urls ... not much wizardry.
Graham
22-Feb-2007
[307]
Ok.  I've already downloaded this vmware ssl appliance ... but good 
to know now.
Maxim
22-Feb-2007
[308]
using the dynamic linking, means you don't have to understand the 
apache compilation part... so its pretty easy to setup.
Terry
23-Feb-2007
[309]
Apache to run Cheyenne? Odd.
Maxim
23-Feb-2007
[310x2]
i'd rather say apache is just a slave in this setup
it just acts as a signal converter
Terry
24-Feb-2007
[312]
Ok here's a riddle..  When is a slave a master?
Maarten
24-Feb-2007
[313]
When he reaches Zen
Gregg
24-Feb-2007
[314]
When he's a middle manager?
Dockimbel
25-Feb-2007
[315x2]
Graham: you should look at http://www.stunnel.org/to add SSL support 
to Cheyenne.
It's a command-line tool acting as a SSL daemon frontend for any 
server requiring SSL decryption.
Graham
25-Feb-2007
[317]
I had a go .. but couldn't get it to work.
Dockimbel
26-Feb-2007
[318]
I just intalled the windows version, it works very well. I just had 
to edit the stunnel.conf file to uncomment the HTTPS config options.
Graham
26-Feb-2007
[319]
Ok, I might have to have another attempt.
Oldes
26-Feb-2007
[320x2]
yes... must agree with Doc. It's very easy, just download the latest 
precompiled version (I have 4.20) install, uncomment the https as 
doc said and than do:
      stunnel.exe -install
to install it as service.. and:
      stunnel.exe -start
to start it.
What I would like to know, is if I can use it to get https urls from 
Rebol, not just to encrypt my server?
Dockimbel
26-Feb-2007
[322]
Didn't tried that, but there's a client mode in stunnel.
Graham
26-Feb-2007
[323x2]
Is this what you did ?  http://www.stunnel.org/examples/https_windows.html
which is what I tried last year and could not get working.
Dockimbel
26-Feb-2007
[325x3]
That's the hard way ! :-)
Just download and install the precompiled version : http://www.stunnel.org/download/stunnel/win32/stunnel-4.20-installer.exe
Then Start => Programs => STunnel => Edit stunnel.conf : uncomment 
the [https] section, then save it.
Graham
26-Feb-2007
[328]
Wow .. so easy?
Dockimbel
26-Feb-2007
[329]
Then STunnel => Run STunnel ...and that's all. Takes 2 mn, including 
the download time.
Graham
26-Feb-2007
[330]
Ok. Definitely will try it .. why do they have a how to that's so 
difficult ??
Dockimbel
26-Feb-2007
[331]
They did a good job with stunnel's installer, fast and easy to use.
Graham
26-Feb-2007
[332]
What bug database are you using now?
Dockimbel
26-Feb-2007
[333]
The How-To you point us at, is only useful if you want to compile 
stunnel sources for the windows version instead of downloading the 
precompiled binary.
Graham
26-Feb-2007
[334]
You said that Mantis was much better than Trac :)
Dockimbel
26-Feb-2007
[335x3]
Better : sure, reliable : I'm not that sure.
Anyway, I'm going to make a Mantis lightweight clone soon, when the 
new Cheyenne version will be ready.
That would make a good test application for the new RSP session engine.
Graham
26-Feb-2007
[338x3]
How's progress on session handling?
snap!
I want to write a little application that manages hylafax incoming 
faxes
Dockimbel
26-Feb-2007
[341]
Specifications are written, I should be able to implement it this 
week. Then I'll need at least a week to test and tune.
Graham
26-Feb-2007
[342]
Sounds like good progress then.
Dockimbel
26-Feb-2007
[343x2]
Sure, Cheyenne is the foundation tool for all our web projects (customer 
or internal projects). So I have to make as good (means here fast 
and reliable) as possible.
make <it>
Graham
26-Feb-2007
[345x2]
Have you got an ftp client for uniserve?
ooops .. wrong channel.
Graham
27-Feb-2007
[347]
noob question .. think i've asked it before .. where should one startup 
uniserve on a linux system?  (suse10) ?
Dockimbel
27-Feb-2007
[348]
I'm not sure to understand your question Graham. Do you mean how 
to start Uniserve automatically at boot time on Linux ?
Graham
27-Feb-2007
[349]
yes.