mpExperienceEpload: use apache
With HTTPSimpleServer, issue with lot of connections
This commit is contained in:
parent
d7e3307348
commit
6367856ee0
@ -42,7 +42,7 @@ class MpExperienceEpload(MpExperience):
|
|||||||
MpExperienceEpload.SERVER_LOG )
|
MpExperienceEpload.SERVER_LOG )
|
||||||
|
|
||||||
def getHTTPServerCmd(self):
|
def getHTTPServerCmd(self):
|
||||||
s = "python -m SimpleHTTPServer 8123 &>" + MpExperienceEpload.SERVER_LOG + " &"
|
s = "/etc/init.d/apache2 restart &>" + MpExperienceEpload.SERVER_LOG + " &"
|
||||||
print(s)
|
print(s)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user