A software application that services requests from clients using the Hypertext Transfer Protocol.
Questions tagged [webserver]
8218 questions
2
votes
2 answers
Using idle CPUs to form a cluster for a webserver
This can be a dumb question. I am going to research it more but the folks may give some pointers.
I have moved countries and work part time at a small but fast growing company that does web applications development. They keep a lot of their work…

user560871
- 181
- 2
- 3
- 6
2
votes
1 answer
can't login as a newly added user in AWS lightsail instance
I created an AWS lightsail instance with ubuntu. Additionally, in it's networking tab i create a TCP custom rule with 2200. After login i create a new user and verified its presence with the finger command. I edited /etc/ssh/ssh_config to have port…

aman
- 365
- 3
- 13
2
votes
1 answer
Is it possible to draw charts on an ESP8266 web server that runs as an access point?
My ESP8266, configured as an access point, is currently programmed to read multiple DS18B20 sensors and store read values in a text file on an SD card. I can connect to the AP from my Android phone and navigate to 10.10.10.1 (the ESP's static IP…

Denis Črnič
- 117
- 2
- 9
2
votes
2 answers
Java HTTP Php Server
I have a Java App that creates a local HTTP Webserver on Port 8080. Is there any possible Way how I can use/ install Php on it? I searched on google about this but couldnt find any help..... Any Help is appreciated!
My Code so far:
package…

Milan
- 97
- 1
- 12
2
votes
1 answer
If I'm deploying a Django website with Nginx, do I need a service such as Digital Ocean on top of that?
I want to launch a website I've written in Python/Django. I want to host it on an Nginx Web Server. However I'm not sure if I need a service such as Digital Ocean or Heroku. What benefits do these services provide that I can't get with only Nginx?

Zorgan
- 8,227
- 23
- 106
- 207
2
votes
2 answers
Standalone web server (PHP, MySQL) for Mac
I have to work at client's office on a Mac (I'm a PC user) and I can't install anything.
I need a local web server to develop the app. Is there anything like http://www.server2go-web.de/download/download.html but for a Mac? Just so I can download it…

6bytes
- 5,858
- 9
- 37
- 42
2
votes
1 answer
Where to install Angular on Apache?
First of all, my question is not about how to install angular. I'm just getting started with this framework and already got a question right at the beginning.
Usually I create new web projects (HTML, PHP...) in the default web folder of the apache…

Ian Fako
- 1,148
- 1
- 15
- 34
2
votes
0 answers
VirtualBox - Centos Server. Can access https but not http
So I'm setting up a vm on virtualbox with Centos. I was able to configure everything fine and with a bridge connection, I have access to the internet and the VM has an IP within the network. From the host I can ssh into the vm without a problem. Now…

Michael
- 21
- 1
2
votes
1 answer
Firebase Automatic Sync with Local PC
I'm working on a project that can take data from a Weintek HMI, put them on a webserver and then send them to an application that I created on android studio.
I've found firebase that can help me in this task.
In easybuilder that works with my hmi,…

Charbel Geha
- 21
- 2
2
votes
2 answers
using symfony and laravel together : local server Failed to listen on 127.0.0.1:8000
I'am using Symfony and Laravel on same machine.
I'am on developement, and I have no webserver, I use the local server of each of them.
For Symfony, that works :
$ cd /var/www/symfony
$ php bin/console server:start
[OK] Server listening on…

Charlotte
- 46
- 2
2
votes
0 answers
Nginx RTMP web server
I want to build a Nginx RTMP server.
I am using https://github.com/arut/nginx-rtmp-module to build it.
I am working on MacOS.
Following are my build steps:
wget http://nginx.org/download/nginx-1.12.1.tar.gz
tar -zxvf nginx-1.12.1.tar.gz
wget…

SandeepAggarwal
- 1,273
- 3
- 14
- 38
2
votes
2 answers
How to send back an image from a server? (edited)
I have a webserver that creates a QRcode. During the process, I get a BarcodeQRCode object from which I can get the image (.getImage()).
I am not sure how I can send back to the client this image. I don't want to save it in a file but just send back…

Trichophyton
- 625
- 5
- 21
2
votes
2 answers
2
votes
1 answer
How to set Asp.Net Core app as a service in Windows 10 IoT Core?
I have successfully deployed an ASP.NET Core 2.0 (MVC) on Win IoT Core (running on Rasp Pi 3). The device is listening on 192.168.0.14:80.
I activate the application via PowerShell (from my host computer connected to the device) as follows.
The…

Second Person Shooter
- 14,188
- 21
- 90
- 165
2
votes
0 answers
Webserver with database : one connection per user
Our aim is to implement the principle of least privilege with a defense in depth approach. In this particular case, this means that a query sent by an unprivileged user should not have admin rights on the database side. RDBMS such as PostgreSQL…

alexnode
- 91
- 9