Hi,
I am trying to execute sample cgilua scripts (test.lp - part of cgilua
installable) with mini-httpd web server on a hardware running on
Arm-linux.
I am able to execute and see the html markup with the values from the
hardware. But when I am trying to access the same test.lp page from a pc
which is connected to hardware, it is displayed as blank page.
Also, I am able to see the contents of a sample html page (demo.html) from
the web browser which is put on the same folder of mini-httpd server.
Can anyone please help me to understand what I am missing here ?
The part of mini-httpd configuration is as below:
# On which port mini_httpd should listen?
port=80
# Which user mini_httpd should use?
user=root
# Run in chroot mode?
#chroot # yes
nochroot # no
# Working directory of mini_httpd.
dir=/home/lnt/Documents/mini-httpd-server
# We are the web files stored?
data_dir=/home/lnt/Documents/mini-httpd-server
# CGIPath
cgipat=cgi-bin/**.cgi|html/**.lp
Thanks,
RPN
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/