/[webpac]/branches/biomed/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/biomed/httpd.conf

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

trunk/httpd.conf revision 7 by dpavlin, Sat Jan 11 16:44:03 2003 UTC branches/biomed/httpd.conf revision 346 by dpavlin, Sun Jun 13 12:57:22 2004 UTC
# Line 1  Line 1 
1    
2  # make swish indexing interface available  # make swish indexing interface available
3  Alias /webpac /data/webpac/public_html  Alias /webpac-dev /data/webpac/public_html
4    AddHandler cgi-script .cgi
5  <Directory /data/webpac/public_html/>  <Directory /data/webpac/public_html/>
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.7  
changed lines
  Added in v.346

  ViewVC Help
Powered by ViewVC 1.1.26