Questions tagged as 'apache'

0
answers

Apache in Centos 6 "ap_proxy_connect_backend disabling worker for (localhost)"

I am trying to connect to an application server that is on a virtual machine with Centos 6 , it has apache installed and I am placing the server ip in a browser from my pc, but when I try to connect I get the error 503 "Service Temporarily U...
asked by 16.03.2018 / 13:39
0
answers

mod_rewrite with proxy weblogic plugin

I am configuring Apache to connect the weblogic application server with apache, which already works but it needs that the urls coming from the weblogic bakend that are: link be link The reason is that Angular's fronend client...
asked by 26.02.2018 / 14:04
1
answer

Apache Camel - Transfer a file by MQ Websphere

I want to transmit a file from one server to another through Camel. When I read the file and sent it to MQ I do it in the following way: <route id="FileToMQ"> <from uri="file:/home/walter/Pru/Entrada"/> <to uri="wmq:ALPHA....
asked by 01.03.2018 / 21:28
1
answer

I can not capture GET value by means of htaccess

These are my rules of .htaccess # Impedir que se pueda ver el listado de contenidos de un directorio Options All -Indexes # Url Amigables RewriteEngine on RewriteRule ^([a-zA-Z0-9\-]+)$ index.php?action=$1 the variable I send is <...
asked by 04.02.2018 / 18:11
0
answers

Error in Apache

I try to start Mysql to connect it with wordpress but I get this error in the apache and I change the ports and nothing works for me any solution?     
asked by 03.02.2018 / 04:50
0
answers

Doubt and problem Install certificates ssl apache

I am trying to install the ssl certificates for my site, so I have downloaded certificates from my provider. But when I first downloaded I do not get a ".key" file and the crt files, but I downloaded two .crt files, which I think is the first pr...
asked by 06.02.2018 / 09:45
0
answers

Apache IP publishes

I have a server with ip public, and I have installed wampserver. I have configured the httpd.conf: Listen 0.0.0.0:80 Listen miIpPublica: 80 Order Allow,Deny Allow from all my virtual host: ServerName localhost DocumentRoot...
asked by 22.01.2018 / 19:12
1
answer

I can not see the site on an apache server

I have a problem loading my website in wordpress to an apache server on Windows with some specifications that I do not know. The route to load the sites looks like this: In the Apache24 folder there is a directory called htdocs (wh...
asked by 21.01.2018 / 20:09
1
answer

JQUERY + Apache Cordova

I have a problem with querys and with apache cordova. In principle the server responds with an XML, I process it well and everything. But then it does about 42,000 querys. What reality has to do. But this same thing causes the tablet to get caug...
asked by 17.01.2018 / 11:47
1
answer

NotFoundHttpException in RouteCollection.php line 161

Greetings, I'm working on laravel 5.3 and none of my routes work, the only one that works is the root path '/' , I do not understand why. web.php <?php Route::get('/',function(){ return view("certificado.index"); }); /*Route:...
asked by 23.09.2017 / 19:41