Closed Bug 517276 Opened 15 years ago Closed 15 years ago

/student/ gives a 404

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: abuchanan, Unassigned)

References

()

Details

(Keywords: regression, Whiteboard: ssc)

Summary says it all,
http://sm-personas01.mozilla.org/student/index.php

^ is a 404 :(
Whiteboard: ssc
I think this is an apache conf issue.  Assigning to IT, to get some help troubleshooting on stage.

I've updated localhttp-dist.conf, in r51813.

IT, I'm in #personas on IRC.  Find me there and I can help debug.

Thanks.
Assignee: nobody → server-ops
Severity: blocker → major
Component: getpersonas.com → Server Operations
Product: Websites → mozilla.org
QA Contact: getpersonas-com → mrz
Version: unspecified → other
[Thu Sep 17 19:36:06 2009] [error] [client 76.204.179.157] File does not exist: /var/www/html/student

server/localhttpd-dist.conf has merge conflicts - just take yours?
http://viewvc.svn.mozilla.org/vc/projects/getpersonas.com/trunk/server/localhttpd-dist.conf?view=markup&pathrev=51813 shows :

AliasMatch /([a-zA-Z-]+/)?student/(.*) /home/abuchanan/getpersonas.com/trunk/server/student/$2

which won't work.  What's it supposed to be?
(In reply to comment #3)
> http://viewvc.svn.mozilla.org/vc/projects/getpersonas.com/trunk/server/localhttpd-dist.conf?view=markup&pathrev=51813
> shows :
> 
> AliasMatch /([a-zA-Z-]+/)?student/(.*)
> /home/abuchanan/getpersonas.com/trunk/server/student/$2
> 
> which won't work.  What's it supposed to be?

oh shoot. sorry,

replace,
/home/abuchanan/getpersonas.com/trunk

with,
/path/to/personas

I'll checkin a better version
Fixed locally.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
[root@sm-personas01 personas]# !741
svn up server/localhttpd-dist.conf
Conflict discovered in 'server/localhttpd-dist.conf'.
Select: (p) postpone, (df) diff-full, (e) edit,
        (mc) mine-conflict, (tc) theirs-conflict,
        (s) show all options: df
--- server/.svn/text-base/localhttpd-dist.conf.svn-base Wed Sep 16 16:20:01 2009
+++ server/.svn/tmp/localhttpd-dist.conf.21.tmp Thu Sep 17 20:24:35 2009
@@ -1,3 +1,7 @@
+RewriteEngine On
+RewriteRule ^/([a-zA-Z-]+/)?contest$ /$1upload?ssc [R,L]
+RewriteRule ^/([a-zA-Z-]+/)?student$ /$1student/ [R,L]
+
 Alias /static /path/to/personas/static
 AliasMatch /([a-zA-Z-]+/)?signin /path/to/personas/server/signin.php
 AliasMatch /([a-zA-Z-]+/)?upload /path/to/personas/server/upload_forms.php
@@ -23,7 +27,11 @@
 AliasMatch /([a-zA-Z-]+/)?index.html /path/to/personas/server/index.php
 AliasMatch ^/([a-zA-Z-]+/)?$ /path/to/personas/server/index.php
 AliasMatch /([a-zA-Z-]+/)?profile /path/to/personas/server/profile.php
+<<<<<<< .mine
+=======
+AliasMatch /([a-zA-Z-]+/)?student/(.*) /path/to/personas/trunk/server/student/$2
 
+
 RewriteEngine On
 RewriteRule ^/([a-zA-Z-]+/)?contest$ /$1upload?ssc [R,L]
-RewriteRule ^/([a-zA-Z-]+/)?student$ /$1student/ [R,L]
+>>>>>>> .r51822
Verified FIXED.
Status: RESOLVED → VERIFIED
Summary: /student/ give a 404 → /student/ gives a 404
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.