Dear linux net worker: when my apache error log have
[Tue Apr 08 13:57:12 2003] [alert] (22002)Name or service not known: mod_unique_id: unable to find IPv4 address of "dhcp-1061-200"
Configuration Failed
----------------------------------------------------------------------------------------
I have 2 questions,
(1) is apache's configure call my /var/lib/dhclient-eth0.leases file?
(2) why my command prompt is dhcp-1061-200, that is not in my /etc/hosts file?
--------------------------------------------------------------------------------------------
[root@dhcp-1061-200 var]# cat /var/lib/dhcp/dhclient-eth0.leases
lease {
interface "eth0";
fixed-address 66.65.52.124;
option subnet-mask 255.255.248.0;
option dhcp-lease-time 86400;
option routers 66.65.48.1;
option dhcp-message-type 5;
option dhcp-server-identifier 24.29.99.65;
option domain-name-servers 24.29.99.14,24.29.99.15,24.29.99.28,24.29.99.16;
option broadcast-address 255.255.255.255;
option host-name "dhcp-1061-200";
option domain-name "nyc.rr.com";
renew 3 2003/4/9 05:37:55;
rebind 3 2003/4/9 14:55:18;
expire 3 2003/4/9 17:55:18;
}
lease {
interface "eth0";
fixed-address 66.65.52.124;
option subnet-mask 255.255.248.0;
option routers 66.65.48.1;
option dhcp-lease-time 86152;
option dhcp-message-type 5;
option domain-name-servers 24.29.99.14,24.29.99.15,24.29.99.28,24.29.99.16;
option dhcp-server-identifier 24.29.99.65;
option broadcast-address 255.255.255.255;
option host-name "dhcp-1061-200";
option domain-name "nyc.rr.com";
renew 3 2003/4/9 03:52:31;
rebind 3 2003/4/9 14:55:49;
expire 3 2003/4/9 17:55:18;
}
-----------------------------------------------------------------------
it seem only above file contain info that apache's error log describe
highly appreciate any one's help eric
- : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html