|
trongnh1
|
 |
« on: August 07, 2009, 11:24:19 am » |
|
Dear all! After installing IBM Maximo, I tried to start IBM HTTP Server and by typing this command: - Go to C:\IBMHTTPServer\bin - Apache.exe -k start But there’s one error occurred: - Windows listen directives should always specify an ipv4 or ipv6 address I found the solution to fix this error from Internet, and they said that this error related to IPv6, IPv4 matter, and suggested me to add more 2 columns in the httpd.conf file: - Listen [::]:80 - Listen 0.0.0.0:80 But after adding new more 2 rows and tried to restart HTTP Server(by apache.exe –k start) the new error is occurred: - APR does not understand this error code: alloc_listener: failed to set up sockaddr for:: Syntax error on line 163 of C:/IBMHTTPServer/conf/htpd.conf: Listen setup failed Could you help me to solve this problem. Thanks and Best Regards, Trong
|