apache
Here are 2,149 public repositories matching this topic...
More details in zulip/zulip#9762 (comment)
-
Updated
May 23, 2019
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
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
How can I set the name of the top/root directory so that its not the domain name?
Potentially a future feature to set a custom name?
I want to Configure Modsecurity on Apache2.4 windows sever.
I want to prevent SQLinjection & XSS attacks at server level.
About configuring VSCode to interpret php
Hello my friend
Can you help me how to configure VSCode to interpret php
I need to point docker php to VSCode
It is possible ? Can you help me
https://aomediacodec.github.io/av1-avif/#avif-mime-definition
.avif image/avif
.avifs image/avif-sequence
This is being prototyped in Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=960620
-
Updated
May 24, 2020 - Java
-
Updated
May 21, 2020 - Java
As #103 showed, we should have clear instructions as to how to add a frontend application inside our NoDock environment.
-
Updated
Mar 13, 2020
Add Nomad
Suggesting that we introduce https://www.nomadproject.io/ into the base images to complement Consul more than anything perhaps.
- Add
alpine-consul-nomadusingalpine-consul-base(as server) - Add
user-consul-nomad(as server) - Add
user-consul-nomad-agent(as agent)
So exactly like alpine-consul.
I left alpine-nomad out on purpose as I do not see a use-case for it but if it should b
-
Updated
May 21, 2020 - PHP
-
Updated
May 5, 2020 - Shell
-
Updated
May 21, 2018 - Python
What is good What is not ?
Sogou is really a " bad bot " ?
In my log :
visionduweb.fr:80 220.181.124.85 - - [16/Aug/2019:08:21:44 +0200] "GET /robots.txt HTTP/1.1" 301 473 "-" "Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)"
Then, i comment the rule for Sogou
#BrowserMatchNoCase "^(.?)(\bcrawl.sogou.com\b)(.)$" bad_bot
I have wrong ?
-
Updated
Jun 20, 2019 - HTML
Improve this page
Add a description, image, and links to the apache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache topic, visit your repo's landing page and select "manage topics."
Airflow has SQLSensor and PythonBranchOperator it seems that the logic of both can be combined to create SQLBranchOperator
SQLSenor knows to take single sql query and wait for condition on it. it can be copied and changed so that it won't wait (like sensor) but simply return true false. According to the value returned from the query it will follow the chosen branch.