When I could not find the error_log message you requested, I did a find from / and 
found /var/log/httpd/error_log.
Here's the last 3 lines from a restart of Apache.  I notice perl is missing.  
According to my /etc/httpd/conf/httpd.conf file the error_log should be in 
/home/webadmin/ptoc.org 

[Wed Jan 21 07:05:51 2004] [notice] Apache/1.3.27 (Unix)  (Red-Hat/Linux) PHP/4.1.2 
mod_perl/1.27 configured -- resuming normal operations
[Wed Jan 21 07:05:51 2004] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Wed Jan 21 07:05:51 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)


-----Original Message-----
From: Helmut Zeilinger <[EMAIL PROTECTED]>
Sent: Jan 21, 2004 8:20 AM
To: Steve Brown <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: ASP on Virtual Server

Hi Steve,

- which Apache-Version do you use ?
and
- is mod_perl activated ?

This can be seen by a line like

[Wed Jan 21 14:06:40 2004] [notice] Apache/2.0.48 (Unix) mod_perl/1.99_10 
Perl/v5.9.0 mod_ssl/2.0.48 OpenSSL/0.9.6g configured -- resuming normal 
operations

in the error log after apache started (without Apache::ASP).

Helmut


--On Wednesday, January 21, 2004 06:57:50 -0600 Steve Brown 
<[EMAIL PROTECTED]> wrote:

> There is nothing in the error_log after trying to start Apache.  I added
> "PerlSetVar Debug -1" to httpd.conf and still nothing in the error_log.
> The only way to get Apache to run is the comment out the lines shown
> below.
>
> Here's the section in the /etc/httpd/conf/httpd.conf file where I am
> plugging in the ASP stuff.  Am I putting it in the correct section?
>
> </IfDefine>
> NameVirtualHost 209.133.46.187
> <VirtualHost 209.133.46.187>
> <Directory /home/webadmin/ptoc.org/html>
> Options Indexes FollowSymLinks Includes
> AllowOverride All
> </Directory>
># PerlModule  Apache::ASP
># <Files ~ (\.asp)>
>#  SetHandler  perl-script
>#  PerlHandler Apache::ASP
>#  PerlSetVar  Global /home/webadmin/ptoc.org/register
>#  PerlSetVar  StateDir /tmp/asp
>#  use strict 0
>#  PerlSetVar Debug -1
># </Files>
> Alias /myadmin /var/www/html/myadmin
> ScriptAlias /mail /var/www/cgi-bin/openwebmail/openwebmail.pl
> ScriptAlias /cgi-bin/openwebmail /var/www/cgi-bin/openwebmail
> Alias /openwebmail /var/www/html/openwebmail
> ScriptAlias /cgi-bin/FormMail.pl /var/www/cgi-bin/FormMail.pl
> ServerName ptoc.org
> DocumentRoot "/home/webadmin/ptoc.org/html"
> User "webadmin"
> Group "webadmin"
> ServerAdmin "[EMAIL PROTECTED]"
> Alias "/register/" "/home/webadmin/ptoc.org/register/"
> ScriptAlias "/cgi-bin/" "/home/webadmin/ptoc.org/cgi-bin/"
> CustomLog "/home/webadmin/ptoc.org/access_log" "common"
> ErrorLog "/home/webadmin/ptoc.org/error_log"
> </VirtualHost>
>
> -----Original Message-----
> From: Philip Mak <[EMAIL PROTECTED]>
> Sent: Jan 20, 2004 10:59 PM
> To: Steve Brown <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: ASP on Virtual Server
>
> On Tue, Jan 20, 2004 at 09:55:48PM -0600, Steve Brown wrote:
>> I tried to restart Apache and it failed to restart.  I commented out
>> the above lines and Apache restarted successfully.
>
> What does the error_log say?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> Steve Brown
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>  


Steve Brown

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to