Alexander Barkov wrote:
> 
> Chiara Biancheri wrote:
> 
> > Hi,
> >
> > are ? and _ caracter allowed in  server command in the
> > indexer.conf?
> >
> > If I put them in I have an error 404 from the database.
> 
> No. Take a lool into indexer.conf-dist,  "Realm String"
> explanation.
> 

To avoid any problem with special caracters I made an external program
that transform my url.
If I put in the indexer.conf only this 

Server file:/data/ 

the indexer is working fine, but if I use 

Server file:/data/
AliasProg "/usr/local/bin/pathconvert $1"

and the pathconvert take the file:/data/* and give the appropriate url,
to be used when a search is performed. the result in the database is a
document with error 503.

The program return the alias as stdout.
Where the url is trasformed in your code? 

thanks
chiara
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to