Author Topic: Webserver Authentication?  (Read 2441 times)

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Webserver Authentication?
« on: December 31, 2004, 11:36:59 am »
Hello all,

I can get thttp and apache working easily on the 6000, but I would like password protection on the sites.  What options are there for an SL-C6000?
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Webserver Authentication?
« Reply #1 on: December 31, 2004, 07:06:54 pm »
Maybe another question would be, is there an htpasswd compiled for the zaurus and is there a webserver available to utilize it.  If the answer is no, then the question becomes is there a technical reason why not?
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

hatchetman

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Webserver Authentication?
« Reply #2 on: January 10, 2005, 12:31:47 pm »
If you REALLY wanted to use the zaurus to do everything, you could definietly compile it. Download the ARM package from Debian is your easiest path though.
Code: [Select]
wget http://http.us.debian.org/debian/pool/main/a/apache/apache-utils_1.3.33-2_arm.deb
ar x apache-utils_1.3.33-2_arm.deb
tar xzvf data.tar.gz
voilah, pull out the binaries you want from usr/bin

 Or you could use websites such as http://www.psu.edu/dept/cac/publish/htpasswd/htpasswd.html

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Webserver Authentication?
« Reply #3 on: January 10, 2005, 12:42:52 pm »
cool.  I will look into this
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)