Replies: 4 comments 7 replies
-
localhost is inherently only accessible from the same machine that it is on. When you're trying to access localhost from other machines, you're accessing that machine itself. |
Beta Was this translation helpful? Give feedback.
-
I mean, I'd guess set your |
Beta Was this translation helpful? Give feedback.
-
"Client denied by server configuration" maybe is the thing? Something in your Apache config that doesn't allow outside access? |
Beta Was this translation helpful? Give feedback.
-
Its possible that in your VirtualHost config that the IP requires http:// in front of the IP. What you have listed above is just the IP. I had to put http:// in both the env and this config file <VirtualHost *:80> |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening,
I'm trying to configure snipeIT connection for localhost accessing. but each time it displays

snipeIT works on the host itself but not accessible from any other local device.
WAMP-V3.2.6
Windows 10 Wamp installation.
My httpd-vhosts.confg
httpd.conf changes
ServerName 172.16.0.115:80 <Directory /> AllowOverride All Require all granted </Directory>
Appache error log
[Sat May 07 20:13:49.816911 2022] [mpm_winnt:notice] [pid 11212:tid 736] AH00422: Parent: Received shutdown signal -- Shutting down the server. [Sat May 07 20:13:51.848128 2022] [mpm_winnt:notice] [pid 9748:tid 712] AH00364: Child: All worker threads have exited. [Sat May 07 20:13:53.395022 2022] [mpm_winnt:notice] [pid 11212:tid 736] AH00430: Parent: Child process 9748 exited successfully. [Sat May 07 20:13:54.957481 2022] [mpm_winnt:notice] [pid 10520:tid 688] AH00455: Apache/2.4.51 (Win64) PHP/7.4.26 configured -- resuming normal operations [Sat May 07 20:13:54.957481 2022] [mpm_winnt:notice] [pid 10520:tid 688] AH00456: Apache Lounge VS16 Server built: Oct 7 2021 16:27:02 [Sat May 07 20:13:54.957481 2022] [core:notice] [pid 10520:tid 688] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.51\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.51' [Sat May 07 20:13:54.957481 2022] [mpm_winnt:notice] [pid 10520:tid 688] AH00418: Parent: Created child process 3956 [Sat May 07 20:13:55.660969 2022] [mpm_winnt:notice] [pid 3956:tid 688] AH00354: Child: Starting 64 worker threads. [Sat May 07 20:34:00.573447 2022] [authz_core:error] [pid 3956:tid 1192] [client 172.16.0.108:55457] AH01630: client denied by server configuration: C:/wamp64/www/snipe-it/public/ [Sat May 07 20:34:00.729629 2022] [authz_core:error] [pid 3956:tid 1192] [client 172.16.0.108:55457] AH01630: client denied by server configuration: C:/wamp64/www/snipe-it/public/favicon.ico, referer: http://172.16.0.115/ [Sat May 07 20:44:32.990230 2022] [authz_core:error] [pid 3956:tid 1212] [client 172.16.0.108:55499] AH01630: client denied by server configuration: C:/wamp64/www/snipe-it/public/ [Sat May 07 20:44:33.349523 2022] [authz_core:error] [pid 3956:tid 1212] [client 172.16.0.108:55499] AH01630: client denied by server configuration: C:/wamp64/www/snipe-it/public/favicon.ico, referer: http://172.16.0.115/
Any ideas? What am i missing?
Beta Was this translation helpful? Give feedback.
All reactions