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]


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



Reply via email to