Re: [EMAIL PROTECTED] [warn] (128)Network is unreachable: connect to listener on [::]:80

2006-01-12 Thread Harish . Chakravarthy
Yes, I took care of it. The warning messages is IPv6 related. By explicitly listing the IP and port number I disabled IPv6, example Listen 123.456.78.90:80 Cheers Harish [EMAIL PROTECTED] 01/12/2006 12:36 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject [E

[EMAIL PROTECTED] [warn] (128)Network is unreachable: connect to listener on [::]:80

2006-01-12 Thread Harish . Chakravarthy
I keep getting the following warning message in my error log, however httpd is up & running on port 80 (Listen *:80 in httpd.conf) Any idea what is happening ? Here is the message in the log file from Apache 2.0.55 on Solaris 8 [Thu Jan 12 12:28:15 2006] [warn] (128)Network is unreachable: conn

[EMAIL PROTECTED] howto configure apache to serve requests without explicitly defining a port number in the URL

2006-01-11 Thread Harish . Chakravarthy
Hi Everyone, I would appreciate any information on configuring apache to run on a non standard port, however serving requests without explicitly defining the port number in the URL. Example: 1. If I run apache on port 7894 hosting mydomain.org 2. I should be able visit http://mydomain.org to

Re: [EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Harish . Chakravarthy
Oh !, I used to get a 403 error in a similar condition for apache 1.3.X . Is this new in 2.0.x ? Secondly, how can I get a 403 error ? -Harish "Tim Burden" <[EMAIL PROTECTED]> 12/22/2005 05:54 PM Please respond to users@httpd.apache.org To cc Subject Re: [EMAIL PROTECTED] Unable to get

[EMAIL PROTECTED] Unable to get 403 error message

2005-12-22 Thread Harish . Chakravarthy
Hi, I am running Apache 2.0.54 (compiled from source) on Solaris 9. Part of my virtual host configuration is: ServerName my.domain.edu DocumentRoot "/my/path/" ErrorDocument 500 /errors/500.htm ErrorDocument 404 /errors/404.htm ErrorDocument 403 /errors/403.htm DirectoryIndex index.htm index.