Mobile app version of vmapp.org
Login or Join
Ravi8258870

: Can Access Apache2 website from Chrome but Not Safari I have my website setup correctly, as far as I can tell; here is a dump of conf files: sites-enabled <VirtualHost *:80>

@Ravi8258870

Posted in: #Apache2 #Domains

I have my website setup correctly, as far as I can tell; here is a dump of conf files:

sites-enabled

<VirtualHost *:80>
ServerName example.com
ServerAdmin myemail@gmail.com
DocumentRoot /home/pi/site-live
<Directory /home/pi/site-live>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>


sites available is the same
apache2.conf has only modified directory access

I can access the page from Safari via my server's local IP, but not from the FQDN.

I can access the page from Chrome via my server's local IP, AND my FQDN. I have cleared the cache on both multiple times, and the issue hasn't been resolved.

domains.google.com shows the apache2 "It works!" page as my IP forwarding preview.

Does anyone have any ideas?

pi@raspberrypi:/etc/apache2/sites-enabled $ a2query -s
mydomain.com (enabled by unknown)

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme