Most voted "webserver" questions
Served Web - Equipment where web pages are hosted.
Learn more…20 questions
Sort by count of
-
18
votes3
answers16110
viewsWhat is the difference between web server and application server?
What’s the difference between web server and application server? Where each one is/should be used? There is some interaction between them (a software can use the 2 technologies together)?…
-
10
votes1
answer527
viewsAre all HTTP methods/verbs accepted by APACHE and NGINX?
In a talk I had recently, one of the speakers commented that the only methods that, in fact, the APACHE and the NGINX accept/support are methods/verbs GET and POST. The speaker further clarifies…
-
8
votes1
answer7977
viewsexternal access with wamp
I was wondering how other people can access my webserver. I have already released the 8080 port and the icon is green. I can also access local with 192.168.0.10:8080 but if I use my ip together with…
-
7
votes1
answer3023
viewsHow 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 software documentation is quite…
-
4
votes0
answers55
viewsHow to test virtual name-based Servers/SNI on a local machine?
I am migrating from Apache pro Nginx, and from a certificate "wildcard" (wildcard Certificate - a single certificate for several domains) for SNI. I would like to test the new configuration locally…
-
4
votes2
answers212
viewsWeb server in Go apparently is not creating new requests
I am now starting to develop in Go, and I am currently studying Go for Web development, so through examples I started a simple server in Go: package main import ( "fmt" "log" "net/http" "time"…
-
4
votes1
answer541
viewsI should still save files as . HTM or just as . HTML
Although the two are interpreted equally by the Browser it seems to me that the extension . HTM has fallen into disuse. I still have to save my files as . HTM or should I always choose . HTML? It…
-
3
votes2
answers519
viewsProblem connecting port 80 Apache
I’m trying to use BitNami Stack MAPP 5.5.30-0 ( For Apache Web Server, Postgresql) When I try to configure Apache Web Server I get this error : "Cannot bind to port 80. It is probably Taken by…
-
1
votes2
answers63
viewsHow to run server with loopback?
I have access to a project backend and would like to know how I do to rotate this project. It uses loopback and when reading the documentation of loopback, in instruction 4 says: Start the web…
-
1
votes1
answer1626
views"Unknown: Failed Opening required" error while 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'…
-
1
votes1
answer98
viewsMulti-layered development and business rule
I work with a team developing an ERP and am responsible for issuing reports, of which one of them runs a select in the bank that in tests took more than 2h running, which led to errors and a big…
-
0
votes1
answer163
viewsHow to safely use passwords within an Android app?
I’m developing an Android application where I need to authenticate the app user and return some information, but this information will be in a remote database (Mysql)then for this I have developed…
-
0
votes0
answers41
viewsPHP programming with beagle bone , how to receive a variable
I am making a web server using Beaglebone black, I would like to know how to receive a variable on the web server and access it locally in a C program on Beaglebone .
-
0
votes0
answers165
viewsNfse paulistana - XML not compatible with Schema
I am implementing Nfse sending but I am getting the error: XML não compatível com Schema.The 'http://www.prefeitura.sp.gov.br/nfe:PedidoEnvioRPS' element is not declared. Follows the XML: XML file…
-
0
votes1
answer261
viewsAccess built-in php server from Docker in Host
Good people to studying Docker here and along with this I want to create a php server (by your built-in server) and then access this server from my host machine. I executed the following command:…
-
0
votes1
answer30
viewsHow to run Taiga.io on my computer using Nginx
I’m trying to spin the Taiga. on my computer. All part of backend works normally, but when I try to access the URL exemplo.com, doesn’t work. I’m using:…
-
0
votes2
answers131
viewsLoad with Ant and EAP task 7x "Caused by: java.lang.Noclassdeffounderror: javax/xml/Ws/Soap/Soapfaultexception"
I compile a script using the ant task, the load and the application platform JBOSS EAP 7, below follows my source code: <taskdef resource="cargo.tasks"> <classpath> <fileset…
-
-1
votes1
answer21
viewsTake site forwarding on the line
I have a website on linode and created a domain name, but it is being redirected to the main domain. I have no knowledge in linux, someone can help me? All links that are not: meusite.com.br are…
-
-1
votes1
answer57
viewsError 403 in Android project with Webservice using Wampserver
After implementing Webservice in my project and using Debug to check if everything is right, it returned me the same error 403 is in the image. After searching about, I confirmed that the app’s…
-
-2
votes1
answer150
viewsAndroid device fails httpTransportSE and emulator fails
I have a server with webservices running locally. When I run the android application in the emulator, this can connect to the webservice. When I run the same app on a real device, it doesn’t…