Questions tagged as 'webserver'

2
answers

What is the difference between Web Server and Application Server?

What's the difference between Web Server and Application Server ? Where is each / should be used? Is there any interaction between them (can a software use the 2 technologies together)?     
asked by 10.04.2016 / 19:45
1
answer

Are all HTTP methods / verbs accepted by APACHE and NGINX?

In a recent lecture, one of the speakers commented that the only methods that the APACHE and the NGINX accept / support are the methods / verbs GET and POST . The speaker further clarifies that when other methods such as PUT...
asked by 04.07.2017 / 20:41
1
answer

external access with wamp

I wanted to know how others can access my webserver. I already released port 8080 and the icon is green. I can also access local with 192.168.0.10:8080 however if I use my ip along with: 8080 does not connect. Anyone know?     
asked by 16.02.2015 / 19:57
1
answer

How to set up a development environment manually

I'm trying to set up my own development environment on a machine with Windows 10 . The idea would be to install Apache + PHP + MySQL . The problem is that the documentation of the software is quite complicated for beginners like m...
asked by 11.02.2017 / 18:43
2
answers

Web server on Go apparently is not creating new requests

I'm now starting to develop in Go, and I'm currently studying Go for Web development, so through examples I've started a simple server in Go: package main import ( "fmt" "log" "net/http" "time" "github.com/gorilla/mux" ) var Nome...
asked by 14.06.2017 / 20:13
1
answer

I should still save files as .HTM or just as .HTML

Although the two are interpreted equally by Browser, it seems to me that the extension .HTM has fallen into disuse. Should I still save my files as .HTM or should I always opt for .HTML? It seems that in the early days the files were .html an...
asked by 08.02.2018 / 17:45
0
answers

How to test name-based virtual servers / SNI on a local machine?

I am migrating from Apache pro nginx, and a wildcard certificate ( wildcard certificate - a single certificate for multiple domains) to SNI . I would like to test the new configuration locally (preferably via Vagrant - my server uses FreeBSD a...
asked by 07.07.2014 / 21:05
1
answer

Multi-tiered development and business rule

I work with a team developing an ERP and I am responsible for issuing reports, one of which executes a select in the bank that in tests took more than 2 hours running, which led to errors and a big doubt: who was processing all the inform...
asked by 26.11.2018 / 19:53
2
answers

How to run server with loopback?

I have access to a backend project and would like to know how to run this project. It uses loopback and reading documentation of loopback , in the statement 4 says:    Start the web server. What command should I use...
asked by 24.10.2017 / 10:55
1
answer

Error "Unknown: Failed opening required" when following slimphp manual

I'm testing the Slim Framework on a machine with Windows 10 , already in the first instructions I received the error: Fatal error: Unknown: Failed opening required 'public\public/index.php' (include_path='.;C:\php\pear') in Unknown on line 0...
asked by 24.11.2017 / 11:28