I'm a newbie to apache config. I'm having problem with a re-direct in production that I'm not able to re-produce in my test box. Meaning, I use the same conifg in test and it works, but the same config doesn't work in production. I 'm running AIX 5.1.0.0 and apache 1.3.2.6. on tier1 and Websphere 5.0.2 on tier2. When the re-direct works in the test box, I type in xyzi.uboc.com and it re-direct me to a login page. When it's not working in production, it display "Place index.html's content here." on the browser. I alos found out, if I type the ip address in the URL, the re-direct does work. Can anyone helps ? Thanks.

King.

Listen xx.xxx.xxx.xx:80
<VirtualHost xx.xxx.xxx.xx:80>
  ServerName xyzi.uboc.com
  ServerAlias xx.xxx.xxx.xx
  DocumentRoot /www/sites/xyz
  DirectoryIndex index.xyzi
  ErrorLog /logs/xyz/error.log
  CustomLog /logs/xyz/access.log combined
  Redirect /index.xyzi "http://xyzi.uboc.com/xyzl/ViewController?screen=ldapInit&state=1"
</VirtualHost>
******************************************************************************
This communication (including any attachments) may contain privileged or
confidential information intended for a specific individual and purpose, 
and is protected by law.  If you are not the intended recipient, you should
delete this communication and/or shred the materials and any attachments and
are hereby notified that any disclosure, copying, or distribution of this
communication, or the taking of any action based on it, is strictly prohibited.

Thank you.

Reply via email to