Questions tagged as 'apache'

0
answers

Permissions with ZipArchive in Linux environment provisioned by Puppet / Vagrant

The scenario: I use an environment that is provisioned by Puppet / Vagrant (PuPHPet). Apache runs with user www-data:www-data --- Config vagrant apache: install: '1' settings: version: 2.4 user: www-d...
asked by 09.08.2018 / 22:01
2
answers

How to run a python script that is located on another machine

I have 2 raspberry and a windows computer that has an apache server. I want to run a script that is on the server from those 2 raspberry. I type in the command line: sudo python3 192.168.0.8//teste/teste.py but the following message com...
asked by 24.07.2018 / 16:02
3
answers

How can I simplify URLs for a website?

To access a particular area of the site, I have to indicate one to three parameters in the URL: Normal URL: # aceder a um módulo http://www.meusite.com/index.php?mod=john # aceder a um sub-módulo: http://www.meusite.com/index.php?mod=joh...
asked by 28.12.2013 / 10:37
0
answers

How to access Virtual Host from another pc on the same network

I want to access my local site that is # PC1 by phone or # PC2, but I can only access it from the computer it is on, and if I try to get in from another computer it only works if I put the IP my machine instead of the Virtual Host on what the si...
asked by 08.07.2018 / 07:33
0
answers

Release access ONLY to a file that is in root having others with the same name

Searching the forum here I found this feature if I do in .htaccess : <Files *.php> deny from all </Files> <Files "meuFicheiro.php"> Order Allow,Deny Allow from all </Files> Libero access to the...
asked by 26.06.2018 / 23:12
1
answer

How to receive information from firebase on an ion-select?

Hello, I'm having difficulty retrieving information already stored in other registers on an ion-select. In a previous registration the Place is already registered and in a second register I would like to receive in an ion-select a list of all th...
asked by 24.06.2018 / 07:15
0
answers

redirect to index.php in .htaccess except for one page maintenance.php

I have .htaccess below and it seems to be working fine: <ifModule mod_rewrite.c> # LIGA O MOTOR DE REESCRITA (Rewrite) RewriteEngine on # BUSCA PELA BASE /teste/ NO HOST ACESSADO RewriteBase /teste/ # FAZ UMA ESCESSÃO DE...
asked by 23.06.2018 / 14:55
0
answers

redirect to index.php in .htaccess except for one page maintenance.php

I have .htaccess below and it seems to be working fine: <ifModule mod_rewrite.c> # LIGA O MOTOR DE REESCRITA (Rewrite) RewriteEngine on # BUSCA PELA BASE /teste/ NO HOST ACESSADO RewriteBase /teste/ # FAZ UMA ESCESSÃO DE...
asked by 23.06.2018 / 14:55
0
answers

redirect to index.php in .htaccess except for one page maintenance.php

I have .htaccess below and it seems to be working fine: <ifModule mod_rewrite.c> # LIGA O MOTOR DE REESCRITA (Rewrite) RewriteEngine on # BUSCA PELA BASE /teste/ NO HOST ACESSADO RewriteBase /teste/ # FAZ UMA ESCESSÃO DE...
asked by 23.06.2018 / 14:55
1
answer

Change htdocs Apache 24 on windows

I'm reading a lot, including English pages. But no explanation works. Or it works and something is missing. I want to change the location of the Apache24 htdocs folder to disk D. So I did: #DocumentRoot "D:\Trabalhos\host\htdocs" #...
asked by 14.06.2018 / 13:46