Closed
Bug 428042
Opened 18 years ago
Closed 18 years ago
Setup search on firefox3 dev site
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: clouserw, Assigned: aravind)
References
Details
On www-firefox3.authstage.mozilla.com, there are two config options that need to be copied from /includes/config.inc.php-dist to /includes/config.inc.php. They are at the end of the file:
$config['nutch_url'] -> This needs to be the URL that nutch gives out XML on. For my dev box it's http://sm-devnutch01.mozilla.org:8080/opensearch - I don't know production. Aravind?
$config['nutch_server_name'] -> this should be 'mozilla.com' since nutch is crawling the live site.
These are both documented in the file but if there are more questions, let me know. Thanks.
| Assignee | ||
Comment 1•18 years ago
|
||
it should be http://pm-app01.mozilla.org:8080/opensearch
| Assignee | ||
Comment 2•18 years ago
|
||
well http://pm-app01.mozilla.org:8080/en/ is the nutch url, but http://pm-app01.mozilla.org:8080/opensearch seems to give a blank.
| Assignee | ||
Comment 3•18 years ago
|
||
fwenzel would know.
| Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → aravind
| Reporter | ||
Comment 4•18 years ago
|
||
http://sm-devnutch01.mozilla.org:8080/opensearch gives me an XML page with no results. Adding wenzel for comment but he's asleep. Can you look at the URL devmo is using? (I can't get to pm-app01)
Comment 5•18 years ago
|
||
$mzNutchURL = "http://nutch.developer.mozilla.org/opensearch";
| Reporter | ||
Comment 6•18 years ago
|
||
(In reply to comment #5)
> $mzNutchURL = "http://nutch.developer.mozilla.org/opensearch";
>
That gets the expected results from me
| Reporter | ||
Comment 7•18 years ago
|
||
Also, after looking at the results from oremj's URL, please make $config['nutch_server_name'] = 'www.mozilla.com';
Thanks.
| Reporter | ||
Comment 8•18 years ago
|
||
Can we get these two config options added please? This is blocking any further review/development for the moz.com search. Thanks.
All we should need is the following added to /includes/config.inc.php:
$config['nutch_url'] = "http://nutch.developer.mozilla.org/opensearch";
$config['nutch_server_name'] = 'www.mozilla.com';
Severity: normal → major
| Assignee | ||
Comment 9•18 years ago
|
||
Done!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•