Questions tagged as 'apache'

2
answers

problem when downloading excel generated from java

I have a web application created in java I use the Apache library poi to generate an excel of a query, when I run the application from the netbens the excel file is perfectly generated, but when I deploy the war in the tomcat apache to execute i...
asked by 08.03.2017 / 06:46
2
answers

How can I run my local server with a specific path with PHP?

I have a problem with my local server. I am using Apache and in turn, I am virtualizing to obtain, for example: milocal.com The problem is that I need to have it this way: milocal.com/proyecto and then through code I add anot...
asked by 09.03.2017 / 06:45
1
answer

I do not start apache on ubuntu

php from the / var / www html folder and then uninstall the apache. I reinstalled it but I do not believe the index.php. the error that gives me in the terminal is: Job for apache2.service failed because of the control process exited with err...
asked by 20.12.2016 / 20:10
1
answer

Mount a local volume in a container using Dockerfile?

I'm trying to make a local directory link inside the container, explain why. The idea is to have a container with the S.O running but the web project is housed in a local folder. I know that using the command: -v /path/on/host:/path/in/cont...
asked by 14.11.2016 / 12:16
1
answer

Friendly URL in Prestashop 1.6

I'm having problems activating the friendly URLs in Prestashop. I have tried all the solutions that I have found googling and without result. The mod_rewrite of Apache is activated, I have tried to clean cache and force the compilation. Wh...
asked by 20.10.2016 / 09:39
1
answer

Access to files through PHP with an alias to the directory in the apache

I have two domains that share a directory (example: / img) so as not to duplicate that directory I have created an alias with the apache: Alias / img /dominio_1.com/img/ .... from the browser I access the img directory without problems...
asked by 20.10.2016 / 11:04
1
answer

How to compare elements of two arrays?

Good, my problem is that I could not compare an element between two arrays. What I'm looking for is to compare if the element in array2 is in array1 and print that element and if it is not printed it has no meaning. It is a question that if t...
asked by 24.11.2016 / 17:52
1
answer

Class 'evseevnn \ Cassandra \ Database' not found

I'm trying to call the class 'evseevnn \ Cassandra \ Database' for that namespace without success. For this I rely on a similar case with the same architecture where I do. The architecture is as follows, myproject\ | application\...
asked by 27.03.2016 / 11:55
0
answers

How to point the domain to my personal hosting

I recently bought a domain in 1 & 1 and I would like the domain to point to my linux server that I have on my computer. The port address of my router is like this, is it correct? The DNS of my domain I have so configured, the ip 47.63.1...
asked by 29.12.2018 / 18:06
0
answers

RewriteRule returns empty in re-writing htaccess

I have a problem with the rewrite in .htaccess I am trying to get a varible by RewriteRule . the issue is that it does not return the empty variable. .htaccess Header set Access-Control-Allow-Origin "*" Options +FollowSymLink...
asked by 23.12.2018 / 18:45