Questions tagged [cheyenne]

The Cheyenne HTTP Server is an open-source HTTP server. It is written in the rebol and provides a platform for building web applications in that language.

The Cheyenne HTTP Server is an open-source HTTP server. It is written in the programming language and provides a platform for building web applications in that language. Cheyenne is small, secure, efficient and has no external dependencies.

5 questions
3
votes
1 answer

How do you suppress .html from the URLs of static HTML files with Cheyenne?

I'm using Cheyenne v0.9 and would like to serve static HTML files as text/html, but I don't want the URLs to contain the .html extension. Is there a way to do this without using CGI or some other dynamic processor? For…
rgchris
  • 3,698
  • 19
  • 19
2
votes
1 answer

Is Rebol-based Cheyenne server able to process HTTP REST requests?

Is Rebol-based Cheyenne server able to process HTTP REST requests like « /product/1234» / « /product/{productId}» (with data in the URL, not as GET parameters) ? It could be possible if Cheyenne can redirect URLs with wildcards like '/product*'…
dreamyToto
  • 131
  • 2
2
votes
1 answer

Rebol 2 process on Linux halts on SIGTERM after a "day of heavy load"

I am using Cheyenne for a relatively high-load web application. It works great and fast. But I have a problem that started appearing after upgrade to Ubuntu 14.04, or I started noticing it then because the load increased. After few days of working,…
middayc
  • 111
  • 8
2
votes
2 answers

How to associate file extensions with MIME type with Cheyenne?

I'm trying to use Cheyenne to serve a news feed and would like to ensure that files with the .feed extension are served as application/atom+xml. How do I configure Cheyenne to do this?
rgchris
  • 3,698
  • 19
  • 19
1
vote
0 answers

How to configure a separate folder for CGI scripts with Cheyenne?

I have a web application contained in the following structure: /app-root +-- /html ; root files /cgi-bin ; cgi scripts /app ; application files /cheyenne ; Cheyenne binary and config My initial config is: default [ …
rgchris
  • 3,698
  • 19
  • 19