Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

Vhhosts not working remotly (no replies)

$
0
0
I have a WAMP server installed on Windows 10
there are several virtual hosts configured and they work on the localhost.
The host names are defined in DNS and i have removed all if the virtual host from etc/hosts virtual host
The web sites all work on localhost with the vitrtual host enterd as the URL
When accessing the sites remotely only one works the others simply returs 403 error.

From the error log:
[Thu Dec 03 15:44:01.313745 2020] [authz_core:error] [pid 6000:tid 1256] [client 10.3.5.92:64621] AH01630: client denied by server configuration: C:/wamp64/www/wwwtb/

Why would ones site work and the others fail?
WHat 'client denied by server configuration' is it looking for?

The httpd-vhosts.conf entries are of the form:
<VirtualHost *:80>
ServerName tbwamp.workgroup.local
ServerAlias tbwamp.workgroup.local
DocumentRoot "c:/wamp64/www/wwwtb"
<Directory "c:/wamp64}/www/wwwtb/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

What am I missing?

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>