### Section 3: Virtual Hosts # # VirtualHost: 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 requests without a known # server name. # # # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log # CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common # # # The First Virtual Host is also your DEFAULT Virtual Host. # This means any requests that do not match any other vhosts will # goto this virtual host. # # # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # DocumentRoot "/var/www/localhost/htdocs" # # This should be changed to whatever you set DocumentRoot to. # # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs-2.0/mod/core.html#options # for more information. # Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all # this must match a Processor ServerEnvironment apache apache # these are optional - defaults to the values specified in httpd.conf MinSpareProcessors 4 MaxProcessors 20 ServerName django.localhost.in SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE pijama.settings PythonOption django.root /pijama PythonDebug On PythonPath "['/home/oguz/neu/innova/people/oguz/', '/home/oguz/neu/innova/people/oguz/pijama/'] + sys.path" Alias /media/ /var/www/localhost/htdocs/pijama/ SetHandler None # settings for innovation helpdesk SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE jutda.settings PythonOption django.root /jutda PythonDebug On PythonPath "['/home/oguz/django-projects/', '/home/oguz/django-projects/jutda/'] + sys.path" Alias /helpdesk/ /var/www/localhost/htdocs/helpdesk/htdocs/ SetHandler None Alias /media/ /var/www/localhost/htdocs/helpdesk/htdocs/media/ SetHandler None # # SetHandler None # # setting for ssk helpdesk SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE jutda_dc.settings PythonOption django.root /jutdadc PythonDebug On PythonPath "['/home/oguz/django-projects/', '/home/oguz/django-projects/jutda_dc/'] + sys.path" Alias /helpdesk/ /var/www/localhost/htdocs/helpdesk_dc/htdocs/ SetHandler None Alias /media/ /var/www/localhost/htdocs/helpdesk_dc/htdocs/media/ SetHandler None SetHandler None # setting for ssk helpdesk SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mtest.settings PythonOption django.root /mtest PythonDebug On PythonPath "['/home/oguz/django-projects/', '/home/oguz/django-projects/mtest/'] + sys.path" SetHandler None # settings for djagen SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE djagen.settings PythonOption django.root /djagen PythonDebug On PythonPath "['/home/oguz/django-projects/', '/home/oguz/django-projects/djagen/'] + sys.path" Alias /djagenmedia/ /var/www/localhost/htdocs/djagen/ SetHandler None SetHandler None #settings for noan SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE noan.settings PythonOption django.root /noan PythonDebug On PythonPath "['/home/oguz/django-projects/', '/home/oguz/django-projects/noan/'] + sys.path" Alias /noanmedia/ /var/www/localhost/htdocs/noan/media/ SetHandler None Alias /admin_media/ /usr/lib/python2.5/site-packages/django/contrib/admin/media SetHandler None SetHandler None