Questions tagged as 'apache'

1
answer

PHP does not detect the CURL

Good people, I have a web server on an Ubuntu Server 16.04.2 64-bit LTS. In which I am installing the GLPI, which gives me problems because it does not detect the CURL extension, which I have installed, I have even several versions. Here is t...
asked by 13.07.2017 / 12:45
2
answers

Apache2 How to enter by domain and not ip? [closed]

I have an apache server in a vps, and in the / path / apache2 / sites-available folder I have the config of my web page. How can I do to not have to enter the ip? Do I have to buy a domain? Ex current: link - > link     
asked by 01.01.2017 / 16:31
1
answer

Redirect domain / subdomain to IP with port

I have a server where I host all my webs, it is a private server and I have a fixed IP address. The problem is that I have a single IP, port 80 goes to a server and 8082 to the server that we have to host the webs, the other is to other web t...
asked by 28.11.2016 / 09:32
2
answers

How to remove variables from a URL with htaccess

When accessing URLs such as the following: https://midominio.net/page/61/?variable_hola=1&saludos=5148B409XXXXX677AB547FB3209AA8C8 https://midominio.net/page/20/?variable_hola=1&saludos=5148B409CD818677XX547FB3209AAAC9...
asked by 12.03.2018 / 19:09
3
answers

Xampp does not load project laravel

I have the project laravel on a mac with OSX the captain with php artisan . The project runs without problem, but for personal reasons I want to use the apache of xampp instead of artisan server then when I try to load the index.blade.php i...
asked by 10.10.2016 / 06:08
2
answers

How can I install nodejs in an ssh console?

I want to install nodejs but it does not leave me, it gives me an error about the -f command and it gives me invalid. I install it this way: wget https://nodejs.org/dist/v6.9.1/node-v6.9.1-linux-x86.tar.xz tar -xvf node-v6.9.1-linux-x86...
asked by 12.11.2016 / 02:03
1
answer

What is the difference between Apache HTTP Server and Apache Tomcat?

I would like to know what the fundamental differences between the two technologies are.     
asked by 11.11.2016 / 16:57
1
answer

VirtualHost force https instead of http with .dev domain

I have created a Virtualhost for a project. In httpd-vhosts.conf : <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "C:/xam...
asked by 30.07.2018 / 23:29
1
answer

Rewrite url with mod_rewrite and .htaccess

I have a URL on my website: https://www.miweb.com/componente/nombre/contratar I would like it to not show "name" because the company has changed, but that the URL continues to lead to the same place, because if the contract does not wo...
asked by 13.03.2018 / 09:31
1
answer

Enable htaccess apache 2.2.15 on Scientific Linux

Hi guys, good afternoon, In short, my problem is as follows > I need to enable the htaccess file, the web is currently running with the apache service 2.2.15 and the S.O that contains it is Scientific Linux. I have been reading the d...
asked by 07.05.2017 / 21:14