Questions tagged as 'apache'

1
answer

Extension pgsql Does not load in PHP7.x

I'm changing from PHP5 to PHP7 on windows 10 (machine development), all my settings went up fine, MySQL, Firebird, PDO MySQL, PDO PGSQL, but the blessed native PGSL does not go up, I've already enabled the line "extension = pgsql "and checked th...
asked by 04.12.2018 / 14:03
1
answer

Error starting Apache

HowdoIresolvethistypeoferror?--Support:http://lists.freedesktop.org/mailman/listinfo/systemd-devel----Aunidadeapache2.serviceestásendoiniciada.Out2813:41:53fabiano-ubuntuapache2[2786]:*StartingApachehttpdwebserverapache2Out2813:41:53fabiano-ubu...
asked by 28.10.2017 / 17:51
1
answer

Error getting time with row.getCell ()

I'm getting data from a worksheet in excel. public void Hora() Cell horaAgen = null; if(row.getCell(7) != null ){ horaAgen = row.getCell(7); System.out.println("hora: "+horaAgen); } } In the worksheet this: 9:00...
asked by 03.10.2018 / 20:18
1
answer

What is the correct way to install LAMPP?

I started using Linux (Ubuntu 18.04) recently and I've come across many difficulties. So I tried sometimes to install the lampp stack on Ubuntu and was not successful. There was always some mistake. And I want to know the correct way to insta...
asked by 25.09.2018 / 02:44
1
answer

How to perform a self-update on a local web system?

Speak, gal, blz? I developed a web system (in CodeIgniter) for a client and it runs on a local machine inside your office. Whenever I need to update the system, I perform the following steps: TeamViewer server access; I open the CMDER...
asked by 23.05.2018 / 23:57
1
answer

Error in wamp via redelocal

Good evening. I installed a web system on a machine where I installed Wamp 3.1.0, but when I try to access it through another machine connected to the same network I run into the following error: "Forbidden.You do not have permission to ac...
asked by 04.01.2018 / 00:18
0
answers

UPLOAD on a company server does not work [duplicate]

I have a simple script that I am trying to implement in a server CENTOS in a company, this server was installed APACHE from scratch, the PHP script is running normally, but the upload code is not sending the file I need. p> The code is very...
asked by 03.01.2019 / 19:39
1
answer

2 Apaches running Mac

I'm lost in the configuration of my local development environment. I have 2 Apaches running on my machine and I would like only one, I also want to let PHP 7 run. these are the two places:    / usr / sbin / apachectl       / opt / loca...
asked by 06.01.2017 / 02:19
1
answer

Help in creating the .htaccess file

Friends, good afternoon. I'm trying to create a nice .htaccess days, but we're having some difficulties. Here are examples of what I need, remembering that everything needs to be on the same URL. 1) Whenever the user accesses the web site...
asked by 28.07.2015 / 14:36
1
answer

Convert nginx redirect rule to .htaccess

I have the following rule on an Nginx server in production: server { server_name meusite.srv.br; rewrite ^(.*) http://www.meusite.srv.br$1 permanent; } server {         server_name www.meusite.srv.br;         access_log /home/proj...
asked by 23.08.2014 / 15:21