[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/etc/apache2se/sites-available/ -> default (source)

   1  NameVirtualHost *
   2  <VirtualHost *>
   3      ServerAdmin webmaster@localhost
   4      
   5      DocumentRoot /var/www/se3/
   6      <Directory />
   7          Options FollowSymLinks
   8          AllowOverride None
   9      </Directory>
  10      <Directory /var/www/se3>
  11          Options -Indexes FollowSymLinks MultiViews
  12          AllowOverride None
  13          Order allow,deny
  14          allow from all
  15          # This directive allows us to have apache2's default start page
  16                  # in /apache2-default/, but still have / go to the right place
  17          # RedirectMatch ^/$ /se3/
  18      </Directory>
  19  
  20      <Directory /var/www/se3/setup>
  21          AllowOverride All
  22      </Directory>
  23      ScriptAlias /cgi-bin/ /usr/lib/cgi-binse/
  24      <Directory "/usr/lib/cgi-binse">
  25          AllowOverride None
  26          Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
  27          Order allow,deny
  28          Allow from all
  29      </Directory>
  30  
  31      ErrorLog /var/log/apache2/errorse.log
  32  
  33      # Possible values include: debug, info, notice, warn, error, crit,
  34      # alert, emerg.
  35      LogLevel warn
  36  
  37      CustomLog /var/log/apache2se/accessse.log combined
  38      ServerSignature On
  39  
  40      Alias /doc/ "/usr/share/doc/"
  41      <Directory "/usr/share/doc/">
  42          Options Indexes MultiViews FollowSymLinks
  43          AllowOverride None
  44          Order deny,allow
  45          Deny from all
  46          Allow from 127.0.0.0/255.0.0.0 ::1/128
  47      </Directory>
  48  
  49  </VirtualHost>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1