https://bz.apache.org/bugzilla/show_bug.cgi?id=66402

            Bug ID: 66402
           Summary: 404 page not found in port-reflected vhosts.
           Product: Apache httpd-2
           Version: 2.4.54
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_vhost_alias
          Assignee: bugs@httpd.apache.org
          Reporter: alum...@ceramix.compress.to
  Target Milestone: ---

Sorry if misconfigurations for apache.

I configured virtual host.
Network environment:
    Internet-router(hairpin-nat port reflection) <+> FreeBSD apache server
                                                  |
                                           Windows NotePC

Access the Internet-router's public ip address from browser(FreeBSD and
Windows).
"http://(public-ip-address)"
Then 404 page not found.(problem)

"https://(public-ip-address)"
Then display warning(insecure), but access ok.

Access the FreeBSD's private address from browser.
"http://(private-ip-address)"
Then ok.


<VirtualHost (Server-ip-address):80>
 ServerName (Server-ip-address)
 DocumentRoot ()
 <Directory ()>
        AllowOverride None
        Options Indexes ExecCGI FollowSymLinks
        Require all granted
 </Directory>
</VirtualHost>

<VirtualHost (Server-domain-name):80>
 ServerName (Server-domain-name)
 DocumentRoot ()
 <Directory ()>
  ...
 </Directory>
</VirtualHost>

<VirtualHost (Server-ip-address):443>
 ServerName (Server-ip-address)
 DocumentRoot ()
 <Directory ()>
  ...
 </Directory>
</VirtualHost>

<VirtualHost (Server-domain-name):443>
 ServerName (Server-domain-name)
 DocumentRoot ()
 <Directory ()>
  ...
 </Directory>
</VirtualHost>

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to