Closed
Bug 277210
Opened 21 years ago
Closed 21 years ago
Testserver.pl should find apache2/httpd2 as well when it looks for webservers
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: kieran)
Details
Attachments
(1 file, 2 obsolete files)
|
633 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
testserver.pl misses "apache2" when it looks for "httpd" or "apache"
Comment 1•21 years ago
|
||
[Sun 22:31:10] <kieran> Hi, I changed the testserver.pl script to have
httpd|apache|apache2 and it worked fine.
[Sun 22:31:22] <kieran> thanks
| Assignee | ||
Comment 2•21 years ago
|
||
This is a simple check to see if the Web Server is working. Currently it
doesn't check for Apache2 and it probably should. I added an additional OR
statement so the test passes.
| Assignee | ||
Updated•21 years ago
|
Attachment #170789 -
Flags: review?
| Assignee | ||
Comment 3•21 years ago
|
||
Removed the whole file, and added a diff.
Attachment #170789 -
Attachment is obsolete: true
Attachment #170792 -
Flags: review?
Updated•21 years ago
|
Attachment #170789 -
Flags: review?
Comment 4•21 years ago
|
||
I'd also recommend adding httpd2 as thats what my install of Apache from
Mandrake 10.0 seems to be running as.
Comment 5•21 years ago
|
||
Comment on attachment 170792 [details] [diff] [review]
Added OR statement to include Apache2 as a webserver to be checked for to see if Bugzilla is running
r=wurblzap by inspection.
It's new to me that Apache uses apache2, but what do I know :)
Attachment #170792 -
Flags: review? → review+
Updated•21 years ago
|
Assignee: zach → kieran
Flags: approval?
Whiteboard: patch awaiting approval
Comment 6•21 years ago
|
||
(In reply to comment #4)
> I'd also recommend adding httpd2 as thats what my install of Apache from
> Mandrake 10.0 seems to be running as.
Whoa, I missed that comment. Please do indeed so, and move r+ forward.
Whiteboard: patch awaiting approval
Comment 7•21 years ago
|
||
Targeting bug to 2.20 since the 2.20 feature freeze was canceled.
Target Milestone: --- → Bugzilla 2.20
Comment 8•21 years ago
|
||
This hopefully (it detects my httpd2 and an apache on knoppix) allows it to
detect both httpd2 and apache2 as well as the original.
Attachment #171378 -
Flags: review?
Comment 9•21 years ago
|
||
Comment on attachment 171378 [details] [diff] [review]
Detect apache2/httpd2 as well
Looks good upon my review, but also carrying over the previous review :-)
Attachment #171378 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval? → approval+
Comment 10•21 years ago
|
||
Checking in testserver.pl;
/cvsroot/mozilla/webtools/bugzilla/testserver.pl,v <-- testserver.pl
new revision: 1.4; previous revision: 1.3
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Summary: Testserver.pl should find "apache2" when it looks for webservers → Testserver.pl should find apache2/httpd2 as well when it looks for webservers
Updated•21 years ago
|
Flags: approval2.18+
Target Milestone: Bugzilla 2.20 → Bugzilla 2.18
Comment 11•21 years ago
|
||
Comment on attachment 170792 [details] [diff] [review]
Added OR statement to include Apache2 as a webserver to be checked for to see if Bugzilla is running
Marking this patch obsolete.
Attachment #170792 -
Attachment is obsolete: true
Comment 12•21 years ago
|
||
Checking in testserver.pl;
/cvsroot/mozilla/webtools/bugzilla/testserver.pl,v <-- testserver.pl
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•