Hi Christain, I should be able to help you with that. The ENV['EPFWIKI_HOST'] variable is not needed to resolve this issue but you should set this to equal the hostname that your web site will be using. It is used in emails that are send from a cron job.
I assume correctly that you are following EPF Wiki Installation Guide for Ubuntu<LoadModule%20passenger_module%20/usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/ext/apache2/mod_passenger.so%20PassengerRoot%20/usr/lib/ruby/gems/1.8/gems/passenger-2.2.4%20PassengerRuby%20/usr/bin/ruby1.8%20%3CVirtualHost%20*:3000%3E%20%20%20ServerName%20epfwiki%20%20%20DocumentRoot%20/home/tonyclifton/epfwiki/public%20%20%20%20%20%3C/VirtualHost%3E>and so want to use Phusion Passenger (aka mod_rails)? And you got stuck at the step Apache Configuration<http://wiki.eclipse.org/EPF_Wiki_Installation_Guide_for_Ubuntu#Apache_Configuration> This is the virtual host definition example from the guide LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4 PassengerRuby /usr/bin/ruby1.8 <VirtualHost *:3000> ServerName epfwiki DocumentRoot /home/tonyclifton/epfwiki/public </VirtualHost> You should change this to match you settings for example the paths should be changed. First try to serve a custom simple HTML file to see if you can reach the public dir. If you see "it works!" it is probably still serving content from the default Apache folder and not the EPF Wiki public folder. You have to restart Apache each time you change a configuration file. If you can share a little more information about environment (OS, Apache etc) and steps you already have taken, this would be helpful. Best Regards, Onno On Mon, Jan 18, 2010 at 11:52 AM, <[email protected]> wrote: > Hi There, > > i’am stuck in the EPF Wiki Installation, the ENV[‘EPFWIKI_HOST’] and Apache > VirtualHost Configuration Parameters are totally confusing. I haven’t much > experience with linux and so I don’t know what I have to enter in there > parameters. I tried some different possibilities but the wiki is still not > reachable via the Apache Server, the only thing I ever see is this “It > works!” Message. I really would appreciate it if someone could help me. > > > > With kind regards > > > > Christian Kopietz > > _______________________________________________ > epf-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/epf-dev > >
_______________________________________________ epf-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/epf-dev
