Hi there,
Mail to your address keeps coming back with fatal errors, so I'm
sending this to the mod_perl List in the hope that we have more luck.
73,
Ged.
On Wed, 26 Jan 2000, Mail Delivery Subsystem wrote:
> The original message was received at Wed, 26 Jan 2000 08:59:57 GMT
> from ged@localhost
>
> ----- The following addresses had permanent fatal errors -----
> <[EMAIL PROTECTED]>
>
> ----- Transcript of session follows -----
> ... while talking to zmamail03.zma.compaq.com.:
> >>> RCPT To:<[EMAIL PROTECTED]>
> <<< 554 Service unavailable; [212.1.144.72] blocked using dul.maps.vix.com
> 554 <[EMAIL PROTECTED]>... Service unavailable
>
On Tue, 25 Jan 2000, Wang, Pin-Chieh wrote:
> Hi Mr. Haywood,
Please, call me `Ged'. People are less formal on the Web, I think.
> It turn's out the apache and mod_perl is working after all.
I was sure that Apache was running OK. That's great!
> when I called
> //localhost:8080/hello/world everything starts working now.
> But, when I called
> //localhost:8080/server-info
> I got permission denied. Do you know how can I grant my permission?
> Or just ask for username password?
I took this from your file `Configuration'. Have you uncommented
the statement and recompiled Apache? mod_info is required before
you can get server-info.
# AddModule modules/standard/mod_info.o
I also took this from your file `httpd.conf'
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
#</Location>
You have to edit this part of the file to give yourself permission
to get server-info.
Hope this helps.
73,
Ged.