Questions tagged [cgi]

Cgi is the common gateway interface, used for interactive webpages.

279 questions
0
votes
1 answer

Webmin shows plain Perl script when try to open login page

when I try to open webmin login page "https://192.168.1.13:10000" it shows plain Perl script like below, what is problem? I'm running Ubuntu 18.04 and latest version of webmin. #!/usr/bin/perl # # Authentic Theme…
marcelo12
  • 1
  • 2
-1
votes
2 answers

.htaccess vs php.ini in mod_php and CGI

As far as I know, mod_php can be configured either by means of php.ini or .htaccess files while, for CGI, .htaccess files cannot be used. Does the fact that mod_php can use .htaccess files makes it more insecure with respect to CGI?
Simus
  • 103
  • 4
-1
votes
1 answer

How does Apache spool STDOUT from a CGI script?

As part of a content management system I'm developing I have a script which retrieves image files (JPEG, GIF, PNG etc) in response to the browser GETing a URL like http://myserver/getimage.cgi/virtual/path/to/image. On the server the image files…
kbro
  • 260
  • 1
  • 2
  • 12
-1
votes
1 answer

Options ExecCGI is off in this directory: /home/ec2-user/public_html/cgi-bin/

When I tried to access the http://host-ip/~ec2-user/cgi-bin/try.cgi, I got 403 Forbidden error, error_log shows Options ExecCGI is off in this directory: /home/ec2-user/public_html/cgi-bin/try.cgi. If I commented out AddHandler line, I can see the…
Youngman
  • 111
  • 4
-1
votes
3 answers

Setting up an http proxy to use a web interface?

EDIT (8-23): For clarity I'm looking for an alternative to using web proxy scripts (Glype, PHProxy, etc.) by using proxy software like Squid or Privoxy. I want this new method to operate the same way as a web proxy script, where the user types in a…
Lin
  • 2,909
  • 7
  • 27
  • 25
-1
votes
0 answers

IIS 10 | CGI/Perl | NTLM Auth | No credentials are available in the security package (0x8009030e)

I have been blessed to take over an old application that is now giving me a headache as part of hardening measures. Function of the Perl application: Query active directory groups to the current NTLM authenticated user. Display of certain links…
-3
votes
1 answer

Issue with high server load centos

I'm having some major issues with one of my servers. Server load is extremely high: load average: 142.28, 144.80, 139.6 The server is running Centos 6 and has a Perl image sharing script running on it. The server has moderate traffic but for some…
-3
votes
2 answers

Can I use a .py file as a stylesheet for html5

I have python generating my stylesheets in my html4 site (random background). Now I'm wanting to convert to html5 and I'm wondering if I can use a .py file in my css link The site is currently running…
KI4JGT
  • 95
-3
votes
1 answer

Display static pages with a RAND seed, expiry?

In Apache, is there any way (using scripts like CGI and PHP, etc.) that will fetch all static content (html, images, and files within a specified size range) and send it to the user as a randomized link, set with a (30 minute for example)…
U4iK_HaZe
  • 633
  • 5
  • 13
1 2 3
18
19