Closed Bug 428042 Opened 18 years ago Closed 18 years ago

Setup search on firefox3 dev site

Categories

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

All
Other
task
Not set
major

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.
Blocks: 371364
fwenzel would know.
Assignee: server-ops → aravind
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)
(In reply to comment #5) > $mzNutchURL = "http://nutch.developer.mozilla.org/opensearch"; > That gets the expected results from me
Also, after looking at the results from oremj's URL, please make $config['nutch_server_name'] = 'www.mozilla.com'; Thanks.
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
Done!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Thanks Aravind. It's working.
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.