search

Home  >  Q&A  >  body text

javascript - How to implement - Windows local Wampserver integrated Lamp environment can also allow other computers in the LAN to access their own website?

As the title says, how to implement it? I used to use a virtual machine to run the server, but now I feel that opening a virtual machine takes up more resources.

给我你的怀抱给我你的怀抱2757 days ago588

reply all(2)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-17 09:57:54

    Add the following in httpd.conf

    onlineoffline tag - don't remove

     Order Deny,Allow
     Deny from all
     Allow from 127.0.0.1

    changed to

    onlineoffline tag - don't remove

     Order Deny,Allow
     Deny from none
     Allow from all

    reply
    0
  • 怪我咯

    怪我咯2017-05-17 09:57:54

    Other computers modify the hosts file
    For example: 192.168.1.16 51growup.com

    reply
    0
  • Cancelreply