python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to configure apache to execute cgi
I'm very new to LAMP and I've tested if php is running on apache server creating a file testing.php and instead of showing php version and stuff it just show exactly the same thing I typed:
<?php p...
Laura Tiemi
Votes: 0
Answers: 1
.htaccess check header and domain conditions as chain
Sorry this might be an easy one.
I'd like to check if both matches. The value of my header and the HTTP_REFERER
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?alloweddomain.com [NC]...
toni
Votes: 0
Answers: 1
jq - decode json value in flow
I am need to decode the authorization value from apache in flow and replace the value with the username , returning the modified json.
original Json:
{ "time":"2022-04-07T12:53:39.302+0...

Dargod
Votes: 0
Answers: 1