What's new

[TUTORIAL]CHEROKEE web server through optware

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Cherokee is not updated anymore, install RMerlin firmware and Lighttpd or Nginx from Entware-NG or Optware-NG
 
and Lighttpd or Nginx installing error. Only have libcrypto.so.1.0.0 and libssl.so.1.0.0
ln -s libcrypto.so.1.0.0 libcrypto.so.0.9.8 (and ssl) not fix it


@RT-AC68U-C4F8:/tmp# ipkg install cherokee
Installing cherokee (1.0.19-2) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable/cherokee_1.0.19-2_arm.ipk
If you're upgrading from pre 0.8, the configuration format has changed
Please use the new configuration files.
Configuring cherokee
Starting web server: cherokee
/opt/sbin/cherokee: can't load library 'libcrypto.so.0.9.8'
Successfully terminated.

@RT-AC68U-C4F8:/tmp# ipkg install nginx
Installing nginx (1.0.14-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/mbwe-bluering/cross/stable/nginx_1.0.14-1_arm.ipk
Configuring nginx
Starting web server: nginx
/opt/sbin/nginx: can't load library 'libssl.so.0.9.8'
Successfully terminated.
 
all ok...but im asking me all the time...where i can upload my files to my webserver?
if i go via ftp to my hdd i cannot find any root directory or something else...? (/opt/share/www/cherokee)

where are all the files...index.html and so on?
 
all ok...but im asking me all the time...where i can upload my files to my webserver?
if i go via ftp to my hdd i cannot find any root directory or something else...? (/opt/share/www/cherokee)

where are all the files...index.html and so on?
If post #1 in this thread is still relevant, then:
If you have already a website created, just copy it to /opt/share/www/cherokee but first set write permission to folder:
chmod 777 /opt/share/www/cherokee
If you don't have a website, a good start is to download a template from web, like one from this site www.htmltemplates.net
Edit with your favorite HTML editor and publish.
 
If post #1 in this thread is still relevant, then:

yes i know...but i cant find no folders on my usbharddisk.
where are all these folders??? /opt/share/www/cherokee

for example...how can i connect my internal webspace with a ftp programm like filezilla?
are the files and folders not on my hdd?

i connect my hdd with 192.168.1.1 admin and password....but no folders and files from cherokee...?! :-(
 
Last edited:
yes i know...but i cant find no folders on my usbharddisk.
where are all these folders??? /opt/share/www/cherokee

for example...how can i connect my internal webspace with a ftp programm like filezilla?
are the files and folders not on my hdd?
They are usually outside the ftp/samba share location.
Use WinSCP to login with your router's credentials, make sure to select SCP as the protocol and have SSH enabled in Administration/System.
You'll find DocumentRoot to be it in the referenced path.
 
THX fpr your time anf help.

WINSCP ist working...im now in root, but its completly emtpy. no folders like share or www or gi-bin or files like index.html.....

im thinking im completly on a wrong way...:-(
 
THX fpr your time anf help.

WINSCP ist working...im now in root, but its completly emtpy. no folders like share or www or gi-bin or files like index.html.....

im thinking im completly on a wrong way...:-(
/home/root is the volatile home directory of the root user on the router which is your username.
Go up two levels and you'll find the full directory structure of your router.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top