On Dec 13, 2007 10:59 AM, James Ellis <[EMAIL PROTECTED]> wrote: > 1) How can I "debug" this VirtualHost...I mean how can I log whenever this > VirtualHost is entered. I am looking for an equivalent to the Java > System.out.println("Inside VirtualHost"); that you can do to debug Java > code.
Add %v to your LogFormat, or choose a separate Accesslog for this vhost. > > 2) Any suggestions for how to be enaable this to accept traffic from this > URL? Right now requests to that URL show up in the apache access log as 404 > and I get a message in the apache error logs saying: > [Thu Dec 13 10:45:12 2007] [error] [client xxx.xxx.xxx.xxx] File does not > exist: /opt/IBMIHS/htdocs/en_US/webapp > Your using a different hostname, does it resolve to the same IP address? If it doesn't, but you don't have other vhosts listening on port 443, change your VirtualHost to specify *:443. -- Eric Covener [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]