Questions tagged as 'apache'

0
answers

Create a subdomain in wampserver

Hello, I need to create subdomains in wampserver to be able to split projects that require singularities in .htaccess Any tips?     
asked by 01.02.2018 / 11:17
0
answers

Access the link and it instead of opening the site downloads an httpd

I have server with a problem that I can not resolve Every time I type the site address in the browser instead of opening the page it downloads a httpd file. What could be happening?     
asked by 06.02.2018 / 17:39
0
answers

apache only by dns name

How do you parameterize apache that has multiple VirtualHosts (all with https) so that it only responds if accessed with the DNS name, instead of IP? Currently in my case if I type the ip is displayed a page of some virtualHost. Although I...
asked by 22.01.2018 / 15:45
1
answer

Redirect through Apache port

My question is the following, as I do when I came to a request for the endenreço: link Redirect to link and when you go to the address: link Redirect to link In other words, I want to do a port redirection. Home The system I a...
asked by 20.01.2018 / 19:26
0
answers

How to block and unbind a city / state IPs range in .htaccess?

I wanted to temporarily block some states in Brazil from accessing my site, as I can do this through htaccess. In fact, is it harder to figure out this range of IPs for each state or city? Thank you in advance.     
asked by 19.01.2018 / 13:49
0
answers

Apache Commons Email base64 Image

I have a software to send emails that use apache commons email to send mail html, I have in the database also a string that represents a base64 image example data:image/png;base64,iVBORw0K .... I tried to use the html img tag to send t...
asked by 16.01.2018 / 20:48
0
answers

Apache does not read subdirectories

Hello, I'm starting with Linux now and I'm trying to set up an Apache server for testing purposes. I am using Debian 9 and have already installed Apache, PHP 7.0, libs and MariaDB. Through the browser using the link loads the index.html...
asked by 10.01.2018 / 03:03
1
answer

Problem with PHP + Apache XAMPP redirect

The problem is as follows: Form.php file: <?php session_start(); ?> <form action="x.php" method="post"> <?php $_SESSION["urlName"] = $_SERVER["HTTP_HOST"] . $_SERVER["PHP_SELF"]; echo $_SESSION["urlName"]...
asked by 09.01.2018 / 17:53
1
answer

Apache2 error installing

When attempting to install apache2 the following errors occur, one could please help me:     
asked by 15.01.2018 / 11:21
1
answer

How to avoid installing Apache when installing php7.1 on Ubuntu 16.04?

I have the following code that installs php7.1 on Ubuntu 16.04: sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:ondrej/php sudo apt-get update sudo apt-get install -y php7.1 #Modules sudo apt-get install -y p...
asked by 21.12.2017 / 23:08