Questions tagged as 'apache'

0
answers

Problem in Xampp NetStat TCP service stopped

For 2 days this problem happened, I tried to solve it, without solution. I went to sleep, the other day I woke up, I had solved myself. Today it happened again, I already researched and I did not find anyone with the same problem as my Every tim...
asked by 12.04.2018 / 23:59
0
answers

Array limiting data

I have a very strange problem here and I have no idea what to do, I'll try to explain. I have an online form in a loop of 39 reps When I submit this form to the list page to "listar.php" does not return the corresponding number that would...
asked by 11.04.2018 / 19:33
0
answers

Is it possible to restart apache using whm?

I wonder if it is possible to restart apache through whm? If so, how to do it? Thank you in advance!     
asked by 18.04.2018 / 04:09
0
answers

URL redirect with escape

I'm redirecting some links from my site and I'm having problems with parameters, when I pass more than one parameter it switches & by /. RedirectMatch 301 ^/link(.*)$https://www.dominio.com.br/cat1/cat2/pagina.html?parametro1=1&p...
asked by 10.04.2018 / 16:33
0
answers

404 in Application with Laravel. Problems with .htaccess

I have a php development environment with Ubuntu 18.04. In this environment I have two versions of PHP, 5.6 and 7.1 by necessity of some projects. I created a new project using Laravel 5.6 (php 7.1), I created the project with the composer wi...
asked by 02.04.2018 / 17:01
0
answers

Git updating PHP system in production increases CPU consumption

I'm looking for ways to upgrade a PHP system into production, which is in AWS. I started using the codecommit, an Amazon GIT repository, and when I have updates, I commit to the production branch and a script updates the load balancer machines....
asked by 06.04.2018 / 15:59
3
answers

Change htdocs from XAMPP to the pendrive folder (or use XAMPP on the Pendriver)

I've already searched my ass, changed everything that was httpd.conf and httpd-xampp.conf, but nothing worked. I'm trying to change the default htdocs xampp folder to a folder on my pendriver, but when the localhost requirement in the browser...
asked by 14.03.2018 / 15:50
1
answer

301 moved permanently php + httaccess

Unintentionally I put the 301 command in .htaccess and I can no longer access the local host mu .... how do I reverse this ??? what folder is this setting in ?? any tips for reversing this ???? In the index.php file, I accidentally wrote th...
asked by 06.03.2018 / 02:43
2
answers

Htaccess that directs to https and also to www

I need that when the user accesses with http is directed to https and when it accesses without www redirects to access with www, follows doubts below: I'm using the following code in .htaccess: <IfModule mod_rewrite.c> RewriteEngine...
asked by 09.01.2018 / 14:26
1
answer

Generate 403 php error

Hello, I have a page in php where I wanted when the user was not logged in I would generate a 403 error and present a default page in apache. The default 403 error page is working, I just wanted to get this error in php just like I was trying to...
asked by 24.02.2018 / 16:56