Giter VIP home page Giter VIP logo

javascript-remoto's Introduction

JavaScript Ninja Capa

Processo de simulação de domínios multplos (atualizado 2022)

  1. Em C:\xampp\apache\conf\httpd.conf

User USUARIODOPC

Group Administradores

  1. em C:\xampp\apache\conf\extra\httpd-vhosts.conf adicionar

NameVirtualHost *:80

<VirtualHost *:80>

ServerAdmin [email protected]

DocumentRoot "C:\xampp\htdocs\javascript-remoto\publisher"

ServerName publisher.localhost

ServerAlias www.publisher.localhost

ErrorLog "logs/publisher.localhost-error.log"

CustomLog "logs/publisher.localhost-access.log" combined

<Directory "C:\xampp\htdocs\javascript-remoto\publisher">

AllowOverride All

Order allow,deny

Allow from all

Require all granted

e

<VirtualHost *:80> ServerAdmin [email protected]

DocumentRoot "C:\xampp\htdocs\javascript-remoto\widget"

ServerName widget.localhost

ServerAlias www.widget.localhost

ErrorLog "logs/widget.localhost-error.log"

CustomLog "logs/widget.localhost-access.log" combined

<Directory "C:\xampp\htdocs\javascript-remoto\widget">

   AllowOverride All

   Order allow,deny

   Allow from all

   Require all granted
  1. No arquivo C:\Windows\System32\drivers\etc\hosts adicionar

127.0.0.1 publisher.localhost

127.0.0.1 widget.localhost

javascript-remoto's People

Contributors

darlley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.