Questions tagged as 'apache'

0
answers

SSL Certificate - How to configure on Server

Good afternoon I'm trying to activate the security certificate on my site. I have already put the files: I've done all the processes to generate the log files, everything is ok. I placed the records inside my server. Now I do not...
asked by 09.12.2016 / 16:38
1
answer

problems with exec php

I made the following command in php $comando="C:\Python27\python.exe programa.py"; echo $comando; in the python file print resultado; This result variable has the content formed in json { "algumacoisa":"algumac...
asked by 05.12.2016 / 00:53
0
answers

Error 404 - Not Found

Good afternoon, I'm doing a project where I have installed php7, mysql, apache2 in a virtualbox with ubuntu16.04. I'm working locally and I installed laravel, 5.3. I have an already done api that was working but I made a Virtual host, where I...
asked by 19.11.2016 / 17:12
1
answer

.Htaccess redirects even with nothing configured

Well, I recently asked a question right here in the Stack ( Questions in .htacess ) about a bit of htaccess to solve a problem I'm having in the company. After giving a good study and begin to understand +/- how things happen I can not find a...
asked by 30.11.2016 / 13:39
1
answer

Problem to perform require of a file

This is my error and code respectively. I can do includes in other files, only in config.php not! Does anyone have a solution? NOTE: It is good to note that I have already tried to remove the '.;' which is ahead of the 'C: \'. And I...
asked by 27.01.2017 / 16:20
0
answers

Connection refused laravel

When I send my form, after processing the data in the laravel save method the following error occurs: QueryException in Connection.php line 769: SQLSTATE[HY000] [2002] Connection refused (SQL: insert into 'users' () values ()) What is the s...
asked by 28.11.2016 / 05:46
1
answer

Release access to www with Apache2

I use the Elementary OS , and I have a Windows virtual machine , I want Windows to access the Apache2 I installed Linux, my local network is already configured, I can give ping to my Linux and vice versa. But when I access the IP...
asked by 28.10.2016 / 02:30
1
answer

curl does not start in php

I'm learning php and was testing the curl, however it's crashing in curl_init (); The code I am using to test is below, I put some print to test where the error was and what happens is that the output only exits zero. <?php // create a n...
asked by 16.10.2016 / 21:39
0
answers

Problems with ajax on the server

I have an application on ZF2 on Ubuntu server. One of the controllers is triggered from a ajax request. Locally, the application works normally. However, when uploading to the server I started having problems: the request is sen...
asked by 12.10.2016 / 17:14
0
answers

Problem with .htaccess on amazon EC2

I'm migrating a site to Amazon EC2 (ubuntu with apache, php and mysql) and I'm having problems with link routes. My .htaccess file is basically like this: RewriteEngine On Options +FollowSymLinks RewriteRule ^fale-conosco/?$ faleconos...
asked by 07.10.2016 / 16:39