Questions tagged as 'apache'

0
answers

Hosting me the error Invalid command 'PassengerAppRoot

I have a shared hosting service that Python supports. When creating the python project and wanting to visualize it in passenger_wsgi.py working, I do not see anything running and according to my provider sends this log: /home/ddgarcia/public_h...
asked by 16.08.2018 / 23:20
0
answers

Problem when starting Apache Tomcat in Netbaens

I have a problem to start the Apache Tomcat server, and uninstall several times and I get this error: Look for information on how to solve and I found that it should start from the cmd console but it does not work for me anyway. Alth...
asked by 22.07.2018 / 04:04
0
answers

phpspreadsheet does not save the xlsx file to server

I publish this question, because I have really searched a lot in the documentation of PHPSpreadsheet (successor of PHPExcel), in forums, in examples, etc ... and I have not found a solution to my problem, I put the panorama: I wrote a code to...
asked by 19.07.2018 / 01:30
1
answer

How to implement WebSockets in android Studio?

I am trying another method of communication Cliente-Servidor , I have researched about it and there is WebSocket that would be a bidirectional communication channel (between cliente-servidor ), I was using retrofit , I w...
asked by 17.07.2018 / 17:02
0
answers

Node Js on my server

I want to mount on my server (cpnel is not shared) a small notification system in real time and I will use node js with socket.io , my question is what requirements should I have on my server or should I enable to work , what I do...
asked by 20.07.2018 / 02:04
1
answer

my virtual host sends me to the bitnami index file

I wanted that when I accessed mivhost.com I would go to a specific folder use this in bitnami-apps-vhosts.conf from bitnami <VirtualHost *:80> DocumentRoot "C:/Bitnami/wampstack-7.1.17-0/apache2/htdocs/public" ServerAdmin aaaaaaaaaaaaa...
asked by 24.07.2018 / 20:59
1
answer

Do not update php CLI version in ubuntu 17.04

I am trying to update my php version, from 7.1.9 to 7.2.7 I use: sudo apt-get update sudo apt-get upgrade sudo add-apt-repository ppa: ondrej / php sudo apt-get install php7.2 php7.2-common sudo apt-get install php7.2 php7.2-cli php7.2...
asked by 15.07.2018 / 05:11
1
answer

Switch from HTTP to HTTPS except two URLs with .htaccess made in Laravel

I have a page made in laravel, it already has the SSL permission to be HTTPS. Let's say it's https://www.mipagina.com but I want the paths www.mipagina.com/dondeesta and the folders that are inside " empresa " www.mipag...
asked by 17.07.2018 / 05:28
0
answers

Redirect css folder with htaccess

I am redirecting several folders with .htaccess, including the css folder with all project styles. When I add this folder to the redirect, the project does not recognize all the styles (404 error appears) This is the folder with all the files...
asked by 19.07.2018 / 18:25
0
answers

page not found when opening my index.php with wamp

I'm trying to make an api in php however, when trying to access any endpoint the browser tells me:    The page you are looking for could not be found. Check the address bar   to ensure your URL is spelled correctly. If all else fails, you can...
asked by 12.07.2018 / 20:01