[General] Webboard: Indexer not working for name-based https site

2017-06-29 Thread bar
Author: Stan Email: Message: Just want to add that mnogosearch's attempt at indexing the https version of the site produces no apache access logs leading me to believe that the indexer doesn't even try to access the site in the first place. Indexing the non-ssl version generates hits in the acc

[General] Webboard: Indexer not working for name-based https site

2017-06-27 Thread bar
Author: Stan Email: Message: Hi, I switched a development site to using https, using name-based host matching in apache (same IP, multiple sites) and the mnogosearch indexer no longer works: [10072]{01} URL: https://test.somesite.com/ [10072]{01} ROBOTS: https://test.somesite.com/robots.txt [10

[General] Webboard: Indexer: unknown option '-E'

2016-05-26 Thread bar
Author: Dmitriy Kulikov Email: Message: Thanks for the quick response! It works! # indexer --index [22029]{--} Indexing [22029]{--} Loading URL list [22029]{--} URL list loaded: 250 documents, 0.01 sec [22029]{--} Indexing document contents [22029]{--} Freeing cache [22029]{--} Freeing cache done

[General] Webboard: Indexer: unknown option '-E'

2016-05-26 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Hi, > Hi! > > I did a fresh install of mnogosearch-3.4.1 on FreeBSD 10.3 > Indexer run OK, but I have error: > # indexer -l -Eblob > /usr/local/bin/indexer: unknown option '-E' Please use "indexer --index" instead of "indexer -Eblob".

[General] Webboard: Indexer: unknown option '-E'

2016-05-26 Thread bar
Author: Dmitriy Kulikov Email: Message: Hi! I did a fresh install of mnogosearch-3.4.1 on FreeBSD 10.3 Indexer run OK, but I have error: # indexer -l -Eblob /usr/local/bin/indexer: unknown option '-E' As a result, the search base does not work. The database was created by: # indexer --create i

[General] Webboard: Indexer : How to get all H2 tags on the page

2016-05-04 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > Hello, > > Section h2 23 256 "]*)>([^$3]+)()" $2 > > this work well, but the indexer only store the first he found in > database and ignore all the others H2. > > Is there a way to get all tags like the functio

[General] Webboard: Indexer : How to get all H2 tags on the page

2016-05-04 Thread bar
Author: rafikCyc Email: Message: Hello, Section h2 23 256 "]*)>([^$3]+)()" $2 this work well, but the indexer only store the first he found in database and ignore all the others H2. Is there a way to get all tags like the function preg_match_all does in PHP ? Reply:

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > finally solved my problem with logging on the mysql-database ... after > mnogo tried to lock a table it quit ... so the lock-table-right was > missing for the mnogo-user (also missing in your documentary) I put this on my TODO to ad

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Hello, > Hello, > > i had to move a website from an older server to a new one. on the old > server in installed mnogosearch and it worked great. on the new server > the indexer wont work. i created a mysql-user for the mnogo-database

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: finally solved my problem with logging on the mysql-database ... after mnogo tried to lock a table it quit ... so the lock-table-right was missing for the mnogo-user (also missing in your documentary) Reply:

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: i am starting to think this mnogo hates me :( i made a script with this inside: /usr/local/mnogosearch/sbin/indexer -Edrop >> indexer.log 2>> error.log /usr/local/mnogosearch/sbin/indexer -Ecreate >> indexer.log 2>> error.log /usr/local/mnogosearch

[General] Webboard: indexer not working

2014-02-12 Thread bar
Author: roebert Email: stu...@gmail.com Message: mysql seems not to be the problem: dsec023:/opt/src/mnogosearch-3.3.15 # mysql -u mnogo -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12070 Server version: 5.5.31-log Source distribution Co

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: momma Email: Message: p.s. you can also google: mysql error 1044 for other possible solutions if needed. Reply: ___ General mailing list General@mnogosearch.org http://lists.mnogosearch

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: momma Email: Message: Perhaps the user has not been granted the proper privs to the database. I believe the mysql command is: show grants for username where username -s the username you are using in the config file. But, I would Google it first to be sure. mnogosearch probably needs f

[General] Webboard: indexer not working

2014-02-11 Thread bar
Author: roebert Email: stu...@gmail.com Message: connecting from commandline is working with the mnogo-user ... Reply: ___ General mailing list General@mnogosearch.org http://lists.mnogosearch.org/

[General] Webboard: indexer not working

2014-02-10 Thread bar
Author: momma Email: Message: Those errors mean that the app can not connect to mysql using the username and password you provided. try just running mysql from the command line to make sure you can login using those parameters: mysql -uusername -ppassword databasename example: mysql -umnogo

[General] Webboard: indexer not working

2014-02-10 Thread bar
Author: roebert Email: stu...@gmail.com Message: Hello, i had to move a website from an older server to a new one. on the old server in installed mnogosearch and it worked great. on the new server the indexer wont work. i created a mysql-user for the mnogo-database and edited search.htm and ind

[General] Webboard: Indexer with regex

2013-11-13 Thread bar
Author: Laurent Email: Message: Hi Alex, Ok, I finally found the issue... First, there was a: Allow NoMatch Regex \.php$|\.cgi$|\.pl$ Activated. Because of it, mostly all URLs were acceptable. This because this allow was before the disallow related to the servers. This totally changed my appro

[General] Webboard: Indexer with regex

2013-11-11 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > indexer from mnogosearch-3.3.14-mysql started with > '/usr/local/etc/mnogosearch/indexer.conf' > [57177]{01} URL: https://www.a.com/index.php/code_2007_:_Selection > [57177]{01} Server Path Allow 'https://www.a.com/' > [57177]{01} All

[General] Webboard: Indexer with regex

2013-11-09 Thread bar
Author: Laurent Email: Message: indexer from mnogosearch-3.3.14-mysql started with '/usr/local/etc/mnogosearch/indexer.conf' [57177]{01} URL: https://www.a.com/index.php/code_2007_:_Selection [57177]{01} Server Path Allow 'https://www.a.com/' [57177]{01} Allow Regex InSensitive '\.php$|\.cgi$|\.p

[General] Webboard: Indexer with regex

2013-11-09 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: > Hi Alex, > > Thanks for your answer. > > I did not wrote perfectly the URL. > What you wrote is what I did and it does not work, apparently. > I am on FreeBSD, mnoGo 3.3.14 > > Disallow regex www.a.com/news/*/2000/* > Disallow regex

[General] Webboard: Indexer with regex

2013-11-09 Thread bar
Author: Laurent Email: Message: Hi Alex, Thanks for your answer. I did not wrote perfectly the URL. What you wrote is what I did and it does not work, apparently. I am on FreeBSD, mnoGo 3.3.14 Disallow regex www.a.com/news/*/2000/* Disallow regex www.a.com/index.html\?*setlang=za Server https:/

[General] Webboard: Indexer with regex

2013-11-09 Thread bar
Author: Alexander Barkov Email: b...@mnogosearch.org Message: Hi, > Hi Guys, > > It's a long since my udm-gw script in Y2K. > I am back on mnoGosearch and face a newbie issue I cant solve. > > I want to index a server but not some specific regex on it. > I tried disallow with server, all fails.

[General] Webboard: Indexer with regex

2013-11-09 Thread bar
Author: Laurent Email: Message: Hi Guys, It's a long since my udm-gw script in Y2K. I am back on mnoGosearch and face a newbie issue I cant solve. I want to index a server but not some specific regex on it. I tried disallow with server, all fails. Server disallow with pattern is not possible to

Webboard: indexer doesnt work in all cases

2002-09-19 Thread nobody
Author: denis Email: [EMAIL PROTECTED] Message: hi all i'd like to know if there is a lenght paramter to set up because when i have to index large items index doesn't seem to work eg : Joshua Redman - Spirit Of the Moment Live At The Village Vanguard (disc 2 of 2) is not indexed directory is co

Webboard: Indexer with Firewall

2002-06-27 Thread nobody
Author: Ramil Email: [EMAIL PROTECTED] Message: Hello. Send me your indexer log file. Regards, Ramil. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Indexer with Firewall

2002-06-27 Thread nobody
Author: Norbert Bettstein Email: Message: Hello, we have the Windows-Version of mnoGoSearch. Since our web-server was put behind a firewall the indexer does not work anymore. When I enter the Proxy in the server settings it starts but does not process any files. Are there some ports or prot

Webboard: Indexer

2002-04-30 Thread Ramil Kalimullin
Author: Ramil Kalimullin Email: [EMAIL PROTECTED] Message: Hello! First of all please take a look at your statistics information: indexer -S Regards, Ramil. Reply: ___ If you want to unsubscribe sen

Webboard: Indexer

2002-04-30 Thread taric
Author: taric Email: [EMAIL PROTECTED] Message: Hello, could you help me with indexing of local site. I compile mnoGo myself and then set all configuration files, but when i start indexer (./indexer -a -v5) it start working (i see how it scaning my syte) but then there is no entries in DB (MySQL

Webboard: indexer not indexing

2002-04-27 Thread berber
Author: berber Email: [EMAIL PROTECTED] Message: When I start the indexer it starts and stops immediately : ./indexer Indexer[22811]: indexer from UdmSearch v.3.0.23/MySQL started with '/usr/local/udmsearch/etc/indexer.conf' Indexer[22811]: [1] Done Reply:

Re: Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-22 Thread Alexander Barkov
Piotr Szczepanski wrote: >>may be best solution is to alter all text fields to text type. > > > I have been thinking about this kind of solution, but I consider it > quite a risky activity since it may lead to a possible DoS attack > against the database server. Correct me if I'm wrong, but I se

Re: Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-20 Thread Maxime Zakharov
Hi, Try latest version from CVS. You may specify size for title, description, keywords sections in indexer.congf file. And indexer strip its size to appropriate length before storing. Piotr Szczepanski wrote: >>may be best solution is to alter all text fields to text type. >> > > I have been

Re: Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-19 Thread Piotr Szczepanski
> may be best solution is to alter all text fields to text type. I have been thinking about this kind of solution, but I consider it quite a risky activity since it may lead to a possible DoS attack against the database server. Correct me if I'm wrong, but I see it so that any person would be ab

Re: Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-19 Thread Maxime Zakharov
Hi, may be best solution is to alter all text fields to text type. Piotr Szczepanski wrote: > Author: Piotr Szczepanski > Email: [EMAIL PROTECTED] > Message: > I am experiencing the following problem with the indexer. I'm using mnoGoSearch >version 3.2.3 with PostgreSQL 7.2. > > When I try to

Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-19 Thread Piotr Szczepanski
Author: Piotr Szczepanski Email: [EMAIL PROTECTED] Message: I am experiencing the following problem with the indexer. I'm using mnoGoSearch version 3.2.3 with PostgreSQL 7.2. When I try to index documents by issuing; % ./indexer -a Sooner or later the indexer crashes because of the following e

Webboard: Indexer not following links on page

2002-04-03 Thread maxime
Author: maxime Email: Message: This fixed in current CVS version. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Indexer skips a URL

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Yes, I tried it with trailing slashes. It made no difference at all. It gets all of >the holtz.com URL, but only a couple pages from the netgain.org URL. No ideas. Try to index netgain.org separately from holtz.com from scratch, using

Webboard: indexer runs and search.cgi does not

2002-03-30 Thread Cédric Haindl
Author: Cédric Haindl Email: [EMAIL PROTECTED] Message: Hi, I ran into the very same problem, but it seems, that no solution has been found according to theses postings here. So, did anyone ever found a cure to the bland-page-syndrome? I have a Cobalt RaQ4r. Could it be, that there is a proble

Webboard: Indexer not following links on page

2002-03-28 Thread Jody McIntyre
Author: Jody McIntyre Email: Message: The indexer is not following links from https://mail.oeone.com/mailman/listinfo/ . There are several mailing list info pages linked from this page but none of these are indexed. This part of the site is publically accessible; can anyone get mnogosearch t

Webboard: Indexer still skipps some pages

2002-03-26 Thread maxime
Author: maxime Email: Message: Which files ? Please provide an example these files and indexer -v 6 output for it processing. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAI

Webboard: Indexer still skipps some pages

2002-03-26 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: I'll look into that, but I still have another problem. Indexer is ignoring several .htm files that are part of the root directory while indexing others. There is nothing different about the files it's skipping from the ones it's indexing. Any

Webboard: Indexer still skipps some pages

2002-03-26 Thread maxime
Author: maxime Email: Message: > > When I ran -amv6 -u http://www.netgain.org/update/ (which is the subdirectory I >really need indexed), I got the following: > > Indexer[9007]: [1] http://www.netgain.org/update/ > Indexer[9007]: [1] Server 'http://www.netgain.org/' > Indexer[9007]: [1] Allow

Webboard: Indexer still skipps some pages

2002-03-26 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: I've tried everything! Indexer in the next version still grabs only a few pages from one URL while getting everything in another. It's not even indexing all the HTML pages in the root directory; just some of them! When I ran -amv6 -u http://w

Webboard: Indexer ignoring Disallows

2002-03-26 Thread Michael Caplan
Author: Michael Caplan Email: [EMAIL PROTECTED] Message: Hi, Why is it that in the below config file, the Disallow's are ignored when the indexer crawls the web sites? Should the Dissallow's be placed elsewhere in the configuration file so that they are honoured? Thanks, Michael Institute fo

Webboard: Indexer skips a URL

2002-03-26 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: What would I look for in the Follow statement? It's currently remarked out. Shel Reply: ___ If you want to unsubscribe send "unsubscribe general" t

Webboard: Indexer skips a URL

2002-03-26 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: I tried that; it didn't make a difference. It grabs all of the holtz.com URL, but only a few pages of the netgain.org url. Reply: ___ If you want t

Webboard: Indexer skips a URL

2002-03-26 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: Yes, I tried it with trailing slashes. It made no difference at all. It gets all of the holtz.com URL, but only a couple pages from the netgain.org URL. Reply: ___

Webboard: Indexer skips a URL

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I've set the servers like this in indexer.conf: > > Server http://www.netgain.org > Server http://www.holtz.com > > > Indexer[8510]: [1] Load stopword table 'stopword' > Indexer[8510]: [1] http://www.netgain.org > Indexer[8510]: [1] N

Webboard: Indexer skips a URL

2002-03-25 Thread Peter J. Milanese
Author: Peter J. Milanese Email: [EMAIL PROTECTED],[EMAIL PROTECTED] Message: Have you tried a trailing slash? Think that did it for me. Server http://www.netgain.org/ Server http://www.holtz.com/ Also check the Follow statement Hope that helps P Reply:

Webboard: Indexer skips a URL

2002-03-25 Thread Shel Holtz
Author: Shel Holtz Email: [EMAIL PROTECTED] Message: I've set the servers like this in indexer.conf: Server http://www.netgain.org Server http://www.holtz.com It gets www.holtz.com just fine, but grabs only the top-level pages for www.netgain.org, leaving anything in any subdirectory unsearched

Webboard: indexer not working properly ?

2002-02-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Hye Alex, > > I made some more tests about this problem. > It seem that URL longuer than 128 caracters are not processed by the indexer... > > May this information help ? You are right. mnogosearch doesn't process URLs longer than 127

Webboard: indexer not working properly ?

2002-02-16 Thread pascal
Author: pascal Email: [EMAIL PROTECTED] Message: Hye Alex, I made some more tests about this problem. It seem that URL longuer than 128 caracters are not processed by the indexer... May this information help ? Reply: __

Webboard: indexer not working properly ?

2002-02-15 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Hye, > > I'm indexing an intranet containing ONLY html documents. > One of them contain a follow text string ".odbc.ini". > > When a try to search on the word ".odbc.ini" or "odbc", the >result page is empty.. > > What's wrong > > T

Webboard: indexer not working properly ?

2002-02-15 Thread pascal
Author: pascal Email: [EMAIL PROTECTED] Message: Hye, I'm indexing an intranet containing ONLY html documents. One of them contain a follow text string ".odbc.ini". When a try to search on the word ".odbc.ini" or "odbc", the result page is empty.. What's wrong Thanks Reply:

Webboard: Indexer question on Win NT

2002-02-12 Thread Ramil
Author: Ramil Email: [EMAIL PROTECTED] Message: Please use this command: file:E:/Mydir/ Regards, Ramil. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: Indexer question on Win NT

2002-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > My indexer doesnt index file on local disk > i put this in URL field : file:/E:\Mydir\ > and indexing process finish in 2 seconds wich results in no indexing at all. > > Always use internet-style slashes : file:/E:/Mydir/ Reply:

Webboard: Indexer question on Win NT

2002-02-12 Thread geny
Author: geny Email: Message: My indexer doesnt index file on local disk i put this in URL field : file:/E:\Mydir\ and indexing process finish in 2 seconds wich results in no indexing at all. Reply: ___

Webboard: indexer error

2002-02-06 Thread jembo
Author: jembo Email: jembo@dost,gov.ph Message: you have to include your database libraries in the config file of ur ldconfig.. ex. if u use pgsql in ur mnogo, u have to add /path/to/pgsql/lib in ur ld.so.conf (may be located in /etc). then run as root: ldconfig ld.so.conf after that, restart

Webboard: indexer error

2002-02-06 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Could you describe how are you fixed the problem ? Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: indexer error

2002-02-05 Thread jembo
Author: jembo Email: jembo@dost,gov.ph Message: tnx for all of ur replies... i got it working..for now. i'm running indexer now. i'll post other problems when i encounter them Reply: ___ If you want

Webboard: indexer error

2002-02-05 Thread maxime
Author: maxime Email: Message: man ldconfig You shoul add your postgresql/lib directory to dynamic linker hints. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: indexer error

2002-02-05 Thread Sergei
Author: Sergei Email: Message: hi jembo, if you find out the solution for your problem, please report it here as well, i have the same. May be i'm an idiot, but still FAQ-section just desribe the possible reason for such a mistake and give an idea what to do if you have a linux. Reply:

Webboard: indexer error

2002-02-05 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: Please read http://www.mnogosearch.org/faq.html about topic Why indexer fails with the message like indexer: can't load library 'libmysqlclient.so.6'? Your problem is like this. Reply: ___

Webboard: indexer error

2002-02-04 Thread jembo
Author: jembo Email: jembo@dost,gov.ph Message: i've just installed mnogosearch. but when i run indexer (located at /usr/local/mnogosearch/sbin/ ?) i have this error /usr/libexec/ld-elf.so.1: Shared object "libpq.so.2" not found how can i solve the problem? here's my specs: freeBSD 4.4 mnogo

Webboard: indexer trail output into a file instead of a screen

2002-01-17 Thread Boudewijn van Ingen
Author: Boudewijn van Ingen Email: [EMAIL PROTECTED] Message: This '2>' stuff is actually a trick to redirect stderr (whereas '>' by itself redirects stdout). Any such redirection happens in the command-shell you are using. Apparently you are not using bash or a similar shell. Try searching t

Webboard: indexer trail output into a file instead of a screen

2002-01-17 Thread Dominik
Author: Dominik Email: [EMAIL PROTECTED] Message: "2> file_name" works on Linux, but not on SUN server. when I run it on the SUN server I get this: > /usr/local/mnogosearch/sbin/indexer 2> test2 & Error: can't open config file '2': No such file or directory [3] 4594 [3]Exit 1

Webboard: indexer trail output into a file instead of a screen

2002-01-17 Thread Maxime
Author: Maxime Email: Message: Try "2> file_name". Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: indexer trail output into a file instead of a screen

2002-01-17 Thread Dominik
Author: Dominik Email: [EMAIL PROTECTED] Message: is there an option to output the indexer trail to a file instead of to the screen? I tried the "> file_name" option but it doesn't work. it still prints to the screen instead of the specified file. Thanks Reply:

Webboard: indexer-server table

2002-01-16 Thread marcin
Author: marcin Email: [EMAIL PROTECTED] Message: Why is my question being ignored? Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: indexer-server table

2002-01-12 Thread marcin
Author: marcin Email: [EMAIL PROTECTED] Message: I have run an indexer with set amount of hops,follow world from one url, index number of sites but non of it is in the server table . Now i would like to add the urls from server table. How can i do this? manual is sayng: is not recomendet to

Webboard: indexer does not stop

2002-01-11 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: This only can mean that database is wrong: there is no UNIQUE key on field url. Please check it. > Whenever I run the indexer on our intranet site is never stops, after several >minutes we kill the process. The details of our indexer.conf ar

Webboard: Indexer - not work. Why?

2002-01-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Now: > > indexer[27905]: indexer from mnogosearch-3.2.3-lite started with >'/var/www/mnogosearch/etc/indexer.conf' > indexer[27905]: [1] URL: http://localhost/robots.txt > indexer[27905]: [1] robots.txt support is disallowed for 'local

Webboard: Indexer - not work. Why?

2002-01-11 Thread Dmitry B
Author: Dmitry B Email: [EMAIL PROTECTED] Message: Now: indexer[27905]: indexer from mnogosearch-3.2.3-lite started with '/var/www/mnogosearch/etc/indexer.conf' indexer[27905]: [1] URL: http://localhost/robots.txt indexer[27905]: [1] robots.txt support is disallowed for 'localhost' indexer[27905

Webboard: Indexer - not work. Why?

2002-01-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > When running Indexer: > > indexer[26787]: [1] URL: http://localhost/robots.txt > indexer[26787]: [1] robots.txt support is disallowed for 'localhost' > indexer[26787]: [1] URL: http://localhost > indexer[26787]: [1] No 'Server' command

Webboard: Indexer - not work. Why?

2002-01-10 Thread Dmitry B
Author: Dmitry B Email: [EMAIL PROTECTED] Message: When running Indexer: indexer[26787]: [1] URL: http://localhost/robots.txt indexer[26787]: [1] robots.txt support is disallowed for 'localhost' indexer[26787]: [1] URL: http://localhost indexer[26787]: [1] No 'Server' command for url... deleted.

Webboard: indexer does not stop

2002-01-09 Thread Michael Huber
Author: Michael Huber Email: [EMAIL PROTECTED] Message: I set the indexer to pause for 10 seconds between each URL and found out that is does in fact stop, it just take a few hours to run. I didn't think the site was that large. Reply: ___

Webboard: indexer does not stop

2002-01-08 Thread Michael Huber
Author: Michael Huber Email: [EMAIL PROTECTED] Message: Whenever I run the indexer on our intranet site is never stops, after several minutes we kill the process. The details of our indexer.conf are below. I ran indexer -v 5 ./indexer.conf and I see the same URL's being repeated over and over

Webboard: indexer doesn't index SSI pages

2002-01-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: indexer doesn't process SSI directives, it is apache's directives. You have to index through HTTP without aliasing to local file system. > I am running mnogosearch-3.1.17 on two machines, one RH 7.1 and one 7.2, both use >Apache 1.3.22

Webboard: indexer doesn't index SSI pages

2002-01-03 Thread Rob Walls
Author: Rob Walls Email: [EMAIL PROTECTED] Message: I am running mnogosearch-3.1.17 on two machines, one RH 7.1 and one 7.2, both use Apache 1.3.22. The RH 7.1 server indexes just fine using index.php as main page. Though it is running SSL and I index by aliasing the URL to the doc root in the

Webboard: indexer ignore any parameter in server table

2001-12-16 Thread Gena
Author: Gena Email: [EMAIL PROTECTED] Message: I began to use 'server' table, and I have a problem, when indexer use server table it ignore any other fields except 'url' and indexing with parameter stored in indexer.conf :( help me please.. Reply:

Webboard: indexer not indexing when invoked by cron

2001-12-11 Thread Dean Roberts
Author: Dean Roberts Email: [EMAIL PROTECTED] Message: Apparentley running the cron job as root fixes the problem. This is odd since the non-root user can run ./indexer from the command line just fine but not in a cron job. Reply: __

Webboard: indexer not indexing when invoked by cron

2001-12-11 Thread Dean Roberts
Author: Dean Roberts Email: [EMAIL PROTECTED] Message: Hi Alex, No all the documents are expired. I run ./indexer -C between each test just to make sure the database is empty. Using a verbose level of 5 (-v 5) or 6 (-v 6) the only output is: Indexer[19690]: indexer from mnogosearch-3.1.19/MyS

Webboard: indexer not indexing when invoked by cron

2001-12-10 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Hi folks, > > I have mnogosearch 3.1.19 (latest stable) set up under RedHat Linux 7.1 and indexer >works just great when invoked from the command line. However when I execute it from >crontab (as the same user) it runs but does not index

Webboard: indexer not indexing when invoked by cron

2001-12-10 Thread Dean Roberts
Author: Dean Roberts Email: [EMAIL PROTECTED] Message: Hi folks, I have mnogosearch 3.1.19 (latest stable) set up under RedHat Linux 7.1 and indexer works just great when invoked from the command line. However when I execute it from crontab (as the same user) it runs but does not index anythin

Webboard: indexer

2001-12-09 Thread Carmen Gutiérrez
Author: Carmen Gutiérrez Email: [EMAIL PROTECTED] Message: > indexer from mnogosearch-3.2.0.b1/Oracle8 started with >'/usr/INFO/search/etc/indexer.conf' > [1] URL: http://www.sbg.ac.at:90/robots.txt > [1] URL: http://www.sbg.ac.at:90/working/ > [1] URL: http://www.sbg.ac.at:90/robots.txt > [1] UR

Webboard: indexer in cache-mode

2001-12-05 Thread Mike
Author: Mike Email: [EMAIL PROTECTED] Message: Ok, I ran the splitter using ./run-splitter -p -s -k It didn't seem to do anything. I still have a bunch of "No Title" responses to a search query. Check out http://www.lyricsworld.com/search/ search for anthrax In this case, I think all of the "

Webboard: indexer in cache-mode

2001-12-04 Thread Ramil
Author: Ramil Email: [EMAIL PROTECTED] Message: Hello! You have to run splitter. BR, Ramil. Reply: ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: indexer in cache-mode

2001-12-03 Thread Mike
Author: Mike Email: [EMAIL PROTECTED] Message: Well, I am actually having a problem with removing sites in cache-mode. When I run the indexer command: ./indexer -C -u '%domain.com%', it seems to remove from database ./indexer -S shows less pages ./indexer -S -u '%domain.com%' show 0 results now

Webboard: indexer in cache-mode

2001-11-29 Thread cache-mode
Author: cache-mode Email: [EMAIL PROTECTED] Message: Das running indexer -C -u '%domain.com%' with cache-mode will remove url from DB and from word index? And while indexer ( not splatter ) is running how save for word index and DB is rebooting the box? Or should I kill indexers first? If I decid

Webboard: indexer

2001-11-27 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > why is it that the indexer doesn't want to index the URLs of this form >http://www.website.com > > but indexes sites of this form > http://www.website.com/index.html > > I'm using mnoGoSearch 3.1.19 and indexer is reading from the server

Webboard: indexer

2001-11-26 Thread Dominik
Author: Dominik Email: [EMAIL PROTECTED] Message: why is it that the indexer doesn't want to index the URLs of this form http://www.website.com but indexes sites of this form http://www.website.com/index.html I'm using mnoGoSearch 3.1.19 and indexer is reading from the server table. also, ho

Webboard: indexer -v6: no result

2001-11-23 Thread Pavel Jurzykowski
Author: Pavel Jurzykowski Email: [EMAIL PROTECTED] Message: I've the same problem (Javascript in my index.html, tests for browsers, etc...). Just add all entry point(s) into your indexer.conf URL http://blabla.com/mymenu.php3 URL http://blabla.com/index_ie.html etc. Reply:

Webboard: indexer -v6: no result

2001-11-20 Thread [EMAIL PROTECTED]
Author: [EMAIL PROTECTED] Email: Message: Still not working. Defining http_user_agent variable i should know the proper value for Mnogo robot. Reply: ___ If you want to unsubscribe send "unsubscribe

Webboard: indexer seg fault when connecting to DB

2001-11-16 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Should I replace NULL with localhost:/path/to/mysql.sock& perhaps? Yes, however without localhost. Just /path/to/mysql.sock. This hacking is required only when socket is not under default location compiled in libmysqlclient though. Reply

Webboard: indexer seg fault when connecting to DB

2001-11-16 Thread daniel
Author: daniel Email: Message: Hi, I'm on a shared server running freebsd. I connect to mysql using a socket. I read about editing the sql.c file and replacing NULL with "/path/to/mysql.sock". This is the line that seg faults in indexer.conf: DBAddr mysql://user:password@localhost/mnogo

Webboard: Indexer not reading content

2001-11-14 Thread Paul Johnson
Author: Paul Johnson Email: [EMAIL PROTECTED] Message: I solved the problem by indexing across the disk rather than using http. Solved !! I now have a fully indexed site. Reply: ___ If you want to un

Webboard: Indexer not reading content

2001-11-14 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: To Dmitry, this is definitly thing for FAQ. If indexer doesn't store in database some links that are expected to be stored, two reasons are possible: 1. Indexer doesn't find links on the page. This is probably a bug in HTML parser in this ca

Webboard: Indexer not reading content

2001-11-13 Thread Paul Johnson
Author: Paul Johnson Email: [EMAIL PROTECTED] Message: I have finally got the cgi scripts working. And there was much rejoicing so that I can use the search.cgi. I've modifed the indexer.conf to the way in which I think it works, but when I run it, I can clearly see that pages the site reference

Webboard: Indexer not reading links to other pages

2001-11-13 Thread Paul Johnson
Author: Paul Johnson Email: [EMAIL PROTECTED] Message: Solved, I didn't have a Directory variable set in the HTTP.CONF File. However, when I open the search.cgi it says that it cannot open the Temaplte file %s! Ideas still? Reply:

Webboard: Indexer not reading links to other pages

2001-11-13 Thread Paul Johnson
Author: Paul Johnson Email: [EMAIL PROTECTED] Message: When I run the indexer, it reads the index.htm but does not follow all the links from it. Within my indexer.conf file I have the following lines defined within the server section: Server http://localhost/ Server http://10.8.2.18/wwwroot/pro

  1   2   3   >