Questions tagged as 'apache'

1
answer

How is the integration of 2 htaccess with ptpasswd?

Ask a question and very kind Alvaro has answered, only that I do not understand codes and I do not know how to integrate with path's the question and answer was this:    If I have 2 htaccess files in different directories? Do I need to create...
asked by 22.04.2016 / 20:36
4
answers

Apache with Xampp does not start through blocked ports

Log detail: 13:41:13 [main] Initializing Control Panel 13:41:13 [main] Windows Version: Pro 64-bit 13:41:13 [main] XAMPP Version: 7.0.8 13:41:13 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ] 13:41:13 [ma...
asked by 05.08.2016 / 13:58
3
answers

Forbidden, error 403 with Apache / 2.4.6

I am configuring Apache / 2.4.6 on a Centos 7 server. I have created a virtual host in the following way: <VirtualHost {IP}:80-> ServerAdmin admin@localhost DocumentRoot /home/monkey/site/public ServerName www.monkey.net:80...
asked by 29.01.2016 / 02:46
1
answer

date format to string in java with apache from excel

I have to read the format of a cell with date to String, it works fine but the year is strange, I attach part of the code and what it shows: case Cell.CELL_TYPE_NUMERIC: SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yy...
asked by 28.09.2016 / 04:54
1
answer

Integrate Laravel 5 Apache in linux

Good I am trying to integrate laravel and apache but the routes are not recognized by the Apache. Well I show the configuration that I have in the virtutalHost of apache2 I have <VirtualHost *:80> #Alias /loginseg /var/www/html/...
asked by 20.05.2017 / 22:50
1
answer

Configure multiple virtualhost with the same SSL Certificate - Apache

I was configuring a pair of domains that shared the same SSL certificate, that the content will be in different folders and evidently that everything was on the same server. My domains are:    example.com (For the Website)       api.examp...
asked by 03.03.2017 / 16:25
2
answers

Create VirtualHost for domains

I have 26 virtual-host for subdomains (they were created type A, not CNAME type) of a page with domain "example1.com" (the domain was not being used) and I need to create the virtualhost to that domain In% /etc/apache2/sites-available/...
asked by 27.01.2016 / 18:33
1
answer

Redirect multiple requests get in a single line or function

I have finished a website and I am creating the necessary 301 redirects in the file .htaccess . I have one of the old web sitemaps that has 100+ requests of the type: ?menu=nombre-del-plato On the new website there are no similar r...
asked by 10.05.2016 / 12:45
1
answer

Apache serving Django and Wordpress simultaneously

I have a website created in Wordpress that is in /var/www/sitio1 that is all right, this site is on port 80 and its address is ejemplo.com . Now, I have another site created in Django that is on port 8000, located in the /var/...
asked by 30.05.2016 / 18:04
2
answers

Virtual Hosts apache ERR_CONNECTION_REFUSED

Could someone help me? I set up a virtualhost in Apache so that when I entered the address testsystem I was taken to the homepage of my system designed in laravel, but when I entered to this address the browser gives me the message that the we...
asked by 07.11.2018 / 21:24