gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Patches-295 ] https /projects/ and /users/ brok


From: noreply
Subject: [Gforge-devel] [ gforge-Patches-295 ] https /projects/ and /users/ broken in debian installation
Date: Mon, 14 Apr 2003 16:51:05 -0500

Patches item #295, was opened at 2003-04-14 23:51
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=295&group_id=1

Category: Project Home Page
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vicente Ruiz (vjrj)
Assigned to: Nobody (None)
Summary: https /projects/ and /users/ broken in debian installation

Initial Comment:
See closed bug:
http://gforge.org/tracker/index.php?func=detail&aid=294&group_id=1&atid=105

With SSL the urls:
https://mygforge.org/projects/myprojects
https://mygforge.org/users/username

display a "Page Not Found" error while

http://mygforge.org/projects/myprojects
http://mygforge.org/users/username

Tim make me think that it was a debian installation
problem. Thank you.

I fixed it adding these directives to the
/etc/gforge/httpd.conf in my debian installation.

<VirtualHost a.b.c.d:443>

(...)
# Projects an Users script
  <Location /projects>
    ForceType application/x-httpd-php
  </Location>
  <Location /users>
    ForceType application/x-httpd-php
  </Location>
(...)



----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=295&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]