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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]