https://issues.apache.org/bugzilla/show_bug.cgi?id=52207
--- Comment #6 from Vincent Yang <[email protected]> 2011-11-19 02:30:51 UTC --- Here is the vHost information: NameVirtualHost *:1701 <VirtualHost *:1701> WebLogicHost [tomcat-ip] WebLogicPort 80 ConnectTimeoutSecs 10 ConnectRetrySecs 5 #FileCaching OFF MatchExpression *.do MatchExpression *.jsp MatchExpression *.php MatchExpression *.asp MatchExpression *.wbx MatchExpression *Servlet* MatchExpression *Servlet/* MatchExpression sendmail MatchExpression TestService ErrorLog "|/usr/sbin/rotatelogs /var/httplogs/errorlog_xxx_port1701 86400" CustomLog "|/usr/sbin/rotatelogs /var/httplogs/accesslog_xxx_port1701 86400" combined Include /www/conf/rewrite.httpd </VirtualHost> Here is the ServerName and part of httpd.conf configuration: ServerName is comment out. #ServerName new.host.name:80 ServerRoot "/etc/httpd" DocumentRoot "/www/htdocs" Listen 80 Listen 1701 User apache Group apache ServerAdmin root@localhost -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
