SPECS: template-webapp.spec - sample lighttpd config
glen
glen at pld-linux.org
Tue Oct 16 07:20:25 CEST 2007
Author: glen Date: Tue Oct 16 05:20:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- sample lighttpd config
---- Files affected:
SPECS:
template-webapp.spec (1.56 -> 1.57)
---- Diffs:
================================================================
Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.56 SPECS/template-webapp.spec:1.57
--- SPECS/template-webapp.spec:1.56 Tue Oct 16 07:19:01 2007
+++ SPECS/template-webapp.spec Tue Oct 16 07:20:20 2007
@@ -50,6 +50,12 @@
</Directory>
EOF
+cat > lighttpd.conf <<'EOF'
+alias.url += (
+ "/%{name}" => "%{_appdir}",
+)
+EOF
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sysconfdir}
@@ -102,6 +108,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.57 2007/10/16 05:20:20 glen
+- sample lighttpd config
+
Revision 1.56 2007/10/16 05:19:01 glen
- use cp -a to preserve timestamps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-webapp.spec?r1=1.56&r2=1.57&f=u
More information about the pld-cvs-commit
mailing list