Tanks muchly!
Emmanuel Blot wrote:
> * TracEnv is the Trac project, on your installation it is /var/lib/trac/shop
> * You also need a rule to serve the static documents (images, css,
> javascript) such as
> Alias /tracstatic "/usr/share/trac/htdocs"
> <Directory "/usr/share/trac/htdocs">
> # change this to match your own server security policy if required
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
> * and you need to tell Trac which URL it should emit for the static
> documents, in trac.ini
> [trac]
> htdocs_location = /tracstatic/
>
> Obviously, you can replace 'tracstatic' as you like, as long as you
> update both Apache conf and Trac conf.
>
Ok, I have done that. now I am trying to configure a vhost for this
(failing miserably so far ;) so where do I point the vhost?
I have
<VirtualHost *:80>
ServerAdmin <deleted>
ServerName trac.sm-wg.net
DocumentRoot /usr/share/trac/htdocs
Alias /trac "usr/share/trac/htdocs"
...
but this only gives me that directory :(
cheers
Bernhard
--
Graylion's Fetish & Fashion Store
Goth and Kinky Boots, Clothing and Jewellery
http://www.graylion.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---