stas 2003/12/11 10:06:55
Modified: src/docs/2.0/user/porting compat.pod
Log:
typo in the example
Revision Changes Path
1.27 +1 -1 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- compat.pod 11 Dec 2003 18:06:38 -0000 1.26
+++ compat.pod 11 Dec 2003 18:06:55 -0000 1.27
@@ -589,7 +589,7 @@
C<$r-E<gt>add_config>. e.g.:
require Apache::ServerUtil;
- Apache->server->httpd_conf(['require valid-user']);
+ Apache->server->add_config(['require valid-user']);
See the C<L<Apache::ServerUtil|docs::2.0::api::Apache::ServerUtil>>
manpage.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]