Author: stas Date: Wed Jan 12 16:59:02 2005 New Revision: 125008 URL: http://svn.apache.org/viewcvs?view=rev&rev=125008 Log: don't try to create httpd.conf.in file - it won't work
Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?view=diff&rev=125008&p1=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r1=125007&p2=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r2=125008 ============================================================================== --- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod (original) +++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Wed Jan 12 16:59:02 2005 @@ -1201,9 +1201,9 @@ =head2 Extending Configuration Setup Sometimes you need to add extra F<httpd.conf> configuration and perl -startup specific to your project that uses C<Apache::Test>. This can -be accomplished by creating the desired files with an extension F<.in> -in the F<t/conf/> directory and running: +startup-specific code to your project that uses C<Apache::Test>. This +can be accomplished by creating the desired files with an extension +F<.in> in the F<t/conf/> directory and running: panic% t/TEST -config @@ -1238,6 +1238,10 @@ /\.last\.(conf|pl).in$/ will be included very last in F<httpd.conf>. + +Make sure that you don't try to create F<httpd.conf.in>, it is not +going to work, since F<httpd.conf> is already generated by +Apache-Test. As mentioned before the converted files are created, any special token in them are getting replaced with the appropriate values. For example --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]