Questions tagged as 'apache'

0
answers

Xampp 7.3 does not start apache in Windows 7

I have running Windows 7 professional, I had previously installed Xampp win - 32 v 5.6 and it runs perfectly, but when I installed Xampp, any version 7.3 could not start apache (mysql starts fine). I also can not see the error in the error.log f...
asked by 24.12.2018 / 01:06
1
answer

Excel generation with Apache POI, do not write in the same line in different cells

I am currently working on the generation of an Excel, this is done by supporting me from Apache POI. I found myself with a problem when writing the information in Excel, this is because with the code that I'm doing I can not write two different...
asked by 03.01.2019 / 22:19
0
answers

Shorten URL in hosting and real domain (GODADDY)

Greetings I am new to the domains and hosting and I have not been able to find a solution to my problem, when on my website I click on the enter button to send me to the login screen instead of leaving : www.voypalla.net/login, this comes out...
asked by 17.12.2018 / 19:58
1
answer

activate .htaccess in debian / apache

I have a problem with my apache server that runs on debian 9.5 since it does not detect the .htaccess and activate the Module rewrite but apache does not recognize these redirections can you help me as it is activated this is locally running on...
asked by 19.12.2018 / 18:49
0
answers

there is some module or variable in htaccess

Open some module or variable that can get me the name of the server that is currently. Example: If I'm on localhost, tell me localhost or if I'm in a domain midominio.com is for it to be automatic and not to be putting the domain...
asked by 19.12.2018 / 19:04
1
answer

Display ANGULAR4 on APACHE server

I want to display an Angular4 app on a Apache server. After investigating a good time, this is what I have done so far: ng build --prod - > A dist folder has been created in my application. I copied (should I cut it?) and pas...
asked by 09.12.2018 / 19:53
0
answers

How to clear Apache cache?

I have a project mounted on an external server working correctly for some time, from this download an excel file using PHPExcel everything works fine. I saw the need to make some updates to the excel it throws, working on my local server to make...
asked by 06.12.2018 / 19:01
0
answers

Problem updating the browser with the Apache Tomcat web server

I'm starting to make a web system with Netbeans using server apache tomcat . My problem occurs when I make modifications to my Javascript file. I save the changes and re-run the page, but the browser does not update the chang...
asked by 05.12.2018 / 20:25
0
answers

How to combine cells in excel using Apache POI in Java?

I request help in the combination of cells when creating excel with apache POI, the cells are combined without problem using sheet.addMergedRegion(new CellRangeAddress(0,0,0,1)); , however, it only shows me the values on the left and the v...
asked by 28.11.2018 / 22:07
0
answers

how to make an accumulator in apache velocity

I am trying to make a simple accumulator within a foreach in apache velocity and I would not be accumulating the values .. I did not find any documentation about the scopes that manages velocity .. some example of how...
asked by 29.11.2018 / 16:57