Commit c97acdfaaf30ddfe9e24314aac5eb50a5286a29c

Authored by michael
1 parent 0aef75ee

removed tokens


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@665 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 8 additions and 5 deletions
etc/httpd.conf
@@ -1330,11 +1330,11 @@ SSLLogLevel info @@ -1330,11 +1330,11 @@ SSLLogLevel info
1330 #</IfDefine> 1330 #</IfDefine>
1331 1331
1332 <VirtualHost _default_:443> 1332 <VirtualHost _default_:443>
1333 - ServerAdmin @ServerAdmin@  
1334 - DocumentRoot @DocumentRoot@  
1335 - ServerName @ServerName@  
1336 - ErrorLog logs/@ServerName@-error_log  
1337 - CustomLog logs/@ServerName@-access_log common 1333 + ServerAdmin michael@jamwarehouse.com
  1334 + DocumentRoot /usr/local/www/owl/dms
  1335 + ServerName gobbler.jamwarehouse.com
  1336 + ErrorLog logs/gobbler.jamwarehouse.com-error_log
  1337 + CustomLog logs/gobbler.jamwarehouse.com-access_log common
1338 AddType application/x-httpd-php .php .phtml 1338 AddType application/x-httpd-php .php .phtml
1339 <IfDefine SSL> 1339 <IfDefine SSL>
1340 SSLEngine on 1340 SSLEngine on
@@ -1345,4 +1345,7 @@ SSLLogLevel info @@ -1345,4 +1345,7 @@ SSLLogLevel info
1345 SSLOptions +StdEnvVars 1345 SSLOptions +StdEnvVars
1346 </Files> 1346 </Files>
1347 </IfDefine> 1347 </IfDefine>
  1348 + <Directory "/usr/local/www/owl/dms/Documents">
  1349 + Deny From all
  1350 + </Directory>
1348 </VirtualHost> 1351 </VirtualHost>