How to configure apache to let your computer act as a server and let other computers access your host?
仅有的幸福
仅有的幸福 2017-05-16 17:02:29
0
1
555

How to configure apache to let your computer act as a server and let other computers access your host
I can access it by entering the IP myself, but other computers on the LAN cannot access it
The firewall is also turned off
My apache httpd.conf file has been modified as follows

Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all



# # Possible values ​​for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

# # Note that "MultiViews" must be named explicitly --- "Options All"
# doesn't give it to you.

# # The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.

# Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride None

#
# Controls who can get stuff from this server.
#

#onlineoffline tag - don't remove
Order Deny,Allow
Allow from all

仅有的幸福
仅有的幸福

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!