Skip to content
#

webserver

Here are 1,357 public repositories matching this topic...

goaccess
rgarrigue
rgarrigue commented Feb 10, 2020

Hi there

I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s

2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
orzel1244
orzel1244 commented Feb 22, 2018

Hey, could I get full documentation or post example? I want to recive Post's like
http:/example.com/login/?username=tester&password=myPassword
But I don't understand the only example which I've found in readme.md

Or mayby any idea how url would looks like for this:

CROW_ROUTE(app, "/add_json")
.methods("POST"_method)
([](const crow::request& req){
    auto x = crow::json::load(req
aniketpanjwani
aniketpanjwani commented Nov 29, 2019

What is the problem?

I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .

If applicable, content of captain-definition file:

N/A

Steps to reproduce the problem:

  1. Install Gitea
tbroyer
tbroyer commented Mar 23, 2016

See #56 for the context. My downstream server doesn't look at X-Forwarded-Host, expecting the Host header to be the original one received by the reverse proxy (HAProxy in our case in production).

I understand that others proxying to a live server with virtual hosts won't want that behavior, so it should be an option, and preferably per-route.

Maybe add a notation like prefixing a URL with

facil.io
nalzok
nalzok commented Apr 5, 2019

Hi there!

I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert in Web development anyway. Actually, I have received little formal education in CS, but I know the very basics of TCP thanks to [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/html/single/bg

Froxlor
mr-manuel
mr-manuel commented Jan 3, 2020

Feature Request

Summary

  • It would be great, if we manually can add/remove columns in the Customers/Domains overview.

For example:

  • Customers overview: add the applyed hosting plan, Email and other fields.
  • Domains overview: add the document root, separate logfile enabled, Emaildomain enabled, Only email? enabled and other fields.

System information

  • Froxlor version:
flotrek
flotrek commented Sep 26, 2019

I'm trying to gracefully exit the webServer with a GET or POST to the the webServer itself.

Is there a way to execute code after a HTTP response has been given to the client to help me do that properly ?

Is there a nicer way to handle shutting down suave server from a CD pipeline ?

let app = 
    choose [
        path "/gracefulExit" >=> 
            request(fun r -> 
     
evennia
RianeNelson
RianeNelson commented Apr 6, 2020

Documentation issue

https://github.com/evennia/evennia/wiki/Tags

I would really appreciate a little clarification on tags and how to use them to extract objects. For example, if I have a list of objects and only want to get ones with "outside room" in the tag, there's no explanation of how to do so.

Suggested change

A couple examples perhaps using tags.get or something like that, s

dignajar
dignajar commented Feb 23, 2019

Here you can request what do you like to have in the documentation.

Feel free to create a pull request with How To in the GitHub repository for documentation.

vibs29
vibs29 commented Jul 20, 2015
Hunchentoot is meant to hide error details from web users unless
*show-lisp-errors-p* is overridden to true. But it doesn't always
hide them.

Here is how hunchentoot renders errors:

a) if there's an error template html file use it, otherwise
b) cook up a message whose level of detail depends on *show-lisp-errors-p*
   and *show-lisp-backtraces-p*

As distributed, hunchentoot contains a 500

Improve this page

Add a description, image, and links to the webserver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webserver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.