Re: How can I check if mod_perl is running properly ?
From: Menno Duursma (menno_at_desktop.local)
Date: 08/14/03
- Next message: Andreas Stieger: "Re: password"
- Previous message: ekis: "Re: password"
- In reply to: Saskia: "How can I check if mod_perl is running properly ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 14 Aug 2003 07:19:45 GMT
On Thu, 14 Aug 2003 08:03:16 +0100, Saskia wrote:
> How can I check if mod_perl is running properly ?
To see if it's loaded at all:
telnet www.your_server.org 80
GET / HTTP/1.0
<Return>
<Return>
To actually test-drive the setup:
<http://www.perl.com/pub/a/2003/05/22/testing.html>
-- -Menno.
- Next message: Andreas Stieger: "Re: password"
- Previous message: ekis: "Re: password"
- In reply to: Saskia: "How can I check if mod_perl is running properly ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]