Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epf-dev] Epf Wiki Installation - help needed

Hi Christian,
When you restart Apache2 are there error message or warnings?

If you don't have a FQDN yet, can you try the following settings

In /etc/apache2/ports.conf add

NameVirtualHost *:3000
Listen 3000

In /etc/apache2/sites-enabled please add
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 127.0.0.1
DocumentRoot /path_to_epfwiki_public_folder
</VirtualHost>
Can you also check the Apache 2 log files for error messages. They can be found in /var/log/apache2/error.log

If restart with this configuration can you access http://localhost:3000?

Best Regards,
Onno




On Mon, Jan 18, 2010 at 11:52 AM, <Christian.Kopietz@xxxxxxxxxxxxxx> 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
epf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epf-dev



Back to the top