Changes between Version 1 and Version 2 of Swish-e
- Timestamp:
- 09/05/08 23:01:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Swish-e
v1 v2 21 21 delay_sec => '1', 22 22 max_depth => '1', 23 credentials => ' dayabay:3quarks'23 credentials => 'username:password' 24 24 ); 25 25 … … 29 29 delay_sec => '1', 30 30 max_depth => '1', 31 credentials => ' dayabay:3quarks'31 credentials => 'username:password' 32 32 ); 33 33 … … 37 37 delay_sec => '1', 38 38 max_depth => '1', 39 credentials => ' dayabay:3quarks'39 credentials => 'username:password' 40 40 ); 41 41 … … 45 45 delay_sec => '1', 46 46 max_depth => '1', 47 credentials => ' dayabay:3quarks'47 credentials => 'username:password' 48 48 ); 49 49 … … 53 53 delay_sec => '1', 54 54 max_depth => '1', 55 credentials => ' dayabay:3quarks'55 credentials => 'username:password' 56 56 ); 57 57 … … 68 68 delay_sec => '1', 69 69 max_depth => '2', 70 credentials => ' dayabay:3quarks'70 credentials => 'username:password' 71 71 ); 72 72 … … 76 76 delay_sec => '1', 77 77 max_depth => '10', 78 credentials => ' dayabay:3quarks'78 credentials => 'username:password' 79 79 ); 80 80 … … 84 84 delay_sec => '1', 85 85 max_depth => '2', 86 credentials => ' dayabay:3quarks'86 credentials => 'username:password' 87 87 ); 88 88 … … 121 121 /usr/local/bin/swish-e -c swish.conf -S prog 122 122 }}} 123 124 == Trouble shooting == 125 {{{ 126 Warning: Unknown header line: 'h-Name: http://www.xxx.xxx/xx.htm' from program spider.pl 127 err: External program failed to return required headers Path-Name:. 128 }}} 129 * my $bytecount = length($$content); 130 * see http://swish-e.org/archive/2007-03/11360.html 131