linux - Lamp on ubuntu 14.04 .Only want localhost - how? -


i want setup lamp stack act testing area website. want open computer on localhost - not internet. there way ensure this?

thanks

well don't have worry this, there solution sure localhost.

you need configure apache listen localhost address , port.

the solution bit old, don't have lamp installed on computer have try , tell me if works.

this can done editing file: /etc/apache2/ports.conf

you can command:

sudo nano /etc/apache2/ports.conf 

and replace listen 80 listen 127.0.0.1:80

reference


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -