diff options
Diffstat (limited to 'docs/html/readme.windows.html')
-rw-r--r-- | docs/html/readme.windows.html | 65 |
1 files changed, 61 insertions, 4 deletions
diff --git a/docs/html/readme.windows.html b/docs/html/readme.windows.html index dc29a39ef..d1f46ca61 100644 --- a/docs/html/readme.windows.html +++ b/docs/html/readme.windows.html @@ -510,7 +510,7 @@ CLASS="TIP" >Tip: </B > From Andrew Pearson: <A -NAME="AEN624" +NAME="AEN633" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -557,7 +557,7 @@ CLASS="TIP" >Tip: </B >"Brian" had this to add, about upgrading to Bugzilla 2.12 from previous versions:</P ><A -NAME="AEN634" +NAME="AEN643" ></A ><BLOCKQUOTE CLASS="BLOCKQUOTE" @@ -613,11 +613,11 @@ CLASS="PROGRAMLISTING" <DIV CLASS="EXAMPLE" ><A -NAME="AEN646" +NAME="AEN655" ></A ><P ><B ->Example 2-1. Removing encrypt() for Windows NT installations</B +>Example 2-3. Removing encrypt() for Windows NT installations</B ></P ><P > Replace this: @@ -691,6 +691,63 @@ open SENDMAIL, "|\"C:/General/Web/tools/Windmail 4.0 Beta/windmail\" -t > ma ></BLOCKQUOTE ></BLOCKQUOTE ></DIV +><DIV +CLASS="TIP" +><BLOCKQUOTE +CLASS="TIP" +><P +><B +>Tip: </B +> This was some late breaking information from Jan Evert. Sorry for the lack of formatting. + </P +><P +CLASS="LITERALLAYOUT" +>I'm busy installing bugzilla on a WinNT machine and I thought I'd notify you<br> +at this moment of the commments I have to section 2.2.1 of the bugzilla<br> +guide (at http://www.trilobyte.net/barnsons/html/).<br> +<br> +Step 1:<br> +I've used apache, installation is really straightforward.<br> +After reading the Unix installation instructions, I found that it is<br> +necessary to add the ExecCGI option to the bugzilla directory. Also the<br> +'AddHandler' line for .cgi is by default commented out.<br> +<br> +Step 3: although just a detail, 'ppm install <module%gt;' will also work<br> +(wihtout .ppd). And, it can also download these automatically from<br> +ActiveState.<br> +<br> +Step 4: although I have cygwin installed, it seems that it is not necessary.<br> +On my machine cygwin is not in the PATH and everything seems to work as<br> +expected.<br> +However, I've not used everything yet.<br> +<br> +Step 6: the 'bugs_password' given in SQL command d needs to be edited into<br> +localconfig later on (Step 7) if the password is not empty. I've also edited<br> +it into globals.pl, but I'm not sure that is needed. In both places, the<br> +variable is named db_pass.<br> +<br> +Step 8: all the sendmail replacements mentioned are not as simple as<br> +described there. Since I am not familiar (yet) with perl, I don't have any<br> +mail working yet.<br> +<br> +Step 9: in globals.pl the encrypt() call can be replaced by just the<br> +unencrypted password. In CGI.pl, the complete SQL command can be removed.<br> +<br> +Step 11: I've only changed the #! lines in *.cgi. I haven't noticed problems<br> +with the system() call yet.<br> +There seem to be only four system() called programs: processmail.pl (handled<br> +by step 10), syncshadowdb (which should probably get the same treatment as<br> +processmail.pl), diff and mysqldump. The last one is only needed with the<br> +shadowdb feature (which I don't use).<br> +<br> +There seems to be one step missing: copying the bugzilla files somehwere<br> +that apache can serve them.<br> +<br> +Just noticed the updated guide... Brian's comment is new. His first comment<br> +will work, but opens up a huge security hole.<br> + </P +></BLOCKQUOTE +></DIV ></DIV ></DIV ><DIV |