Roundup Tracker - Issues

Issue 2550588

classification
Configuring for Apache
Type: behavior Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed
:
: : ber, imats
Priority: normal :

Created on 2009-09-14 06:03 by imats, last changed 2016-06-28 01:26 by rouilj.

Files
File name Uploaded Description Edit Remove
unnamed imats, 2009-09-14 23:38
Messages
msg3877 Author: [hidden] (imats) Date: 2009-09-14 06:03
Hi there,

Simply just trying to get Apache2.2 to host the roundup web interface. 
I have followed the documentation and copied the following details and 
applied them for my scenario, however I get a 403 Forbidden response.

In httpd.conf:
#################################################
# Roundup Issue tracker
#################################################
# enable Python optimizations (like 'python -O')
PythonOptimize On
# let apache handle static files from 'html' directories
AliasMatch /roundup/(.+)/@@file/(.*) C:/Roundup/$1/html/$2
# everything else is handled by roundup web UI
AliasMatch /roundup/([^/]+)/(?!@@file/)(.*) C:/Roundup/$1/dummy.py/$2
# roundup requires a slash after tracker name - add it if missing
RedirectMatch permanent ^/roundup/([^/]+)$ /roundup/$1/
# common settings for all roundup trackers
<Directory C:/Roundup/*>
  Order allow,deny
  Allow from all
  AllowOverride None
  Options None
  AddHandler python-program .py
  PythonHandler roundup.cgi.apache
  # uncomment the following line to see tracebacks in the browser
  # (note that *some* tracebacks will be displayed anyway)
  PythonDebug On
</Directory>
# roundup tracker homes
<Directory C:/Roundup/>
  PythonOption TrackerHome C:/Roundup/
  PythonOption TrackerLanguage ru
</Directory>

Help is much appreciated thank you :)
msg3879 Author: [hidden] (ber) Date: 2009-09-14 20:30
Which operating system are you using? Windows?
Are you sure the permissions on the roundup files are okay
and could be served by apache in principle?
(BTW, this is a question which probably could be asked on the user 
list with much success as well I guess.)
msg3881 Author: [hidden] (imats) Date: 2009-09-14 23:38
What's the user list? Apologies for possibly posting in the wrong section.

I'm using Windows XP

Permissions should be no problem as i'm the local administrator. Also I'm
already hosting a django project, which as you may know is written in
python, so I am sure mod_python is working correctly already.
I've also tried hosting the directory in the same directory as my current
working files and the error doesn't change
2009/9/15 Bernhard Reiter <issues@roundup-tracker.org>

>
> Bernhard Reiter <bernhard@intevation.de> added the comment:
>
> Which operating system are you using? Windows?
> Are you sure the permissions on the roundup files are okay
> and could be served by apache in principle?
> (BTW, this is a question which probably could be asked on the user
> list with much success as well I guess.)
>
> ----------
> nosy: +ber
>
> ________________________________________________
> Roundup tracker <issues@roundup-tracker.org>
> <http://issues.roundup-tracker.org/issue2550588>
> ________________________________________________
>
msg3882 Author: [hidden] (imats) Date: 2009-09-14 23:40
Apologies, gmail seems to have stuffed up the formatting. See again below:

What's the user list? Apologies for possibly posting in the wrong section.

I'm using Windows XP

Permissions should be no problem as i'm the local administrator. Also
I'm already hosting a django project, which as you may know is written
in python, so I am sure mod_python is working correctly already.

I've also tried hosting the directory in the same directory as my
current working files and the error doesn't change

2009/9/15 Alex <issues@roundup-tracker.org>:
> <div>What&#39;s the user list? Apologies for possibly posting in the wrong section.</div>
> <div> </div>
> <div>I&#39;m using Windows XP</div>
> <div> </div>
> <div>Permissions should be no problem as i&#39;m the local administrator. Also I&#39;m already hosting a django project, which as you may know is written in python, so I am sure mod_python is working correctly already.<br>
> </div>
> <div>I&#39;ve also tried hosting the directory in the same directory as my current working files and the error doesn&#39;t change<br></div>
> <div class="gmail_quote">2009/9/15 Bernhard Reiter <span dir="ltr">&lt;<a href="mailto:issues@roundup-tracker.org">issues@roundup-tracker.org</a>&gt;</span><br>
> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Bernhard Reiter &lt;<a href="mailto:bernhard@intevation.de">bernhard@intevation.de</a>&gt; added the comment:<br>
> <br>Which operating system are you using? Windows?<br>Are you sure the permissions on the roundup files are okay<br>and could be served by apache in principle?<br>(BTW, this is a question which probably could be asked on the user<br>
> list with much success as well I guess.)<br><br>----------<br>nosy: +ber<br>
> <div>
> <div></div>
> <div class="h5"><br>________________________________________________<br>Roundup tracker &lt;<a href="mailto:issues@roundup-tracker.org">issues@roundup-tracker.org</a>&gt;<br>&lt;<a href="http://issues.roundup-tracker.org/issue2550588" target="_blank">http://issues.roundup-tracker.org/issue2550588</a>&gt;<br>
> ________________________________________________<br></div></div></blockquote></div><br>
>
msg3883 Author: [hidden] (ber) Date: 2009-09-15 09:16
The roundup-users list can be found from the Contact page: 
http://www.roundup-tracker.org/contact.html
msg3884 Author: [hidden] (imats) Date: 2009-09-15 23:00
Thanks Bernhard :) sorry for posting in here

2009/9/15 Bernhard Reiter <issues@roundup-tracker.org>:
>
> Bernhard Reiter <bernhard@intevation.de> added the comment:
>
> The roundup-users list can be found from the Contact page:
> http://www.roundup-tracker.org/contact.html
>
> ________________________________________________
> Roundup tracker <issues@roundup-tracker.org>
> <http://issues.roundup-tracker.org/issue2550588>
> ________________________________________________
>
History
Date User Action Args
2016-06-28 01:26:50rouiljsetstatus: new -> closed
2009-09-15 23:00:43imatssetmessages: + msg3884
2009-09-15 09:16:11bersetmessages: + msg3883
2009-09-14 23:40:22imatssetmessages: + msg3882
2009-09-14 23:38:12imatssetfiles: + unnamed
messages: + msg3881
2009-09-14 20:30:41bersetpriority: normal
2009-09-14 20:30:31bersetnosy: + ber
messages: + msg3879
2009-09-14 06:03:59imatscreate