/[webpac]/trunk/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

Contents of /trunk/httpd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 344 - (show annotations)
Sun Jun 13 12:47:07 2004 UTC (19 years, 9 months ago) by dpavlin
File size: 333 byte(s)
set enviroment variables LC_COLLATE and LC_CTYPE (needed by SQLite to
convert charset to upper characters correctly)

1
2 # make swish indexing interface available
3 Alias /webpac-dev /data/webpac/public_html
4 AddHandler cgi-script .cgi
5 <Directory /data/webpac/public_html/>
6 DirectoryIndex index.cgi
7 Options ExecCGI FollowSymLinks Indexes
8 AllowOverride None
9 Order allow,deny
10 Allow from all
11 SetEnv LC_COLLATE hr_HR
12 SetEnv LC_CTYPE hr_HR
13 </Directory>
14

Properties

Name Value
cvs2svn:cvs-rev 1.3

  ViewVC Help
Powered by ViewVC 1.1.26