You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Phillip B Bruce <pb...@mindspring.com> on 2004/06/23 02:22:39 UTC

[users@httpd] Issues with Error_log not being written

Hi all,

   My ISP have the following setup in the virtual hosting section
   of http.conf file:

<VirtualHost www.mydomain.com>
DocumentRoot /web/u26/w0332162/www
ScriptAlias /_vti_bin/ /web/u26/w0332162/www/_vti_bin/
ScriptAlias /_vti_bin/_vti_aut/ /web/u26/w0332162/www/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/_vti_adm/ /web/u26/w0332162/www/_vti_bin/_vti_adm/
ScriptAlias /*/_vti_bin/ /web/u26/w0332162/www/*/_vti_bin/
ScriptAlias /*/_vti_bin/_vti_aut/ 
/web/u26/w0332162/www/*/_vti_bin/_vti_aut/
ScriptAlias /*/_vti_bin/_vti_adm/ 
/web/u26/w0332162/www/*/_vti_bin/_vti_adm/
ScriptAlias /~/_vti_bin/ /web/u26/w0332162/www/~/_vti_bin/
ScriptAlias /~/_vti_bin/_vti_aut/ 
/web/u26/w0332162/www/~/_vti_bin/_vti_aut/
ScriptAlias /~/_vti_bin/_vti_adm/ 
/web/u26/w0332162/www/~/_vti_bin/_vti_adm/
</VirtualHost>

What I don't see here is that ErrorLog being defined. Here. Can anyone
shed any light on the _vti_ files are? I keep thinking this is on a NT
systems which is isn't.

My configurations is as followed:
  	Apache/1.3.26 (Unix) FrontPage/5.0.2.2623
         System: OSF1 V4.0 1229 alpha

         Which is a DEC Alpha 1200 running V4.0 OSF1 unix or Tru64

Any suggetions on telling the ISP how to setup the ErrorLog?


Phillip


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Issues with Error_log not being written

Posted by Phillip B Bruce <pb...@mindspring.com>.
Joshua Slive wrote:
> On Tue, 22 Jun 2004 17:22:39 -0700, Phillip B Bruce
> <pb...@mindspring.com> wrote:
> 
> 
>>What I don't see here is that ErrorLog being defined. Here. Can anyone
>>shed any light on the _vti_ files are? I keep thinking this is on a NT
>>systems which is isn't.
> 
> 
> Those are meant to for the MS FrontPage extensions, which is why they
> look like windows stuff.
> 
> 
>>Any suggetions on telling the ISP how to setup the ErrorLog?
> 
> 
> Most likely, your ISP is sending all errors to a central location. 
> That may not be willing to change that, but they can give you your own
> error log simply by putting the ErrorLog directive inside the
> <VirtualHost>.
> 
> Joshua.
Joshua,

  Thanks for that explaination of the _vti_ I thought it was for
  Frontpage but wasn't for sure.

  I have access to my own VirtualHost file so I'll give the ErrorLog
  directive a try.

Phillip

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Issues with Error_log not being written

Posted by Joshua Slive <js...@gmail.com>.
On Tue, 22 Jun 2004 17:22:39 -0700, Phillip B Bruce
<pb...@mindspring.com> wrote:

> What I don't see here is that ErrorLog being defined. Here. Can anyone
> shed any light on the _vti_ files are? I keep thinking this is on a NT
> systems which is isn't.

Those are meant to for the MS FrontPage extensions, which is why they
look like windows stuff.

> Any suggetions on telling the ISP how to setup the ErrorLog?

Most likely, your ISP is sending all errors to a central location. 
That may not be willing to change that, but they can give you your own
error log simply by putting the ErrorLog directive inside the
<VirtualHost>.

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org