I've never seen this style of behavior before. If I access this site on most networks it works. However if I am on-site of the client I cannot pull up the site.
- TWC Home, works fine.
- ATT Cell Data, works fine.
- Pingdom tests, work fine.
- TWC @Work, pulls the error below.
[authz_core:error] [pid 21185] [client 108.162.237.68:41489] AH01630: client denied by server configuration: /srv/www/homemadechocolategifts.com/public_html/
Server version: Apache/2.4.7 (Ubuntu)
<VirtualHost *:80>
ServerName homemadechocolategifts.com
DocumentRoot /srv/www/homemadechocolategifts.com/public_html/
<IfModule mpm_itk_module>
AssignUserId www_tsc www_tsc
</IfModule>
<Directory / >
Options All
AllowOverride All
Require all granted
</Directory>
ErrorLog /srv/www/logs/homemadechocolategifts.com.error.log
CustomLog /srv/www/logs/homemadechocolategifts.com.access.log combined
I run 8 other vhosts on this server and they all can be pulled up from the site I am at. The only one I can't is the one above.
I'm not really sure where to look to even resolve such an issue that seems bound up in how a network accesses it. Why would I get a permissions oriented error one place, but not another place? Usually, it's a ubiquitous config error. What am I missing?