Your IP : 216.73.216.213
�
��f� c @ s� d Z d d l Z d d l Z d d l Z d d l m Z m Z d d � Z e d k r� e j d Z
e e j � d k r� e e j d � n d Z
e j d
e
e � Z e d j e
e
� � y e j � Wq� e k
r� e d � Yq� Xn d S(
u
Small wsgiref based web server. Takes a path to serve from and an
optional port number (defaults to 8000), then tries to serve files.
Mime types are guessed from the file names, 404 errors are raised
if the file is not found. Used for the make serve target in Doc.
i N( u
simple_serveru utilc C s� t j j t | d d d � � } d | j t j j � d k rZ t j j | d � } n t j | � d } t j j | � r� | d d | f g � t j t
| d � � S| d d
g � d g Sd S( Nu PATH_INFOi u .u
index.htmli u 200 OKu Content-Typeu rbu
404 Not Foundu
text/plains not foundi����( u Content-Typeu
text/plain( u osu pathu joinu splitu sepu mimetypesu
guess_typeu existsu utilu FileWrapperu open( u environu respondu fnu type( ( u8 /opt/alt/python33/lib64/python3.3/Tools/scripts/serve.pyu app
s #u appu __main__i i i@ u u( Serving {} on port {}, control-C to stopu Shutting down.( u __doc__u sysu osu mimetypesu wsgirefu
simple_serveru utilu appu __name__u argvu pathu lenu intu portu make_serveru httpdu printu formatu
serve_foreveru KeyboardInterrupt( ( ( u8 /opt/alt/python33/lib64/python3.3/Tools/scripts/serve.pyu <module> s
.