Hi guys, I attempted the "fix" I thought might be the problem myself but it didn't make any difference.
The output from sudo tail -f /var/log/apache2/error.log Shows me: [Fri Apr 19 14:01:38 2013] [error] [client 127.0.0.1] File does not exist: /var/www/tpp, referer: http://tools.proteomecenter.org/wiki/index.php?title=TPP_4.5.2:_Installing_on_Ubuntu_10.04.3 When I created an empty file /var/www/tpp I then got the error [Fri Apr 19 14:03:15 2013] [error] [client 127.0.0.1] File does not exist: /var/www/tpp/cgi-bin/tpp_gui.pl, referer: http://tools.proteomecenter.org/wiki/index.php?title=TPP_4.5.2:_Installing_on_Ubuntu_10.04.3 If I then copy /usr/local/tpp/cgi-bin/tpp_gui.pl to /var/www/tpp/cgi-bin/tpp_gui.pl (and remove the empty tpp file I previously created) then I get the contents of thie tpp_gui.pl file displayed when I attempt I try to access http://localhost/tpp/cgi-bin/tpp_gui.pl on my browser. There is no error log file output for this though... I hope somebody here can help me make sense of this? Thanks, Liam On Thursday, April 18, 2013 11:08:04 PM UTC+2, Liam Bell wrote: > > Hi guys, > > I am having a similar issue. Having followed the wiki instruction page and > with the help of this forum successfully installing TPP on Linux 12.10 > 64bit. I completed the setting up apache instruction with no errors but I > get a "The requested URL /tpp/cgi-bin/tpp_gui.pl was not found on this > server." error when I attempt to go to > http://localhost/tpp/cgi-bin/tpp_gui.pl. > > My localhost is working (literally the message is "It works!". I have > attempted to turn my firewall off but it makes no difference and I don't > have any other services running through port 80. > > I have TPP sitting in /usr/local/tpp/ which houses directories for /bin, > /cgi-bin, /data, /etc, /html, /schema. > > I have gone through my Makefile.config.incl - below are my relevant > settings: > TPP_ROOT=/usr/local/tpp/ > TPP_WEB=/tpp/ > > And triple checked the paths that were set in the > /etc/apache2/sites-available/tpp-4.6.2: > <VirtualHost *:80> > > # directory to store data for web browser viewing > Alias /tpp/data "/usr/local/tpp/data" > <Directory "/usr/local/tpp/data"> > AllowOverride None > Options Indexes +FollowSymLinks Includes > Order allow,deny > Allow from all > </Directory> > > # directory for tpp's html resources (css, js, images, etc) > Alias /tpp/html "/usr/local/tpp/html" > <Directory "/usr/local/tpp/html"> > AllowOverride None > Options Includes Indexes FollowSymLinks MultiViews > Order allow,deny > Allow from all > </Directory> > > # directory for tpp's schema resources > <Directory "/usr/local/tpp/schema"> > AllowOverride None > Options Includes Indexes FollowSymLinks MultiViews > Order allow,deny > Allow from all > </Directory> > > # 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> > > # Enables Lorikeet spectrum display program to work for linux > Alias /ISB /usr/local/tpp > </VirtualHost> > > > On Thursday, 21 March 2013 19:31:56 UTC+2, [email protected]: >> >> Raj, >> >> It sounds as if you have an incorrect path somewhere in the >> configuration. What are the contents of your Makefile.config.inc file? >> And what did you use for paths in your >> /etc/apache2/sites-available/tpp-x.y.z >> file? >> >> -Joe >> >> On Thu, Mar 21, 2013 at 6:19 AM, raju <[email protected]> wrote: >> >>> Hi, >>> I hope you can help. >>> I've been trying to install TPP on a linux vm, specifically Ubuntu 12.04 >>> LTS in virtual box. >>> >>> I've been following the TPP installation guide on >>> http://tools.proteomecenter.org/wiki/index.php?title=TPP_4.5.2:_Installing_on_Ubuntu_10.04.3 >>> . >>> >>> I've been copying and pasting where possible and it looked like >>> everything was working during the setup i.e. no error messages. >>> >>> However when i go to my web browser, google chrome, and go to >>> http://localhost/tpp/cgi-bin/tpp_gui.pl >>> >>> I get the following error: >>> >>> >>> ---------------------------------------------------------------------------------------------------------------------- >>> Not Found >>> >>> The requested URL /tpp/cgi-bin/tpp_gui.pl was not found on this server. >>> >>> Apache/2.2.22 (Ubuntu) Server at localhost Port 80 >>> >>> ---------------------------------------------------------------------------------------------------------------------- >>> >>> Apache is working, as i can see the page. >>> I've checked port 80 is free >>> I've ensured the firewall has been disabled - just in case. >>> >>> When I look in to the apache error log: >>> The following errors were recorded: >>> >>> >>> >>> ---------------------------------------------------------------------------------------------------------------------- >>> [Thu Mar 21 13:01:06 2013] [error] [client 127.0.0.1] File does not >>> exist: /var/www/tpp >>> [Thu Mar 21 13:01:06 2013] [error] [client 127.0.0.1] File does not >>> exist: /var/www/favicon.ico >>> >>> ---------------------------------------------------------------------------------------------------------------------- >>> >>> I've checked that the file /etc/apache2/sites-available/tpp-x.y.z is as >>> described in the installation guide >>> >>> The file exists in the path stated and I copied and pasted the text into >>> the file to avoid typos. >>> >>> Any help would be greatly appreciated!!! >>> >>> Many thanks, >>> Raj >>> >>> >>> >>> >>> >>> -- >>> 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.
