Hi Pavel,

Please check "Apache...\conf\httpd.conf" settings...

This works for me....

Let me know.

#
# Begin settings for the Trans Proteomic Pipeline
#

# Add 5-hour timeout
Timeout 18000

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
    PassEnv WEBSERVER_TMP
</Directory>

Alias /ISB "C:/Inetpub/wwwroot/ISB"

Alias /schema "C:/Inetpub/wwwroot/schema"

<Directory "C:/Inetpub/wwwroot">
    Options MultiViews Includes
    AllowOverride None
    Order allow,deny
    Allow from all

    AddType text/html .shtml
    AddHandler server-parsed .shtml

    PassEnv WEBSERVER_ROOT
    PassEnv WEBSERVER_TMP
</Directory>
#
# End settings for the Trans Proteomic Pipeline
#

On Tue, Feb 12, 2013 at 6:24 AM, Pavel <[email protected]> wrote:

> Dear All,
>
> I would like to ask you for your help. I installed TPP v4.6.1 (windows
> version) with Apache (port 8080), everything seems to be OK - when I
> try localhost:8080 I can see "It works". However, it is not possible
> to run TPP, I can see only the "Internal server error" page. I think
> the problem is in Perl according to the Apache error log:
>
> [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] Premature end of
> script headers: tpp_gui.pl
> [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] Can't locate IO/
> Compress/Zip.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/
> lib .) at C:\\Inetpub\\tpp-bin\\tpp_gui.pl line 16.
> [Tue Feb 12 11:51:42 2013] [error] [client 127.0.0.1] BEGIN failed--
> compilation aborted at C:\\Inetpub\\tpp-bin\\tpp_gui.pl line 16.
>
> I spent a couple of days searching this group for a solution but I
> have no clue what to do... I guess Perl (5.8.8 b820) is the problem, I
> did not try to re-install(?) it yet as I run Mascot on this PC and do
> not want to disrupt it (I am not into IT :)
>
> Any help would be appreciated.
> Thank you
> Pavel
>
> --
> You received this message because you are subscribed to the Google Groups
> "spctools-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to