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
0
votes
1 answer

Symfony2 project on local server

I am trying to run a Symfony2 project on my local server after downloading it from the FTP. I keep getting this error when running the server: Warning: require(app_dev.php): failed to open stream: No such file or directory in …
Bogdan
  • 87
  • 7
0
votes
0 answers

Server error in node.js application

I am getting the following error in my machine when I run my code locally. The server did not return a complete response for this request. Server returned 0 bytes. my code is a for loop which loops around 1 million time inserting objects in my…
Dev
  • 1,861
  • 2
  • 14
  • 20
0
votes
1 answer

How to serve a local website (i.e. file://) from OS X to mobile devices?

As I edit some html/css files, I'd like to see not just how they appear on a mac (by pointing to file://) but also how they appear on a couple of mobile devices. How do I launch from the OS X terminal a web server and point it to the root of the…
Calaf
  • 10,113
  • 15
  • 57
  • 120
0
votes
1 answer

Office 365 API on premise integration

We are making a school dashboard for student to see an overview of what is happening in all the available systems at the school. We want to make Office 365 notifications. We know that this is not a problem with the O365 online API. However, teachers…
Redox
  • 981
  • 3
  • 12
  • 29
0
votes
0 answers

EasyPhp Is not executing my jquery code

I'm trying to realize a simple web-chat. The main php file is done, which should send messages and then get them back using jquery and ajax. It's working (more or less) but there's a problem. If I save it as an html file and double-click it the…
0
votes
1 answer

prompt for users to browse database connection if current database connection fails

I am building a data-entry program in vb.net that 5 people will share using, and I have problems setting the right database connection. It would do basic things like: pulling up the stock units, save job, load jobs operations. The database I'm using…
0
votes
1 answer

My Javascript working locally but dont work on server. Why?

I have a question to You. On my local server my circle charts in JS working normally but when i want to see them through www protocol i don't see them :/. I copied my files many times to server - I don't see charts. Here is code:
0
votes
1 answer

How to share my localserver with another computer?

I am trying to see my localhost in another computer(which is in the same network) but it doesn't seem to work. I have found my static IP address and use it to see the localserver but I get nothing back. http://xxx.xxx.x.x/project/test.php I…
user1919
  • 3,818
  • 17
  • 62
  • 97
0
votes
1 answer

Can WAMP and Varying-Vagrant-Vagrants be installed on same computer?

Can WAMP and Vagrant be installed on the same computer or is it best to uninstall WAMP if I want to try VVV? I know it is not a good idea to install XAMPP and WAMP on the same computer and when I do a search about VVV and WAMP, my search results…
TMurphy
  • 63
  • 4
0
votes
2 answers

Apache set up mac os yosemite

I am trying to get Apache to run on my yosemite machine, but when i try to access localhost i get https://i.stack.imgur.com/ZzZzB.png. I ran an apache configtest and got the following Angus-Mac:mysql root# apachectl configtest AH00558: httpd:…
Angus
  • 45
  • 1
  • 6
0
votes
1 answer

Coldfusion Builder 3 Coldfusion 11 Display page in Browser

When I go to http://127.0.0.1:8500/index.cfm on Chrome, coldfusion throws an error saying that page/path doesn't exists. How do I see the page on my browser?
0
votes
1 answer

local database connectivity error in android(api19) application using xampp server

i am new to android. i am building an android application that connects with local server. the server used is xampp 3.2.1. i have used json parser to do the crud operation on database. i have defined the json parser class. when i start my main…
dgaur
  • 47
  • 1
  • 7
0
votes
1 answer

using local and remote server simultaneously for php

So I am creating a website (HTML/PHP/Jquery/MySQL) that needs to communicate to a specialized printer (a fiscal printer with a special driver), and I was planning on keeping it completely online on a remote server. However, I found out that the…
0
votes
1 answer

SimpleHTTPServer Error 404 - "GET /d3/d3.v3.js HTTP/1.1" 404

I am learning D3 and I am trying to set up a local server on a mac machine to host a webpage. I follow these steps Set up the local server using: python -m SimpleHTTPServer 8888 & Access the index file using: http://localhost:8888 Here are the…
Plhu
  • 117
  • 1
  • 9
0
votes
0 answers

COM EXE Singleton - getting separate instance when client runs as admin

I need to share information (and ideally, send notifications) across multiple instances of various programs of ours running on the same desktop. A standard ATL EXE server singleton seems to fit the scenario we have pretty well: clients can create…
peterchen
  • 40,917
  • 20
  • 104
  • 186