[kforge-user] [0.13 doc enhancement] Apache instructions

John Bywater john.bywater at appropriatesoftware.net
Thu Sep 6 10:11:00 UTC 2007


Hi Nicolas,

Thanks a lot for all your nice feedback. I agree with providing 
Debian-specific documentation. At least there's something to depart from.

Nicolas Steinmetz wrote:
> Hello,
>
> I knew I forgot something !
>
> Regarding Apache instructions, I think we should say something like 
> (for a Debian-like environnement):
>
> Create a file /etc/apache2/sites-available/domain.tld or open the 
> configuration file for your domain/virtualhost:
>
> Add in this file (and replace with correct values):
>
>    # Virtual Host for domain on which KForge will run
>    <VirtualHost *:80>
>       ServerName mykforge.mydomain.com <http://mykforge.mydomain.com>
>       ...
>       Include {{path-to-kforge-generated-apache-config}}
>
>    </VirtualHost>
>
> Then enable the site (for a new site): a2ensite domain.tld
> Reload Apache : /etc/init.d/apache2 force-reload
>
> I know its debian focused but at least it's complete :-)

Yes, this is great. I'm sure we'll add this in.

Best wishes,

John.

>
> Nicolas




More information about the kforge-user mailing list