Questions tagged as 'cgi'

1
answer

Performance and security PHP x C ++ for web

Today I work in a company that manages some sites with too big traffic, which is causing some server overload problems and so on. These sites are mostly news portals and are running Wordpress, these sites the more they grow in data volume the mo...
asked by 08.05.2017 / 04:51
0
answers

Activating cgi bin web module c ++

Personal I installed cgicc in order to understand how CGI works however I've enabled the include mod_cgi of my apache2 in slackware but when creating a cgi and put it in / var / www / cgi-bin the same just downloads the cgi file that is inside t...
asked by 05.01.2018 / 08:37
1
answer

Django runserver does not work

The command: python manage.py runserver 80 Returns the following: (Pus screenshot, because the text is defaced here) The localhost address is inaccessible regardless of port (8080, 8000, 80) As far as I understand, it's a char...
asked by 15.07.2017 / 18:10
0
answers

CGI is deprecated, but what if I want to make a secure web system on an intranet? [closed]

I know there are many ways to create a secure web system with technologies such as PHP, .NET and etc, but these interpreted languages expose the code to curious when the system is to be installed on a client server for example. I also know that...
asked by 21.03.2018 / 07:22
0
answers

How to use smtp lib with values coming from a form?

I have two files the idea was to get the data from form.py and use it to send an email with smtplib follows the codes form.py: #!/usr/bin/python # cabecalho que informa o browser para renderizar como HTML print "Content-Type: text/html\n\n" #...
asked by 05.05.2018 / 03:26
0
answers

Creating Web Services (Soap / XML) Delphi

I'm trying to create a web service (SOAP) in Delphi that returns the sum of 2 numbers. But when I create the .exe and I set up the virtual directory folder to run it I get this image As a beginner in Delphi I can not detect the error. u...
asked by 09.03.2018 / 18:09
1
answer

Forms in Python

I needed a help with cgi forms in python. This code works normally when I do not enter accents: # !/Programas/Python36-32/python # -*- coding: utf-8 -*- import cgi print("Content-Type: text/html; UTF-8\n") form = cgi.FieldStorage() web_page=""...
asked by 21.01.2018 / 14:26
0
answers

Python with CGI and WEB

I made a simple python code that displays a version of the user's operating system on a web page and configured my web server running on linux to be compatible with CGI. My webserver runs on a Windows machine. import cgi, cgitb import...
asked by 01.11.2017 / 13:15