Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 1998 09:15:55 +0100
From:      Manar Hussain <manar@ivision.co.uk>
To:        egravel@juno.com (Emmanuel Gravel)
Cc:        isp@FreeBSD.ORG
Subject:   Re: Setting up Apache
Message-ID:  <3.0.5.32.19980627091555.00835990@stingray.ivision.co.uk>
In-Reply-To: <19980626.220219.3542.0.egravel@juno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
As suggested - check the location of perl vs the 1st line of the scripts /
run it from command line and see what happens.

You should also keep an eye on the web server error logs (probably cd
../logs from the conf directory) which will be set up by something like:

ErrorLog logs/error_log
or
ErrorLog /usr/httpd/logs/error_log

in your httpd.conf file. The first would be considered relative to whatever
you've set the "ServerRoot" to in the httpd.conf file.

It also looks like you could really do with spending some time readin the
apache docs (online at http://www.apache.org/docs/ or see
http://www.apache.org/dyn/closer.cgi for mirror sites)

Manar

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19980627091555.00835990>