A software application that services requests from clients using the Hypertext Transfer Protocol.
Questions tagged [webserver]
8218 questions
2
votes
2 answers
Lighttpd: redirect domain to new domain including path
I operate a lighttpd webserver hosting Wordpress. For usability and marketing reasons I have registered a new domain that should replace the old one - site structure is unchanged. Wordpress setup is okay so far and works with the new domain.
Now I…

Chris Krz
- 41
- 6
2
votes
1 answer
Calling Web service using jquery returns 500 internal server error?
I written webservice to insert data to my database and webservice works when i access the service using url "http:\\localhost\Webservice.asmx".If i called the same url using jquery ajax it returns (500)Internal server. This is my source code.
//Code…

Gowdham
- 153
- 2
- 3
- 11
2
votes
1 answer
How to run airflow webserver on port 80
When I set airflow webserver to run on port 80, the service is not executed and fails with following error:
...
[2017-08-30 06:26:35,286] {__init__.py:57} INFO - Using executor CeleryExecutor
[2017-08-30 06:26:35,421] {driver.py:120} INFO -…

Ikar Pohorský
- 4,617
- 6
- 39
- 56
2
votes
1 answer
Nginx config for Angular 4 CLI app
I've been digging through stackoverflow-answers and github issues for hours, however I could not yet find a proper solution for this.
I have an Angular 4 application built with the Angular-CLI.
I want to serve this application from an nginx server…

DEls
- 241
- 3
- 14
2
votes
1 answer
Is there a way to format this json in golang?
I'm just starting to learn GoLang today, I'm trying to build a simple Rest API Web server.
Here's the response Struct I want to send for each request to the web server :
package main
type HttpResp struct{
Status int …

Antoine Thiry
- 2,362
- 4
- 28
- 42
2
votes
1 answer
Setting up remote Git repo on Tomcat
I need to setup a remote Git repository that will communicate via http. All the stuff I've read on the web refers to setup using Apache web server. I'd rather use Tomcat. Is that possible? Is it advisable?
If yes, I'd really appreciate advice on…

CeeTee
- 778
- 1
- 9
- 17
2
votes
1 answer
Embedded web server NanoHTTPD Response serve method not being called
I have this web server class:
private class WebServer extends NanoHTTPD {
public WebServer()
{
super(PORT);
Log.i("myTag", "THIS IS RUNNING2");
}
@Override
public Response serve(String uri, Method method,…

Billy Kong
- 31
- 4
2
votes
1 answer
CoAP on Apache, CoAP Web Service
I am working with CoAP protocol on IoT but also I need a web service. I implemented the web service on Apache with HTTP protocol and a Proxy that converts CoAP-HTTP request and responses. But I don't want to use the Proxy to convert CoAP-HTTP. I…

Mucahit Aktepe
- 63
- 5
2
votes
2 answers
How to List all the available webservices
How can i list all the available webservices by just providing the server name?
I require that i will just specify the server name, and then a list will be populated with names of all the webservices available.

Pulkit
- 21
- 1
2
votes
1 answer
fetch from localhost on same server
I'm running both the front-end (React) and back-end (nodejs) on the same linux server.
In my front-end, I have a fetch request to the back-end which I have to specify as fetch('http://10.25.248.238:3001/'), the IP (local because this site is for…

Avery235
- 4,756
- 12
- 49
- 83
2
votes
1 answer
Get an R Shiny Server from .globals
If we look at the implementation of the shinyServer function, it's not too hard to see that it just inserts the passed function into what I presume is the global environment. However, I haven't seen the global environment referred to as ".globals"…

ctesta01
- 909
- 8
- 19
2
votes
3 answers
Visual Studio crashes consistently on web-related projects
I have a brand new VS2010 installed on a Win2008R2 machine.
I started getting this error when debugging a WCF service project:
"Attempted to read or write protected
memory. This is often an indication
that other memory is corrupt."
When I…

Traveling Tech Guy
- 27,194
- 23
- 111
- 159
2
votes
3 answers
Free Tools and ways for profiling ASP.NET MVC Web Server performance?
We ran Jmeter on our application and found that our web server was running relatively slow. I have asked this before but I was hoping to find some free tools can I use to profile it and identify bottlnecks ?
Also do I need to look at memory…

Vishal
- 12,133
- 17
- 82
- 128
2
votes
2 answers
kdb/q: Increase visible rows in browser
Hi I am running kdb and usually use the browser for basic viewing of the tables by running the kdb on a port: \p xxx
My questions is how can I increase the visible rows in the browser? Currently I believe there is a fixed number of rows that are…

Alim Hasanov
- 197
- 1
- 3
- 16
2
votes
2 answers
Can not load modules/mod_auth_openidc.so : The specified module could not be found
I want OIDC implementation with my application for SSO integration, and getting an error when trying to execute httpd.exe.
I am using windows server 2008 64 bit.
Apache server 2.4.2 64 bit.
I have downloaded mod_auth_openidc.so for 64 bit downloaded…

Samir
- 6,658
- 3
- 16
- 27