Hi Onno,

I think the Listen 3000 was the Problem, after I add it to the
ports.conf it works. Thanks for your reply, it really helps me out.

 

Best Regards,

 

Christian

 

Von: [email protected] [mailto:[email protected]] Im
Auftrag von Onno van der Straaten
Gesendet: Montag, 18. Januar 2010 23:00
An: Eclipse Process Framework Project Developers List
Betreff: 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, <[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

Reply via email to