Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Issue 174378: Step 1 in porting page cycler http to linux. Add http startup to (Closed)

Created:
11 years, 4 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Step 1 in porting page cycler http to linux. Add http startup to the the platform utils. BUG=15470

Patch Set 1 #

Total comments: 1

Patch Set 2 : ssl #

Patch Set 3 : stop #

Patch Set 4 : sleep #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -2 lines) Patch
A tools/python/google/httpd_config/httpd2_linux.conf View 1 chunk +139 lines, -0 lines 0 comments Download
M tools/python/google/platform_utils.py View 1 chunk +2 lines, -2 lines 0 comments Download
A tools/python/google/platform_utils_linux.py View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
tony
platform_utils_linux.py is almost a direct copy of the mac version. httpd2_linux.conf is a stripped down ...
11 years, 4 months ago (2009-08-25 00:50:52 UTC) #1
Nirnimesh
LGTM http://codereview.chromium.org/174378/diff/1/4 File tools/python/google/platform_utils_linux.py (right): http://codereview.chromium.org/174378/diff/1/4#newcode112 Line 112: ' -c \'LockFile "%(lock_file)s"\'' Don't you need ...
11 years, 4 months ago (2009-08-25 11:17:12 UTC) #2
tony
11 years, 4 months ago (2009-08-25 17:45:47 UTC) #3
On 2009/08/25 11:17:12, Nirnimesh wrote:
> LGTM
> 
> http://codereview.chromium.org/174378/diff/1/4
> File tools/python/google/platform_utils_linux.py (right):
> 
> http://codereview.chromium.org/174378/diff/1/4#newcode112
> Line 112: ' -c \'LockFile "%(lock_file)s"\''
> Don't you need -c SSLCertificateFile to use https?

Fixed.  I had to enable mod_ssl for it to work.  I also added a sleep to the
stop http server command because sometimes the port wasn't available fast enough
for the second http page cycler.

Powered by Google App Engine
This is Rietveld 408576698