PHPapach configuration LAN access problems are as follows:
Httpd. conf
Listen 8088.
DocumentRoot "E:/test /"
Options + Indexes + FollowSymLinks + ExecCGI
AllowOverride All
Order allow, deny
Allow from all
Require all granted
#
# Possible values for the Options directive are "None", "All ",
# Or any combination:
# 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.4/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:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# Onlineoffline tag-don't remove
Require local
Httpd-vhosts.conf
ServerName 192.168.0.119: 8088
DocumentRoot "e:/test/chemla/web"
Reply to discussion (solution)
You must also have
Allow from all
Is access from the local machine related to the firewall? You can turn off the server firewall.
#
# Possible values for the Options directive are "None", "All ",
# Or any combination:
# 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.4/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:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
# Onlineoffline tag-don't remove
# Require local
Order Deny, Allow
Deny from all
Allow from all
DocumentRoot "E:/test/chemla/web"
Options FollowSymLinks
AllowOverride None
Order deny, allow
Allow from all
Access from the local machine to localhost: 8088 is accessible.