TeHashX
Very Senior Member
All the packages I install are being downloaded to my SD card correct?
Yes, in entware.arm directory
All the packages I install are being downloaded to my SD card correct?
cosmoxl Entware cannot coexist with Optware.
I have just tested it. It works. You need to edit lighttpd.conf file and specify server.port and create index.html at server.document-root.Has anyone had any success install lighttpd?
I have just tested it. It works. You need to edit lighttpd.conf file and specify server.port and create index.html at server.document-root.
<html>
<head>
<title>Welcome to nginx!</title>
</head>
<body bgcolor="white" text="black">
<center><h1>Welcome to nginx!</h1></center>
</body>
</html>
1. lighttpd.conf file is located in the folder /opt/etc/lighttpd
Use you favorite text editor - nano, joe, vim to edit it.
2. There are a lot of html examples in the internet.
You can use the following index.html to check:
Code:<html> <head> <title>Welcome to nginx!</title> </head> <body bgcolor="white" text="black"> <center><h1>Welcome to nginx!</h1></center> </body> </html>
This guide should work fine https://www.asuswrt.eu/lighttpd-web-server-with-php-support-through-entware/
This guide needs some editing. Now lighttpd modules are added automatically to lighttpd.confThis guide should work fine https://www.asuswrt.eu/lighttpd-web-server-with-php-support-through-entware/
2015-02-14 08:28:53: (plugin.c.131) Cannot load plugin mod_scgi more than once, please fix your config (we may not accept such configs in future releases
2015-02-14 08:28:53: (plugin.c.131) Cannot load plugin mod_fastcgi more than once, please fix your config (we may not accept such configs in future releases
Don't have to reinstallI have literally followed that guide a couple times now. I wonder if I just need to reinstall everything and start fresh?
When entering the command lighttpd -f /opt/etc/lighttpd/lighttpd.conf I get these two entries in return.
(configfile.c.1272) a default document-root has to be set
(server.c.649) setting default values failed
/opt/etc/init.d/S80lighttpd stop
rm /opt/etc/lighttpd/conf.d/*
wget -c -O /opt/etc/lighttpd/conf.d/99-rtorrent-fastcgi-scgi-auth.conf http://goo.gl/YK8xPQ
wget -c -O /opt/share/www/index.html http://goo.gl/ZPEv73
/opt/etc/init.d/S80lighttpd start
This guide needs some editing. Now lighttpd modules are added automatically to lighttpd.conf
lighttpd will complain that
Code:2015-02-14 08:28:53: (plugin.c.131) Cannot load plugin mod_scgi more than once, please fix your config (we may not accept such configs in future releases 2015-02-14 08:28:53: (plugin.c.131) Cannot load plugin mod_fastcgi more than once, please fix your config (we may not accept such configs in future releases
Easy to fix by removing appropriate conf files in conf dir. After the 99-rtorrent-fastcgi-scgi-auth.conf is added, mod_scgi and mod_fastcgi confs should be deleted.Same on mipsel version but it works
Easy to fix by removing appropriate conf files in conf dir. After the 99-rtorrent-fastcgi-scgi-auth.conf is added, mod_scgi and mod_fastcgi confs should be deleted.
I got it working with the link you posted. Thanks a ton!. One last question though, where is the html index that I need to edit which will change the look of 192.168.1.1:81?
wget -c -O [B]/opt/share/www/index.html[/B] http://goo.gl/ZPEv73
If you look just a little bit, you will see where the index.html is
Code:wget -c -O [B]/opt/share/www/index.html[/B] http://goo.gl/ZPEv73
You don't have to ask in this thread, here is for entware installation only.I found it but everytime I modify the index.html I either get a broken webpage or it just doesn't seem to work since the default "congratulations" webpage will still pop up. It works fine when I modify the index.html in ubuntu but I cannot figure out how to get my own html code to stick. I appreciate you bearing with me. I would "thank" you again on here but it says I need to spread thanks around first haha
You don't have to ask in this thread, here is for entware installation only.
Use comments on site.
Also search on internet how to create a webpage...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!