Questions tagged [cgi]

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

279 questions
0
votes
0 answers

Get unused Nagios both services and commands

I have a monitoring server, based on Nagios 3.2.3, installed via source code, and using GroundWork Monitor Architect for managing Nagios configurations. My question is if possible (and how to) get a list of services that are not applying to any…
mvillar
  • 438
  • 1
  • 7
  • 19
0
votes
1 answer

Performance issues on IIS7 and CGI (versus IIS6)

My company is upgrading the app/web server from Windows 2003 to Windows 2008 (mainly because hosting companies don't offer 2003 anymore, and we need new hardware to gain performance). Our app is written in Delphi (CGI modules), and the database is…
Tarrakis
  • 101
  • 2
0
votes
0 answers

google site map generator can't login admin console

I installed Google Sitemap Generator for linux x86_64 CentOS 6 But when I try to login to the admin console using this link myserverip:8181 and my password nothing happened. After refreshing I only got about 20% of the page loaded. If I try to…
adnan
  • 101
  • 1
  • 4
0
votes
1 answer

Free Perl for IIS

I'd like to use awstats for website statistics. Is there some free Perl distribution that plays nicely with IIS 7? This is what I've tried: Googling for perl iis yields a lot of tutorials, all of which refer to ActivePerl. Alas, ActivePerl requires…
Heinzi
  • 2,217
  • 5
  • 32
  • 52
0
votes
1 answer

How to execute a CGI on my server?

I want to execute a CGI on my server, but I have this issue: run-detectors: unable to find an interpreter for /media/FTP/outils/cgi-bin/monitorCGI.cgi, >refererer: http://outils.mynd/backburner. Premature end of scripts header: monitorCGI.cgi,…
Hihui
  • 1
  • 4
0
votes
1 answer

Apache: permission error while opening file

I have a cgi script that opens a file (using python). The cgi script runs fine but when I try to open this file, I get a permission error: Traceback (most recent call last): File…
serverFaulter
  • 385
  • 2
  • 4
  • 9
0
votes
1 answer

Permission denied with mv under apache

I have a bash cgi script called by apache which should move one file in /var/www/html to another in the same directory. I've set up the relevant permissions with selinux (e.g. chcon to httpd_sys_content_t) and I've changed the read/write permissions…
user111997
0
votes
1 answer

IIS 7.5 + CGI + SSL - How to increase the upload limit?

I'm hitting a really annoying problem with IIS 7. I've setup my web.config by the books as follows:
jocull
  • 211
  • 2
  • 8
0
votes
1 answer

Awstats over cgi does not show historical data

I have awstats for several virtualhosts, runned via cgi. One of them does not show historical data. It shows just data for this month. But runned on command line generates html with correct data. /usr/lib/cgi-bin/awstats.pl -config=www.example.org…
pevik
  • 288
  • 1
  • 12
0
votes
1 answer

cgi and python script files are downloading from server instead of executing there

I kept some cgi,python files under /var/www/cgi-bin and trying to execute I followed all the steps in: http://webpython.codepoint.net/cgi_tutorial Still i am not able to execute. when i enter 192.168.1.191/cgi-bin/sample.py or…
jack
  • 1
  • 1
  • 2
0
votes
2 answers

FCGI and upload_tmp_dir PHP directive are not working correctly

I run PHP as FCGI! I'm setting upload_tmp_dir option as value /home/domain.com/tmp. When executed phpinfo() for double-check it's confirmed that the settings above are correct. Nevertheless, when actual upload in happening, the uploading file is…
Ilia Ross
  • 1,086
  • 1
  • 10
  • 20
0
votes
2 answers

Where to find the mod_cgi.c script

Where is the mod_cgi.c script, or where are all the modules in the apache software? I have a problem with the RLimitNProc settings on my server, because this settings don't work properly. I've found in the deep of the internet that there is a bug in…
John Brunner
  • 145
  • 2
  • 7
0
votes
2 answers

Can't execute index.php in root folder when PHP is installed as CGI binary

I'm trying to make a website on my school's server, but they have PHP installed as CGI, so .php files can only run in the cgi-bin folder. This is somewhat problematic if I want my index to be a .php file and not a .html, since it needs to be…
Tony Stark
  • 287
  • 1
  • 5
  • 10
0
votes
1 answer

Chrooted nginx, fastcgi, and cgit

I'm running a Debian server with nginx chrooted in /var/chroot/nginx. It works wonderfully, but I'd like to be able to run cgit and host my gitolite repositories. When it was out of the chroot it would give me the same error as it is giving me now,…
jibcage
  • 81
  • 2
  • 5
0
votes
1 answer

Apache: Run standard-PHP side by side with Fast-CGI

I'd like to run a server that 'delegates' certain requests to a C++-Script via FastCGI - how can I configure Apache to do so? It would just be enough to redirect requests to a specific page I could define in some config-file, but unfortunately I…
David
  • 51
  • 1
  • 3