Questions tagged as 'apache'

0
answers

How to create custom attributes in LDAP with ApacheDirectoryStudio?

I am New in LDAP, I need to create a field which allows to save the date of birth of a user! I'm working with ApacheDirectoryStudio. I have already looked at several examples but they do not work for me.     
asked by 30.10.2017 / 16:31
0
answers

Enable register_globals in PHP

I have to carry out a small safety and behavior study with PHP and I have observed that register_globals as variable of php.ini has given enough security problems. I wanted in my own interest to check how an RFI (Remote File Inclus...
asked by 21.10.2017 / 01:42
1
answer

Protect with django the download of a file to a certain user in apache

I want to protect a file that resides in an apache so that it can only be downloaded if the user that is logged in is allowed. The case is that the django test server works without problems, but it had not fallen that in Apache this approach doe...
asked by 19.10.2017 / 12:09
1
answer

SIU Toba - Apache: Does not start the Apache server

Hi, I installed SIU Toba (version 2.7.11) on Ubuntu 16.04, following the installation guide of the official website ( link ). I installed the following packages: libapache2-mod-php libapache2-mod-php7.0 php-cli php-common php-curl php-gd php-...
asked by 13.10.2017 / 17:05
1
answer

Why does not httpd in ArchLinux read me php files?

Good afternoon friends of stackoverflow. I have a problem with my apache (httpd) in archlinux since I build a series of files to be able to develop in my work environment and it only shows me text in htmlo and php. I really do not know if I w...
asked by 04.10.2017 / 22:00
1
answer

Javascript Manners

Hi, I have a problem, and when I open a modal window with javascript, I get a black background. The problem is that I click on that black background and I can operate as if it were not. How can I make that part of the black area around the modal...
asked by 03.10.2017 / 09:17
0
answers

How to pass variables from php to python and vice versa using json

Someone knows why only one part of a program is executed in python, when it is called by one in php, my codes are as follows <?php $x=$_GET['velocidad']; if(isset($_GET['der'])){ $y=1; $z=0;...
asked by 01.10.2017 / 20:47
1
answer

PHP file with phpinfo () jumps error ERR_EMPTY_RESPONSE in browser

On the server where I am running the code is an Apache, with PHP 7.0 and MySQL 5.6. The machine is a Raspberry PI 2. I am trying by all means to solve the problem that I have with the file that executes the phpinfo (), the structure of the fi...
asked by 03.09.2017 / 11:53
3
answers

problem with friendly URLs and session variables

I have a web that manages a session variable in all the modules, this helps me to recognize the user that this "logged in" I have to change the normal to friendly url's, and I am helped by the RewriteRule. for the moment I managed to generate th...
asked by 21.08.2017 / 22:54
1
answer

Chrome stops requesting localhost

I'm having a very bad problem with a site on Django, running on apache on a windows 7 32 bit. The site always runs on localhost via chrome in kiosk mode but has internet connection via wifi. The problem is that, the pages have buttons whic...
asked by 09.08.2017 / 01:40