fixed parsing for science direct html with more than one <a href=> per one <tr>
[webpac] / httpd.conf
1
2 # make swish indexing interface available
3 Alias /webpac-dev /data/webpac/public_html
4 AddHandler cgi-script .cgi
5 <Directory /data/webpac/public_html/>
6         DirectoryIndex index.cgi
7         Options ExecCGI FollowSymLinks Indexes
8         AllowOverride None
9         Order allow,deny
10         Allow from all
11 </Directory>
12