spytech
Newbie
Posts: 9
Joined: Jun 2007
Reputation: 0
|
RE: Apache no display websites
The modem is do NAT with DMZ from server.
In /etc/hosts
127.0.0.1 domain.com.local localhost
200.146.x.x powertech.domain.com powertech --> IP Validate
192.168.10.250 admin.domain.com admin
External access so functions with wildcard, but you commented of the security not of the one to risk. Example:
NameServerHost *:80
<VirtualHost *:80>
My command apache2 -S is:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server admin.domain.com (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost admin.domain.com (/etc/apache2/sites-enabled/00_master.conf:6)
port 80 namevhost domain.com (/etc/apache2/sites-enabled/ispcp.conf:51)
port 80 namevhost test.com
(/etc/apache2/sites-enabled/ispcp.conf:135)
Syntax OK
thus I obtain external access, in case that I oppose fixing the IPS not I obtain.
PS: the domain that I placed examples therefore and of a customer but only follow this order
(This post was last modified: 06-20-2007 10:25 PM by spytech.)
|
|
06-20-2007 10:23 PM |
|