Changeset 2094
- Timestamp:
- 02/26/2008 07:13:55 PM (4 months ago)
- Files:
-
- branches/lighttpd-1.4.x/tests/mod-proxy.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/tests/mod-proxy.t
r2027 r2094 23 23 $tf_real->{PORT} = 2048; 24 24 $tf_real->{CONFIGFILE} = 'lighttpd.conf'; 25 $tf_real->{LIGHTTPD_PIDFILE} = $tf_real->{ SRCDIR}.'/tmp/lighttpd/lighttpd.pid';25 $tf_real->{LIGHTTPD_PIDFILE} = $tf_real->{TESTDIR}.'/tmp/lighttpd/lighttpd.pid'; 26 26 27 27 $tf_proxy->{PORT} = 2050; 28 28 $tf_proxy->{CONFIGFILE} = 'proxy.conf'; 29 $tf_proxy->{LIGHTTPD_PIDFILE} = $tf_proxy->{ SRCDIR}.'/tmp/lighttpd/lighttpd-proxy.pid';29 $tf_proxy->{LIGHTTPD_PIDFILE} = $tf_proxy->{TESTDIR}.'/tmp/lighttpd/lighttpd-proxy.pid'; 30 30 31 31 ok($tf_real->start_proc == 0, "Starting lighttpd") or die();

