index
:
local-COMMON
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apache
/
virtual
/
VIRTUAL
diff options
context:
1
begin
;
-- General Brazilien Portuguese COA
-- sample only
insert into
chart
(
accno
,
description
,
charttype
,
gifi_accno
,
category
,
link
)
values
(
'1000'
,
'RECURSOS ATUAIS'
,
'H'
,
''
,
'A'
,
''
);
insert into
chart
(
accno
,
description
,
charttype
,
gifi_accno
,
category
,
link
)
values
(
'1060'
,
'Checando Cliente'
,
'A'
,
''
,
'A'
,
'AR_paid:AP_paid'
);
insert into
chart
(
accno
,
description
,
charttype
,
gifi_accno
,
category
,
link
)
values
(
'1065'
,
'Caixa Baixo'
-rw-r--r--
apache/virtual/VIRTUAL
38
1 files changed, 0 insertions, 38 deletions
diff --git a/apache/virtual/VIRTUAL b/apache/virtual/VIRTUAL
deleted file mode 100644
index 1940715..0000000
--- a/
apache/virtual/VIRTUAL
+++ /dev/null
@@ -1,38 +0,0 @@
-RewriteEngine On
-RewriteRule /VIRTUAL/([^/]+) http://$1 [R]
-RewriteCond %{HTTP_HOST} ^rip$ [NC]
-RewriteRule / http://rip:631/ [R,L]
-RewriteCond %{HTTP_HOST} ^proxy$ [NC]
-RewriteRule / http://rip:8080/ [R,L]
-
-#UseCanonicalName DNS
-UseCanonicalName Off
-
-NameVirtualHost *
-
-<VirtualHost _DEFAULT_>
- DocumentRoot /var/www
- ScriptAlias /cgi-local /var/www/cgi-local
- <Location />
- Options +ExecCGI
- AuthPAM_Enabled On
- </Location>
- <Files bos*.cgi>
- AuthType Basic
- AuthName BOS
- require group users
- </Files>
-</VirtualHost>
-<VirtualHost *>
- VirtualDocumentRoot /var/www/VIRTUAL/%0/www
- VirtualScriptAlias /var/www/VIRTUAL/%0/cgi-local
- <Location />
- Options +ExecCGI
- AuthPAM_Enabled On
- </Location>
- <Files bos*.cgi>
- AuthType Basic
- AuthName BOS
- require group users
- </Files>
-</VirtualHost>