Hi Vishal, thank you for sharing the information. I will try to do as suggested. Cheers G.
On Tue, Apr 13, 2010 at 3:19 AM, Vishal Swaroop <[email protected]>wrote: > Hi, > > I don't remember my post but here is my finding for trouble shooting Apache > to recognize network drive. > > Please share your experience with this as it might help for improvement. > > a) Latest apache version available is 2.2.14 but apache does not start as a > service, and if we start apache from command prompt, network drives are > recognized but we use to get blank command windows pop-ups on each click of > TPP application running on apache. > > Even default version of apache (2.2.8) during TPP installation behaves in > the same manner. > > b) This post says that it worked until Apache v2.0.32 AND works on a > Win2000 server : http://osdir.com/ml/apache.devel/2002-06/msg00180.html > c)(i) I tried with Apache/1.3.41 (Win32), Active perl v 5.10.1, > TPP_Setup_v4_3_JETSTREAM_rev_1 on WinXp sp2. > I can start pache from services but network drives are not recognized. > (ii) Nework drives are recognized if I start apache from command prompt > (using apache -k start), and we don't get any blank > command windows pop-ups on each click of TPP application, > all processing works fine. > > d) When TPP is installed it creates "tmp" folder under root installation > directory (default "C:/"), it looks like tpp needs "tmp" folder (though it > can be empty) under root directory. > Make sure to make "tmp" directory under new root. > > e) I also think that there is no need to copy tpp-bin folder (though I have > not tested) under new root, copying only wwwroot should also work. > > I will try to configure latest release of Apache (2.2.15) and will send the > findings. > > My httpd.cnf looks like this (where "B:/" is network mapped drive) > > # > # Begin settings for the Trans Proteomic Pipeline > # > > # Add 5-hour timeout > Timeout 18000 > > AddType text/html .shtml > AddHandler server-parsed .shtml > > #SetEnv WEBSERVER_ROOT C:/Inetpub/wwwroot > > SetEnv WEBSERVER_ROOT B:/Inetpub/wwwroot > SetEnv WEBSERVER_URL http://localhost:81 > > Alias /tpp-bin "C:/Inetpub/tpp-bin" > <Directory "C:/Inetpub/tpp-bin"> > Options Indexes MultiViews ExecCGI > AllowOverride None > Order allow,deny > Allow from all > > AddHandler cgi-script .cgi .pl > ScriptInterpreterSource Registry > > PassEnv WEBSERVER_ROOT > </Directory> > > Alias /ISB "B:/Inetpub/wwwroot/ISB" > Alias /isb "B:/Inetpub/wwwroot/ISB" > > <Directory "B:/Inetpub/wwwroot/ISB"> > > Options Indexes MultiViews Includes > AllowOverride None > Order allow,deny > Allow from all > > AddType text/html .shtml > AddHandler server-parsed .shtml > PassEnv WEBSERVER_ROOT > </Directory> > > On Mon, Apr 12, 2010 at 12:11 PM, goxy43 <[email protected]> wrote: > >> Hello, >> just a basic question: I want to change the working directory which is >> currentyl C:/inetpub/wwwroot/XYZ to another one (a hard disc with >> more space), however, it was not possible so far. Can somebody help? >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spctools-discuss" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<spctools-discuss%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/spctools-discuss?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<spctools-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/spctools-discuss?hl=en. > -- građanin -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
