Questions tagged as 'apache'

1
answer

Convert web.config to .htaccess

I would like to convert this web.config <rule name="cambiarPass" stopProcessing="true"> <match url="^cambiarPass/" /> <action type="Rewrite" url="modulos/cambiarPass/controller.php" appendQueryString="false" /> </rule>...
asked by 28.03.2016 / 15:41
1
answer

xammp installation

Good I am new to this, the fact is that I have made a web page, and after several times I realized that I did not install the mercury module of the xammp, the fact is that for something else I want to do, I need a server mail, and I would like t...
asked by 22.10.2018 / 19:04
0
answers

URL mapped does not allow ajax to find the resource

Help, I have a file structure in mvc for php, and everything that is written in the url goes through the public / index.php folder. which accesses the folder app / iniciador.php which loads the classes with the views, drivers and models. The...
asked by 05.12.2018 / 15:23
0
answers

Increase the memory of Apache Tomcat 7

Good evening, I have a problem that I still can not find a solution I would like you to help me; the question is the following I am trying to increase the memory for apache tomcat, I have reviewed other forums and they tell me to modify the file...
asked by 14.04.2017 / 04:25
0
answers

libX11.so: undefined reference to 'xcb_wait_for_reply64'

I'm installing PHP and I get this error that I do not know how to solve it:    -lmysqlclient -lgd -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lz -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lclntsh -lxml2 -lz -lm -lxml2 - lz -lm -lcrypt -lxml...
asked by 17.03.2017 / 01:30
1
answer

Enable GZIP compression in the .htaccess

I have enabled GZIP compression through the file .htaccess . Everything is fine when I do the tests with gtmetrix to the home page but when I do the tests to other options sections like this tells me that compression is not acti...
asked by 07.04.2016 / 23:06
1
answer

API to connect Android with a local database [closed]

I am currently using Firebase to store the data generated in Android. My intention is to change Firebase for a local Mysql database that I would have in a computer that would serve as a server. My question is, is there an API to make this connec...
asked by 15.08.2018 / 12:54
2
answers

XAMPP localhost does not work correctly

Good afternoon. I've been dealing with a problem that has come up with XAMPP for quite a few hours and it's giving me headaches. A few days ago, apache worked perfectly since I work every day with him but during the last weekend, it stopped w...
asked by 04.05.2016 / 13:03
2
answers

How to configure apache with various virtualhost (nginx as a proxy server)?

Good, I have installed an ubuntu environment with local apache to use Apache as a reverse proxy of NGINX. The idea is to serve the nginx requests on port 80 and run apache on port 8080, so far it works for me. My structure where I have the...
asked by 14.11.2017 / 15:31
1
answer

Appropriate use of .htaccess

I have a server with a web application developed in laravel, I am trying to configure the .htaccess file so that, if a URL is entered with index.php , it disappears. I am currently using these lines: RewriteCond %{THE_REQUEST} ^.*/ind...
asked by 29.06.2017 / 18:15