Questions tagged as 'apache'

1
answer

Problem with conflict between IIS and Xampp

I've done the trick of installing IIS and now it's conflicting with localhost: 80, I've uninstalled, disabled the components and did everything I found on the internet, but it remains in the domain, does anyone know how I can take it away? Or ch...
asked by 14.03.2017 / 15:19
2
answers

Point to a Docker container with apache

Personally, I'm starting to use Docker, but I still have a lot of questions and one of them is how to point a domain to a specific container. Firstly I created a Container with a php and apache image in the version I needed and made the link...
asked by 18.04.2017 / 16:31
1
answer

Php session is broken when at two sites on the same apache server

I have two sites that perform user authentication and soon after creating a session for it, both sites access the same database and therefore the user structure returned by the statement: $usuario = $this->db->get('usuarios').result();...
asked by 01.11.2016 / 17:56
2
answers

Apache PHP server with time-consuming processes [closed]

I have an application that has some delayed requests, I would like to know if PHP how to set php to work with the best configuration possible, I would like to know if while it makes this request delayed I would be able to make a new request or i...
asked by 22.12.2016 / 10:51
1
answer

Apache2 is not accepting PUT request method

I tried to make a request of type PUT in a project of mine, but the following error is being returned:    The requested method PUT is not allowed for the /index.php URL I'm using PHP to make this request, but specifically using the...
asked by 07.09.2016 / 18:50
1
answer

Error installing script on localhost

I'm trying to install a script on host location, but the following error appears:    Internal Server Error       The server encountered an internal error or misconfiguration and was   unable to complete your request.       Please contact th...
asked by 26.08.2016 / 02:54
2
answers

Apache Virtual Host without ServerName

    I want to set up an environment where I can put my production applications (site1) and approval (site2).               Then on my Ubuntu 15.10 server I mounted it as follows:      - /var/www/html/site1 - /var/www/html/site2...
asked by 16.06.2016 / 21:25
2
answers

Class not serializable

Next, I'm studying a project involving javaWeb, with jsf + primefaces . I'm using apache tomcat 7 . The problem is happening when starting the apache service and then testing my application, in which the error I identified was...
asked by 25.02.2016 / 19:01
2
answers

not case-sensitive in URL

In my page, I have several images and the form that is written in the path is uppercase and minuscule, for example, <img src="imagens/ImagemSistemaDepartamento.JPG"> I needed somehow that .htacess read my code and independ...
asked by 10.11.2015 / 11:39
1
answer

Web application server out of the air and client application takes position

I would like to know if there is a way for a client application to take over when the server is down, as if it were a Dropbox, for example, you can put a file, or a directory inside the folders that are synchronized through the program (Dropbox)...
asked by 05.10.2015 / 15:19