Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
data-networks-web
lab-exercises
Commits
fd88bc0d
Commit
fd88bc0d
authored
Nov 10, 2017
by
Sorrel Harriet
Browse files
Update verySimpleServer.py
parent
5ed56434
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab-5/verySimpleServer.py
View file @
fd88bc0d
...
...
@@ -3,9 +3,9 @@
""" A Very Simple Web Server
Run with ./verySimpleServer.py
Make sure all
cgi
scripts are executable
for single script:
chmod +x
script
.py
Make sure all scripts are executable
e.g.
for single script:
chmod +x
verySimpleServer
.py
or for a whole directory:
chmod -r +x htdocs/
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment