From owner-freebsd-isp@FreeBSD.ORG Thu Feb 10 12:24:47 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6316A16A4CE; Thu, 10 Feb 2005 12:24:47 +0000 (GMT) Received: from f27.mail.ru (f27.mail.ru [194.67.57.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1192543D53; Thu, 10 Feb 2005 12:24:47 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from mail by f27.mail.ru with local id 1CzDNF-00055w-00; Thu, 10 Feb 2005 15:24:45 +0300 Received: from [81.200.13.122] by win.mail.ru with HTTP; Thu, 10 Feb 2005 15:24:45 +0300 From: dima <_pppp@mail.ru> To: Emma Jukie Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [81.200.13.122] Date: Thu, 10 Feb 2005 15:24:45 +0300 In-Reply-To: <20050210121952.72890.qmail@web25005.mail.ukl.yahoo.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: cc: freebsd-isp@freebsd.org cc: freebsd-net@freebsd.org Subject: Re: Possible Problem With Apache X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dima <_pppp@mail.ru> List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 12:24:47 -0000 > I have created a GUI with the help of Perl scripts and > Apache as my web server and this is running off a > FreeBSD 4.x platform. The GUI has several menus plus > components but the problem is whenever I click on a > menu say, 'Submit' after I have made some > modifications, a web page comes up with the error, > "Internal Server Error, please contact your Systems > Administrator." To overcome this and view the page I > want, I have to restart apache from command line. Yet > at this point in time apache is actually running! > > My Apache and Perl versions are as below; > apache+mod_ssl-1.3.33+2.8.22 > mod_perl-1.29_1 > > Anyone got ideas on how I can go about this? Your > quick responses will be highly appreciated. This must be an error in your perl scripts. What do you actually see in apache error log? > > Thanks, > Emma.