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
2 answers

PHP project open in browser by click on icon

I want to open http://localhost/php_project/ in browser, the project done in xampp local server. How can I create an icon for desktop which double click open the link in the browser?
Golden World
  • 158
  • 9
0
votes
2 answers

Why isn't my image from android sdcard getting uploaded into a folder on the local server?

I am trying to load a picture from my sdcard into a folder named uploads which is residing at C:\wamp\www\uploads. I have got some code from google and honestly I have not fully understood it. I have understood till how to go to the Gallery and pick…
anu_r
  • 1,602
  • 7
  • 30
  • 61
0
votes
1 answer

jquery ajax and java server, lost data

i have this ajax function that looks like so $.ajax({ type: "POST", url: "http://localhost:55556", data: "lots and lots of pie", cache: false, …
jambuls
  • 111
  • 11
0
votes
1 answer

Get Binary Data From Client and Save it as image

I created local server, that should get image files as binary data and save them back as images in hard drive. Socket mySocket = myListener.AcceptSocket(); #region Connection Check if (mySocket.Connected) { ============ /* Some Code For…
arsena
  • 1,935
  • 19
  • 36
0
votes
1 answer

Send mail from a local apache server

I want to send emails from my PHP web app. I know that it is possible because a couple of months ago, I had this "feature" on my system, then I started to use xampp and the feature disappeared. I thought that when I come back to my local server and…
kalafun
  • 3,512
  • 6
  • 35
  • 49
0
votes
1 answer

github - attempting to push/pull/update (not sure of the terminology) updated code from github to remote server via terminal/ssh mac os

So I have my local computer - where I've updated my (html/js/css) code, github (where I've pushed the updated code already by doing a git add + git commit + git push origin master) and then the server of the actual website which the code is…
Seeeyonnn
  • 315
  • 2
  • 10
  • 19
0
votes
1 answer

Responsive CSS loads correctl on local server, only desktop loads correctly on Remote

I am designing a responsive site (the home page, which I'm developing first, is all html except for the session start, but some pages will have lot's of php so obviously I'm saving the home page as php). When I tested in on my MAMP server,…
0
votes
1 answer

HTTP Error 403: Forbidden , BlackBerry Browser

I am running a local server with xampp. I have some html files on it. I can run the files from my computer browser and from my iphone , my android phone and windows phone. However when i try the BlackBerry i get the message : HTTP Error 403:…
Johny Jaz
  • 875
  • 2
  • 13
  • 26
0
votes
2 answers

Receiving mail in apache php

i have sendmail set up on Ubuntu 12.10, Apache 2.2 and I can now successfully send emails from my local server using php mail() function. I just wanted to know how do i send mail to my server from gmail or perhaps just send mail to my local server…
tenstar
  • 9,816
  • 9
  • 24
  • 45
0
votes
1 answer

windows phone and local server (tomcat)

I have running my tomcat server on localhost:6060 I have created a webRequest from windows phone, but when I run it, exception with no exception-text is unhandled. (Really, just no text in exception) (and there is no response text also) So I guess,…
user2285701
  • 47
  • 1
  • 4
0
votes
1 answer

How do I get my .NET development server to use an unusual font?

I'm working on a print template for a postal mailer. We are using the USPSIMBStandard font to create the barcode and I'm trying to test it locally. When I debug the project locally and view the mailer (as HTML, we use an HTML-PDF converter to turn…
0
votes
1 answer

Macports installation of postgres is not working with ruby on rails

I'm attempting to install Postgresql in order to work with an already existing Ruby on Rails project which is using postgres. However, every time I run $ rails s in the project directory to start a local server, I get this error. => Booting…
0
votes
1 answer

How to create a file sharing to transfer files from 2 different localserver (P2P-like)

How can I create a P2P script without a main server to manage connections and file transfer? No seed/leech thing, just from one computer to another computer. I already read a couple of similar questions on SO but I want to explain exactly what I…
Jeremy Dicaire
  • 4,615
  • 8
  • 38
  • 62
0
votes
2 answers

XAMPP will connect to splash page but no other links are working

My xampp used to work fine, but i havent used it in a while and now it seems to have stopped working. It says my apache and mysql are running fine in the XAMPP control panel, and when i type in 127.0.0.1 it takes me to the xampp splash page at…
user1299028
  • 315
  • 1
  • 4
  • 12
0
votes
1 answer

MAMP pro PHP Error handling grief

So mamp pro is all set up using PHP 5.3.6 / cache is XCache, error handling set to Display Startup errors - write to All errors and warnings - to set to Display and Log both checked. restart the server, intentionally wrote some code that should…
Jake Chapman
  • 344
  • 1
  • 4
  • 14