Build process prompts when PREP_HTTPD=1 is used

2003-11-17 Thread Wes Barris
just eliminate the need for perl Makefile.PL to make a guess. To avoid the two prompts: Configure mod_perl with ../apache_1.3.xx/src ? Shall I build httpd in ../apache_1.3.xx/src for you? and avoid building httpd, use: NO_HTTPD=1 -- Wes Barris E-Mail: [EMAIL PROTECTED] -- Reporting bugs:

mod_perl and the Includes directive

2003-11-19 Thread Wes Barris
, apache would serve files (but without the includes working). # Options Indexes FollowSymLinks Includes ExecCGI Options Indexes FollowSymLinks ExecCGI XBitHack on Has anyone seen this behaviour? -- Wes Barris E-Mail: [EMAIL PROTECTED] -- Reporting bugs: http://perl.apac

Build process prompts when PREP_HTTPD=1 is used

2003-11-20 Thread Wes Barris
to be able to run this script without having to wait for this prompt halfway through. What am I doing wrong? -- Wes Barris E-Mail: [EMAIL PROTECTED] -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-23 Thread Wes Barris
Ged Haywood wrote: Hi there, On Fri, 21 Nov 2003, Wes Barris wrote: To avoid the two prompts: <-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try using a makepl_args.mod_perl file? Because it d

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Ged Haywood wrote: Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: To avoid the two prompts: <-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try using a makepl_args.mod_perl file? Because it d

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Ged Haywood wrote: Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: To avoid the two prompts:<-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try usin

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: [...] Notice that there is no "$apache" variable used here and I am showing that the correct directory exists. You are correct, Wes. There is a mismatch between the docs and the reality. Using APACHE_SRC and DO_HTTPD=1 avoids the prompt:

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Stas Bekman wrote: Wes Barris wrote: [...] Notice that there is no "$apache" variable used here and I am showing that the correct directory exists. You are correct, Wes. There is a mismatch between the docs and the reality. Using APACHE_SRC and DO_HTTPD=1 avoids

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Stas Bekman wrote: Stas Bekman wrote: Wes Barris wrote: [...] Notice that there is no "$apache" variable used here and I am showing that the correct directory exists. You are correct, Wes. There is a mismatch between the docs and the reali

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Stas Bekman wrote: Stas Bekman wrote: Wes Barris wrote: [...] Notice that there is no "$apache" variable used here and I am showing that the correct directory exists. You are correct, Wes. There is a mismatch between the docs and the reali

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: [...] Let's polish that issue and we will update the docs to reflect what's going on. Nobody has complained in the last 7 years, so I guess nobody was trying to do that. I don't understand how I could be the only one in 7 years who ha