Hi,

I have seen many questions from Google about the error_log and apache
configuration, but nothing similar to the problem I'm experiencing.

The machine and configuration was working until it was moved onto a
different network, now I'm getting the following error in the error_log
file:


[Fri Sep 14 01:04:34 2007] [error] [client ***.***.***.**] File does not
exist: /home/httpd/riskanalyticsinc/ramain/jag
[Fri Sep 14 01:05:41 2007] [error] [client ***.***.***.**] File does not
exist: /home/httpd/riskanalyticsinc/ramain/clients


I had gone to http://my.domain.com/jag and http://my.domain.com/clients

This is part of my http.conf file:


DocumentRoot "/home/httpd/riskanalyticsinc/ramain"


<Directory "/home/httpd/riskanalyticsinc/ramain">

<VirtualHost ***.***.***.***:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/httpd/riskanalyticsinc/ramain
    ServerName marcodev
    JkMount /*.xsp ajp13
    JkMount /*.xxsp ajp13
    JkMount /*.xml ajp13
    Alias /clients "/home/httpd/riskanalyticsinc/clients"
    Alias /ramain "/home/httpd/riskanalyticsinc/ramain"
    Alias /jag "/home/httpd/riskanalyticsinc/jag"
</VirtualHost>


<VirtualHost 127.0.0.1>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /home/httpd/riskanalyticsinc/ramain
    ServerName localhost
    Alias /jag "/home/httpd/riskanalyticsinc/jag"
    Alias /clients "/home/httpd/riskanalyticsinc/clients"
    Alias /ramain "/home/httpd/riskanalyticsinc/ramain"
</VirtualHost>

<Location /clients>
        Options Includes FollowSymLinks
        AllowOverride None
        Order deny,allow
        Allow from all
</Location>

<Location /clients/WEB-INF>
        AllowOverride None
        deny from all
</Location>


However, if I goto http://my.domain.com (which is the ramain project) I
get and unformatted XSP page from index.xsp :

        This XML file does not appear to have any style information
associated with it. The document tree is shown below.

<the entire index.xsp page>

Any help would be greatly appreciated!

Sincerely,
-Rachel Barrios



---------------------------------------------------------------------
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]

Reply via email to