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
Perl CGI "400 Bad Request" - not coming as json instead response type is html
When try to return the JSON response with status code "400 Bad Request", perl cgi always responding with text/html where as for 200, its returning JSON data correctly.
Using apache server.

Dinesh Yagappan
Votes: 0
Answers: 1
How to capture HTTP and URL data, using a C++ application, from a client request
I have a CGI exe application running on IIS. A client (localhost:8080 for testing) can make a request to the server with any application name (e.g. home, store, account, etc...) and any additional que...
Scott Shaffer
Votes: 0
Answers: 2
Apache Variables to CF CGI Variables
I have added additional Apache Variable set using SetEnv. The problem was when Iam trying to past it to CF Application and writedump(cgi) it doest have that env i set.
Apache2 Side
env.conf
SetEnv HEL...

Jhonathan H.
Votes: 0
Answers: 1