mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
2ce2081d2f
http://www.caucho.com/resin-3.0/features/resin-3.0.8.xtp PR: ports/68002 Submitted by: maintainer
21 lines
800 B
Plaintext
21 lines
800 B
Plaintext
--- conf/resin.conf.orig Tue Jun 15 10:50:09 2004
|
|
+++ conf/resin.conf Tue Jun 15 10:50:47 2004
|
|
@@ -158,7 +158,7 @@
|
|
- With another web server, like Apache, this can be commented out
|
|
- because the web server will log this information.
|
|
-->
|
|
- <access-log path='logs/access.log'
|
|
+ <access-log path='log/access.log'
|
|
format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
|
|
rollover-period='1W'/>
|
|
|
|
@@ -186,7 +186,7 @@
|
|
</host-default>
|
|
|
|
<!-- includes the web-app-default for default web-app behavior -->
|
|
- <resin:import path="${resinHome}/conf/app-default.xml"/>
|
|
+ <resin:import path="%%PREFIX%%/etc/%%APP_NAME%%/app-default.xml"/>
|
|
|
|
<!-- configures the default host, matching any host name -->
|
|
<host id=''>
|