/[webpac]/branches/ecas/httpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/ecas/httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/httpd.conf revision 10 by dpavlin, Thu Jan 16 17:35:54 2003 UTC branches/ecas/httpd.conf revision 774 by dpavlin, Sun Aug 3 00:22:33 2008 UTC
# Line 1  Line 1 
   
1  # make swish indexing interface available  # make swish indexing interface available
2  Alias /webpac /data/webpac/public_html  Alias /webpac-ecas /data/webpac-ecas/public_html-ecas
3    Alias /webpac-ecas-baze /data/webpac-ecas/public_html-ecas
4  AddHandler cgi-script .cgi  AddHandler cgi-script .cgi
5  <Directory /data/webpac/public_html/>  <Directory /data/webpac-ecas/public_html-ecas/>
6          DirectoryIndex index.cgi          DirectoryIndex index.cgi
7          Options ExecCGI FollowSymLinks Indexes          Options ExecCGI FollowSymLinks Indexes
8          AllowOverride None          AllowOverride None
9          Order allow,deny          Order allow,deny
10          Allow from all          Allow from all
11            SetEnv LC_COLLATE hr_HR
12            SetEnv LC_CTYPE hr_HR
13  </Directory>  </Directory>
14    

Legend:
Removed from v.10  
changed lines
  Added in v.774

  ViewVC Help
Powered by ViewVC 1.1.26