Questions tagged [localserver]

Refers to issues related to running a local server (usually web).

A local server is used test applications locally before deployment to a production or formal test environment. Usually refers to a web server.

211 questions
117
votes
14 answers

Connect Device to Mac localhost Server?

How do I allow any device, e.g., iPhone, to connect over a WLAN to my Mac's localhost server? On my Mac, I'm running a "Hello World" HTTP Node.js server that serves a page, which Safari opens successfully, at http://localhost:1337. And, running…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
29
votes
3 answers

Cannot access Vue project by IP address on other devices vue cli 3 npm

I have a project created with vue cli 3. When I run the command "npm run serve", it gives the following success message (I replaced my IP address with fake #'s): App running at: - Local: http://localhost:8080/ - Network:…
Leesa
  • 740
  • 2
  • 11
  • 15
14
votes
5 answers

Export Highcharts to PDF (using javascript and local server - no internet connection)

I am using Highcharts in my application (without any internet connection) I have multiple charts on a html page, and I want to generate a PDF report that contains all the charts from this page. How can I do this without sending the data to any…
Leon
  • 255
  • 1
  • 4
  • 11
11
votes
4 answers

Nexus repository manager as pip local server not working properly

A local nexus server has been setup as our pip local server. I'm trying to install a sample/test class (inherits) using the said local server. Uploading to the local server is successful, but installing using this command: pip install -i…
jaysonpryde
  • 2,733
  • 11
  • 44
  • 61
8
votes
1 answer

Apache doesn't start in AMPPS on Ubuntu

I'm trying to run the Ampps local server 3.8 on Ubuntu. Mysql works good but apache doen't run. When I type /usr/local/ampps/apache/bin/httpd I get /usr/local/ampps/apache/bin/httpd: symbol lookup error:…
Dmitry Grinko
  • 13,806
  • 14
  • 62
  • 86
7
votes
3 answers

What security risks are posed by using a local server to provide a browser-based gui for a program?

I am building a relatively simple program to gather and sort data input by the user. I would like to use a local server running through a web browser for two reasons: HTML forms are a simple and effective means for gathering the input I'll need. I…
Shon
  • 3,989
  • 1
  • 22
  • 35
7
votes
3 answers

Best way to get a file from remote server and copy to local server using php

Let's say there is a file on a remote server that can be downloaded without any restrictions, ie. you can put the direct link to the file in your browser and it downloads the file, for example http://www.remotesite.com/video.avi will prompt your…
Jizbo Jonez
  • 1,230
  • 10
  • 25
  • 41
4
votes
1 answer

Inconsistent Transaction behavior in Appengine Local Datastore?

The Appengine docs say this about Transactions in the Datastore: http://code.google.com/appengine/docs/java/datastore/transactions.html#Isolation_and_Consistency In a transaction, all reads reflect the current, consistent state of the Datastore at…
4
votes
1 answer

What value should I give the scope attribute in my manifest.json file when serving a Progressive Web App from a local IP address with a port number?

I am having a problem with web app manifest scope on my local Node JS test server. I cannot get the correct scope because the port number on the IP address gets in the way. I am accessing my server with the following…
3
votes
1 answer

Receiver class does not define or inherit an implementation of the resolved method 'abstract boolean getDevelopmentMode()'

I'm trying to run local server with KTOR and to cover it with tests. I wrote some code and after writing some tests, the tests successfully raised the local server and passed. However, if I try to start a local server, I get this error Exception in…
Dimitrov Blagoi
  • 113
  • 1
  • 1
  • 11
3
votes
2 answers

Web Server Could not be found

I Use Win 10 and VS 2015. I'm trying to open project but. it doesnt loaded this message appear : the web application is configured to use iis the web server could not be found
Raed Alsaleh
  • 1,581
  • 9
  • 27
  • 50
3
votes
2 answers

Synchronize local server and production server

I am doing a PHP project which is almost completed and uploaded to Production server for Client demo. Since The client is specifying some changes. I am doing that changes in my local server and later upload it to production server. Since some…
RSK
  • 17,210
  • 13
  • 54
  • 74
3
votes
2 answers

BASE FILTERING ENGINE service issues: ERR_NETWORK_ACCESS_DENIED and Can not start internal HTTP server

I have 2 issues. first: I was on my browser the ERR_NETWORK_ACCESS_DENIED error when i try to get to the R local help server (http://127.0.0.1:xxxx../doc/html/Search?results=1) the second I had, when I launch android studio:; the message Internal…
mkg
  • 41
  • 4
3
votes
2 answers

How to connect with neo4j server using java?

I am a newbie to neo4j serve. I started working on neo4j server through direct cypher queries on neo4j local server queries of creating node, label, node properties, relationship between nodes etc.. I have little bit ideas on how are things working.…
Vartika
  • 1,085
  • 3
  • 17
  • 43
3
votes
5 answers

CSS file not loading when using WAMP server

WAMP server loading index.html just fine but not loading any additional css style sheets and script files. I've tried these
Brook Mesfin
  • 41
  • 1
  • 6
1
2 3
14 15