Questions tagged as 'apache'

0
answers

Error in compiling app in Apache Cordova - Ubuntu

I'm trying to compile a test app. seva@stn:~/hello$ cordova build android When I execute the order I get an error: Error: EACCES: permission denied, open '/home/seva/.config/configstore/insight-cordova.json' You don't have access to this...
asked by 12.01.2018 / 16:21
2
answers

Access virtual host from LAN

I am trying to access a virtual host that I have configured on a fedora server from another computer my lan with xip.io My file /etc/httpd/conf.d/xxx.conf contains the following: <VirtualHost *:80> DocumentRoot /var/www/...
asked by 12.01.2018 / 16:00
0
answers

Error trying to install Plesk

I'm trying to install Plesk on a server with Cent OS 7 and it throws me different errors, I thought it could be the PHP version so uninstall the 7 and install again the 5.4 but it was not like that. The list of errors that you send me is the yes...
asked by 14.02.2018 / 01:25
0
answers

Error creating a local server with xampp

Good morning. I have a problem when making a local server, I have modified the following files to work, but it still does not work for me. The first file that I modified is: httpd-vhosts.conf in which what I added was the following: &...
asked by 03.01.2018 / 20:03
1
answer

Problem with Apache 2.4, Tomcat 7 and jk_mod

I have a server with the following configuration: Apache 2.4.29 (64bits) + mod_jk 1.2.42 + Tomcat 7.0.82 (with a struts application) The problem is that although the connection between the Apache and the Tomcat works well, when submitting a f...
asked by 26.12.2017 / 15:43
1
answer

Laravel 5.4 and Centos 7: storage / logs / laravel.log (Permission denied)

I'm using PHP 7.1 on Apache and I just installed a Laravel 5.4 project on Centos 7, and I get the following error: My user is "root", the permissions of my directory are the following: I have executed the following commands:...
asked by 11.12.2017 / 18:28
0
answers

Problems accessing the localhost

Hol to everyone! I recently spent the Ccleaner on the PC and when I started the application with spring I skipped the following, I have nothing with the IIS, it could be because of problems with ports or something like that? It is that for mo...
asked by 06.12.2017 / 20:43
1
answer

Session problem: Apache (Proxy) + Tomcat 7 + Spring Security + Remember-Me cookie

Why does the user session not work correctly when it expires and is retrieved by the existing remember-me cookie? I have a strange error when I enabled the option to remember-me in Spring Security. When the session expires it does not redir...
asked by 22.11.2017 / 15:11
1
answer

Symfony make a call to a controller (REST API)

Good, I have an environment with symfony3 installed and my intention is to make an api rest, use as web server NGINX and as a proxy reverse apache, that is to say in port 80 I have NGINX and in port 8080 Apache. I have developed a test projec...
asked by 17.11.2017 / 13:27
1
answer

decrypt with commons codec library

In a method of creating I am encrypting a password and saving it in a database, now in a validation method I get that string but I do not know how to decrypt it. I'm using the commons codec library of apache. How do I do it? in this way the encr...
asked by 08.11.2017 / 15:01