Questions tagged as 'apache'

0
answers

Get Windows user through apache log

Good afternoon, the apache log file is not informing the windows network user, the httpd.conf file is configured like this: <IfModule log_config_module> # # The following directives define some format nicknames for use with #...
asked by 02.10.2018 / 19:13
1
answer

Why are apache subdomains sending to the default site?

Today I have a PHP system that uses an IP, so it looks like this: link I'm configuring subdomains to respond to requests and stay like this link link It turns out that the browser always goes to the main site, does not obey...
asked by 10.09.2018 / 15:53
1
answer

Apache is no longer starting after ssl_module enabled?

Apache used to work normally. However, when I was trying to set up my intranet for sending emails, I was directed to enable the Apache ssl_module module. It was only clicking on that Apache crashed and did not come back. When I try to click agai...
asked by 05.09.2018 / 13:41
1
answer

403 Forbidden when accessing 192.168.0.1; 127.0.0.1 accesses successfully

I installed EasyPHP (Win7) with Apache 2.4.25 x86 on a memory card (E :), I successfully configured the site directory (E: / My Web Sites /) and uploaded or Apache. When doing local access in 127.0.0.1 I get success - directory files are li...
asked by 04.09.2018 / 03:08
0
answers

Error "Server PHP Built-in Server at localhost failed to start."

I'm trying to start my localhost server and I'm not getting it. I am using Php 5.3 and Xampp 1.7.2 apache. I created a single file called test and within the dou an echo test, and nothing more. I have already uninstalled everything and start fro...
asked by 07.09.2018 / 20:44
2
answers

HTTP Error 500 in JSF

I'm having problems with HTTP error 500. I have already changed the application of Eclipse Kepler to Neon, already gave a clean in the project. I circled the project on the server with no open browser and nothing. I tried searching for the...
asked by 07.09.2018 / 16:05
2
answers

Apache / PHP server does not respond while doing SOAP request

I'm working on a PHP application that consumes a third-party Web Service through SOAP requests. But something that is messing up is that while one page is doing a SOAP request no other page responds. Is there a way to make the request retrieving...
asked by 30.03.2015 / 16:33
0
answers

Apache - Permissions with Directory, provide access only by root (/)

I'm trying to set permissions on the apache settings. What I want to do is to let root, "/", but not any url that has any character after the slash. For example: localhost or localhost / can be accessed. localhost / index.php, localhost / sub...
asked by 22.08.2018 / 04:23
1
answer

What do I have to configure in the httpd.conf file, so I do not give 404 more in Laravel 5.6?

What do I have to configure here in the httpd.conf file, so I do not give the error of page not found in laravel 5.6 anymore? <Directory /> AllowOverride none Require all denied </Directory>     
asked by 09.08.2018 / 13:01
0
answers

Connect my pc's database to the hosting

I want to connect the hosting to the local database of my PC I'm using linux. I have the doors 1604 and 8080 open. When I access my ip: port on an external network, I can access my website. But when I go to the hosting, it does not connect to th...
asked by 05.08.2018 / 09:30