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
I think it’s a problem with the access rights of your web directory, or you can check the log when someone else makes a request. Why doesn’t it respond blablabla