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

Xampp doesn't work on Mac X

So here is what happens when i run xampp by clicking on the manager-osx. I click on "manager-osx". Icon jumps in the dock as if it is starting the service. Asks for admin password. I enter the password. It accepts the password, and application keep…
VD007
  • 267
  • 2
  • 15
2
votes
1 answer

rails s doesn't start server, no error messages

I haven't been able to find previous answered questions on this, unless I'm missing one. Anyways, when I try starting a rails server: vagrant [accounts]> rails s => Booting WEBrick => Rails 4.2.1 application starting in development on…
dcotes
  • 25
  • 4
2
votes
1 answer

How do I create a local server in packaged chrome app which runs offline?

I want to create a Node.js server in chrome app so that I would be able to run node.js applications through it. The app would run offine therefore the server had to be local.
Sumit
  • 2,190
  • 23
  • 31
2
votes
1 answer

Possible to spin up a local php server with gulp?

Is it possible to run a local PHP server with gulp? I'm using gulp-connect, but it won't render my php files. I haven't been able to google someone else with this problem, so I assume I'm doing something fundamental wrong? This is my gulp file for…
Michael Falck Wedelgård
  • 2,943
  • 1
  • 27
  • 39
2
votes
2 answers

Local server giving wrong files. Is it possible I'm running 2 python servers?

I'm in the directory /backbone/ which has a main.js file within scripts. I run python -m SimpleHTTPServer from the backbone directory and display it in the browser and the console reads the error $ is not defined and references a completely…
natecraft1
  • 2,737
  • 9
  • 36
  • 56
2
votes
1 answer

WebRTC works well in local server, but when I deploy it to VPS, I can only see localVideo, the romoteVideo is nothing but a black squre

WebRTC works well in local server, but when I deploy it to VPS, I can only see localVideo, the romoteVideo is nothing but a black squre. my webrtc code is: var socket = io.connect(); var remotevid = document.getElementById('webrtc-remotevid'); var…
2
votes
2 answers

local server ruins character encoding

I need to learn all these encoding stuffs well. Because this is the third time I'm wasting my time with silly wrong encoding problems. Here is the problem: I have a simple php file. File is in the format of UTF-8 If I run my local server, it makes…
Cihad Turhan
  • 2,749
  • 6
  • 28
  • 45
1
vote
0 answers

Shopware 5 to 6 migration with migration tool. Missing media files

I am trying to migrate a shopware 5.7.7 shop to version 6. The new shop is on the same server as the old one. The migration creates the products in the database but it does not copy the orders and the image files to the media order of the shop 6. I…
Szilard
  • 11
  • 1
1
vote
0 answers

i can't access phpmyadmin on other computer locally

i hope someone can help me i'm using XAMPP server i configured it and it was working perfectly just a week ago, now i didn't change anything but i can't access phpmyadmin from my other laptop on the same network. -> i have changed httpd.conig made…
Molback
  • 11
  • 1
1
vote
2 answers

How to send emails using php via a localhost(MAMP) on Mac?

I am new to PHP and I am trying to build a form that will be used to send emails. The form has two inputs, one is for user email and the other is for the message. Once the user clicks on submit button an email is supposed to be sent to me. I saw the…
1
vote
1 answer

Openserver download page, but it must load it

I have installed OpenServer program to modify old company WordPress site locally. So old WP page was on 5.6 PHP version, and put the same in OpenServer settings. But program doesn't load page, but always try to download some "download" file. If try…
1
vote
0 answers

How to use json to pass data from a php file to another php file

As mentioned earlier , i am working on the local server as of now in xampp. I have created 2 files index.php and test.php. What i want to achieve is that , index.php will send json data to test.php , with the json data received , the test.php is…
Anoy
  • 11
  • 2
1
vote
2 answers

Can't create a new domain in Ampps 3.9

I start heading on the ampps page to add a new domain for my project which has his location in another partition. I successfully enter and fill the form on the add_domain's page but when I submit. I unfortunately and always get an error like this…
user10077398
1
vote
1 answer

Access local web server from another device on the network using azure AD for authentication

Goal: I'm currently working on features for a web application which I would like test locally on a smartphone. Obvious solution: In order to do so, I've browsed the local address and port of my application from a phone connected to the same…
Richard
  • 51
  • 1
  • 4
1
vote
1 answer

How can we configure the local Gitlab server and how it can be accessed or clone project by person who is sitting offshore?

We would like to setup the Gitlab repository for our project on local ubuntu server 16.04. like described here: https://www.linux.com/tutorials/how-run-your-own-git-server/ But since its a local setup, what external_url should we have to configure ?…
Developer
  • 83
  • 1
  • 8
1 2
3
14 15