Questions tagged as 'apache'

2
answers

Apache + Delphi XE7 + Datasnap. Problems with memory

Developed a program with Apache, Delphi XE7 and Datasnap. My Apache httpd.exe consumes memory until I give the message "Out of Memory" so I need to restart Apache. I configured ServerModule (FireDac components, Mysql) and WebModule to run a s...
asked by 24.04.2015 / 14:56
1
answer

Error apache = get overlap result error

I have an apache error that I can not fix, in the php log no error is reported only in apache. Has anyone identified anything like this? Below the apache log:    [Mon Jan 05 10:20:26 2015] [warn] [client 127.0.0.1] (OS 109) The pipe   was...
asked by 16.01.2015 / 14:37
0
answers

Is there a way to create a valid certificate for localhost Apache?

Just look at my local development, I've made use of link , created the apache openssl certificate, it works beauty. It turns out that since it is not a certificate that is in an external source the browser says that it is not safe and places...
asked by 20.04.2018 / 17:31
3
answers

403 Forbidden when writing data to a form

I have a field in the form that allows html tags. If you insert the following line in the field and submit the form, it returns the error 403 forbidden: <span style="display: none">&nbsp;</span> But if you insert the line wi...
asked by 18.03.2014 / 13:19
0
answers

I can not access localhost on another machine on the network

I'm trying to access localhost (ip: 192.168.0.11) through another machine on the network. Start Apache with access on port 8080 (with EasyPHP Devserver 16.1) and type in the browser of another network machine (ip: 192.168.0.15) the address " . T...
asked by 10.05.2016 / 15:17
1
answer

What is the correct way to use wildcard DNS?

I need the Apache virtualhost of my server to meet the following rule: 1- If you are domain.com or www.domain.com, then display the content at /var/www/domain.com/home 2- If it is blog.domain.com, then it displays the content in /var/...
asked by 07.09.2014 / 07:12
1
answer

php folder permission

I have an open source system called NOVOSGA running on my local machine, but on the hosting server it does not work, when I try to run it it gives me an error of the system itself: Diretório temporário /tmp Permissão requerida: Escrita...
asked by 24.06.2016 / 13:44
2
answers

What is the correct way to use the header location? [closed]

I'm doing a PHP and MySQL course on Alura and got to the part where we built the code that removes the product from the database. The page that calls the delete function must redirect the user back to the produto-lista.php page and the...
asked by 14.01.2016 / 19:31
1
answer

Force 'www' and https in url - HTACCESS [closed]

Below is the code to force www and https in the url of the page using htaccess, who needs it, for me it worked right. Hugs RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www\.site\.com\.br$ [NC] RewriteRule ^(.*)$...
asked by 15.02.2017 / 23:46
3
answers

Use or not to use a slash at the end of a URL?

Whenever I'm going to create a new website and think about .htaccess , I hit that doubt: force or not force the use of the slash at the end of the URL. For example: link would be 301-redirected to link . By doing this redirection,...
asked by 29.01.2014 / 20:39