[Trac] Trac 0.11: Setting up authorization in .htaccess

2008-06-25 Thread Paul Cohen

Hi,

I am trying to set up authorization in Trac 0.11 (with Apache
1.3/FastCGI) in a .htaccess file but have been unsuccessful. I have
never done it before and I am not an Apache expert. Apart from
authorization, my setup of Trac seems to work fine.

I have a Trac environment here:

  /home/paul/trac/foo

And the web entry location for that Trac environment:

  /home/paul/www/sub/foo

That directory contains the trac.fcgi file. 'www' is the document root
for mydomain.com and 'www/sub/foo' is the document root for my
subdomain foo.mydomain.com which is the URL I want to use for my Trac
site.

I have put the static files here:

  /home/paul/www/sub/foo/chrome

In '/home/paul/www/sub/foo' I have this .htaccessfile:

 .htaccess #
DirectoryIndex trac.fcgi

# Make sure to prefix every URL request that isn't for a file or
# directory with trac.fcgi so that it is handled by Trac
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /trac.fcgi/$1 [L]


I know that I need to somehow force Apache to do an authorization
challenge for requests for 'foo.mydomain.com/login', but simply
haven't figured out how. I have tried a few different approaches but
with no success. So what is the recommended way to do it?

Thanks in advance for any help.

/Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Problem installing 0.11rc under home directory

2008-06-03 Thread Paul Cohen

On Tue, Jun 3, 2008 at 11:51 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote:

 That is just a template. You need to run the trac-admin ... deploy command
 to generate the actual fcgi script.

Thanks for taking the time.

trac-admin ..deploy. I did as you said. Copied the generated trac.fcgi
file to ~/www/cgi-bin and chmod:ed the file to 705. Still doesn't
work. What am I supposed to do with the htdocs directory?

I'm currently just trying to get Trac up and running. Once that is
done I intend to figure out the best setup for actual use.

/Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Problem installing 0.11rc under home directory

2008-06-03 Thread Paul Cohen

On Wed, Jun 4, 2008 at 12:57 AM, Chris Mulligan
[EMAIL PROTECTED] wrote:
 Have you considered using tracd? It's very reliable and can get you up and
 running with very little work. tracd --port 8000 ./ and you're golden.

Thanks, but my web host provider doesn't allow that.

/Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Support for WBS and PBS

2007-05-02 Thread Paul Cohen

Hi,

Is there any Trac hack/module for creating and maintaining WBS (Work
Breakdown Structure) and/or PBS (Product Breakdown Structure)?

To give you a picture of how I see things: I see the current handling
of components in Trac as a (very) simple PBS-tool. I see WBS as as the
base of all project planning and management. I see tickets as a way of
capturing things to be done that weren't originally planned. Having
said that I don't believe in over-detailed planning. I believe a in
sound planning *and* daily capturing of new (lesser) requirements and
issues to deal with.

To begin with I'm interested in being able to:

1. Replace the current handling of components with a more fully
fledged PBS support.
2. Set properties of PBS nodes. Eg: owner, platform.
3. Create and maintain heirarchical WBS structures of arbitrary depth.
4. Set properties of WBS nodes. Eg: owner, estimated time to
completion, priority level
5. Assign WBS nodes as belonging to a given PBS-node/component.
6. A given WBS should be able to be marked as belonging to a given Milestone.
7. Have multiple WBS:s in a given Trac-project.

In addition I would of course like to:

1. Derive computed estimate time to completion for higher level WBS
nodes, using different cost estimation models, preferably via some
plug-in mechanism.
2. Use a WBS as a base for time reporting.

Maybe I have to write it myself! :-) What is is the most important
documentation to read before  starting to hack Trac?

/Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Installing Trac without root permissions

2006-12-15 Thread Paul Cohen

Hi,

Is it possible to install Trac without root permissions? Any gotchas?

For example in a web host account. My particular web host provider
runs Linux, Apache 1.3, MySQL 5.0.24, Python 2.3 and Subversion 1.3.2.

/Paul

--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
Trac Users group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Upgrading from Trac 0.8.4 to 0.10

2006-10-20 Thread Paul Cohen

Hi,

I'd just like to know if there are any known issues or gotchas with
upgrading from Trac 0.8.4 to 0.10. Specifically as regards:

* Tickets.
* Installed TracNav macro.

I'm running:
Debian Sarge 3.1
Python 2.3.5
Apache 2.0.54

Tack för Trac!

/Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~--~~~~--~~--~--~---