At 14:47 2000-02-11 +0000, [EMAIL PROTECTED] wrote:
>...problematic, as I live on a yacht :-)

Do you want a roommate? Maybe a cabin boy?

I copy-n-pasted your code from into my telnet window and changed
"ExtendedStatus On". Like this:

---------------------
=pod

=over to apache

<Perl>

print "Hello, POD.\n";

</Perl>

=back to pod

=cut
---------------------

Shell:
---------------------
% ./apachectl configtest
Hello, POD.
Syntax OK
% pod2text conf/httpd.conf
        <Perl>

        print "Hello, POD.\n";

        </Perl>

% ./apachectl stop
./apachectl stop: httpd stopped
% ./apachectl start
Hello, POD.
./apachectl start: httpd started
% tail -1 logs/error_log
[Fri Feb 11 09:27:39 2000] [notice] Apache/1.3.11 (Unix) mod_perl/1.19
configured -- resuming normal operations
---------------------

I stopped and then started because sometimes my server doesn't like to
restart.

You mentioned line endings, so I'm guessing that's not your problem. If you
haven't already, maybe you should try your directives outside of the POD
sections and make sure that they work.

Let us know what happens...






----------------
Rodney Broom

Reply via email to