Liam,
At this point, perl is not the issue for you; our problem is definitely
with your apache config. The WEBSERVER_ROOT environment variable should
point to your webserver's document root i.e. the directory that contains
the index.html file that says "It Works!". Is it possibly /var/www/html?
I can't imagine it being really /usr/local/ as you have in your apache2
config file for TPP below. One step at a time so fix that first, restart
apache, and try and to access http://localhost/tpp/cgi-bin/tpp_gui.pl. If
the page doesn't open, what is the error message in your apache error log
file?
# directory for tpp's executable files
ScriptAlias /tpp/cgi-bin "/usr/local/tpp/cgi-bin"
<Directory "/usr/local/tpp/cgi-bin">
#AllowOverride AuthConfig Limit
AllowOverride All
Options Indexes +FollowSymLinks MultiViews ExecCGI +Includes
AddHandler default-handler .jpg .png .css .ico .gif
AddHandler cgi-script .cgi .pl
Order allow,deny
Allow from all
SetEnv WEBSERVER_ROOT /usr/local/
*Is it possible the above line should read /usr/local/tpp/ ???*
#SetEnv WEBSERVER_ROOT /var/www
</Directory>
- Jimmy
On Sun, Apr 21, 2013 at 10:44 AM, Liam Bell <[email protected]> wrote:
> Nope - no dice...
>
> Changed the PERL_LIB_CORE= /usr/lib/perl/15.4.2/CORE in the
> makefile.conf.incl file before re-running the compiling/building.
>
> Ran through the rest fo the steps from
> http://tools.proteomecenter.org/wiki/index.php?title=TPP_4.5.2:_Installing_on_Ubuntu_10.04.3
> as
> I have done successfully before.
>
> The server is working still (localhost => It works!) but I can't load up
> http://localhost/tpp/cgi-bin/tpp_gui.pl - still getting "The requested
> URL /tpp/cgi-bin/tpp_gui.pl was not found on this server."
>
> Any other ideas?
>
--
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.