ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

aliases option does not work in config file #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter  the aliases option into the conf file instead of using it at
command line
2. the aliases won't get recognized

What version of the product are you using? On what operating system?
Mongoose 2.8 on Debian ARM

Please provide any additional information below.
Starting like this works:
mongoose -aliases "/cgi-bin/=/path/to/cgi-bin/"

In conf file does not work:
aliases "/cgi-bin/=/path/to/cgi-bin/"

Original issue reported on code.google.com by thenk...@gmail.com on 6 May 2010 at 2:45

GoogleCodeExporter commented 9 years ago
2.6.24-rt1 #12 PREEMPT RT
armv5tejl GNU/Linux

Original comment by thenk...@gmail.com on 6 May 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Try without double-quotes in the config file.
Shell drops double-quotes and single-quotes before passing the argument to the 
program.

Original comment by valenok on 6 May 2010 at 3:00

GoogleCodeExporter commented 9 years ago
You're right. Should have thought of that on my own ;)

Original comment by thenk...@gmail.com on 7 May 2010 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 7 May 2010 at 8:59