# # Virtual Hosts # # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # #NameVirtualHost *:80 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ServerName or ServerAlias in any block. # DocumentRoot "C:/www/texddm2/django_app/config" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/texddm2/django_app/config/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/texddm2/static Order deny,allow Allow from all DocumentRoot "C:/www/smart-new/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/smart-new/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/smart-new/stroot Order deny,allow Allow from all DocumentRoot "C:/www/smart-8004/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/smart-8004/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/smart-8004/stroot Order deny,allow Allow from all DocumentRoot "C:/www/smart-coordi/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/smart-coordi/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/smart-coordi/stroot Order deny,allow Allow from all DocumentRoot "C:/www/smart/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/smart/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/smart/stroot Order deny,allow Allow from all DocumentRoot "C:/www/webtex3d-fukushin/fukushin" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/webtex3d-fukushin/fukushin/wsgi.py" Order deny,allow Allow from all DocumentRoot "C:/www/elite/elite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/elite/elite/wsgi.py" Order deny,allow Allow from all DocumentRoot "C:/www/webtex3d-mobile2/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/webtex3d-mobile2/mysite/wsgi.py" Order deny,allow Allow from all DocumentRoot "C:/www/webtex3d-KO/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/webtex3d-KO/mysite/wsgi.py" Order deny,allow Allow from all DocumentRoot "C:/www/texpro_image_search/texpro_image_search/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/texpro_image_search/texpro_image_search/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/texpro_image_search/texpro_image_search/stroot Order deny,allow Allow from all DocumentRoot "C:/www/smart_8001/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/smart_8001/mysite/wsgi.py" Order deny,allow Allow from all Alias /static c:/www/smart_8001/stroot Order deny,allow Allow from all DocumentRoot "C:/var_shirt_youngwoo/youngwoo" ServerName "CompileServer_test" WSGIScriptAlias / "C:/var_shirt_youngwoo/youngwoo/wsgi.py" Order deny,allow Allow from all WSGIApplicationGroup %{GLOBAL} DocumentRoot "C:/var_w3d/www/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/var_w3d/www/mysite/wsgi.py" Order deny,allow Allow from all DocumentRoot "C:/www/webtex3d-mobile/mysite" ServerName "CompileServer_test" WSGIScriptAlias / "C:/www/webtex3d-mobile/mysite/wsgi.py" Order deny,allow Allow from all # Alias /static c:/www/texddm/stroot # # Order deny,allow # Allow from all #