Page 1 of 4 123 ... LastLast
Results 1 to 15 of 60

Thread: Webserver

  1. #1

    Question Webserver

    Is it possible to get ASP running on the WL700gE? I guess I have to set up a virtual directory, but it is not a regular setup option. I saw the discussions about the firmware modding, and how can I get a virtual directory working? I'm not Linux-educated , so how can I edit the package succesfully on a windows machine? I have the GPL_WL700gE_1046.zip downloaded from Asus. By the way, for who didn't notice, the setup pages are ASP as well, so I presume that there must be running some ASP server...

    Greets,

    Michael

  2. #2
    The best way would be for you to install one of the custom firmware images - I would recommend kfurge's one - then you can set a webserver to run on startup (I believe its /apps/binthttpd on the router - which supports activescripting) If you get stuck, just post back here and I'm sure somebody will help you out

  3. #3

    Activescripting

    Thanks D3viant,

    I'll check it out in time, first have to get a computer running on some linux, and then have to autodidact myself

    Greets,

    Michael

  4. #4
    Quote Originally Posted by Michael@Home View Post
    Thanks D3viant,

    I'll check it out in time, first have to get a computer running on some linux, and then have to autodidact myself

    Greets,

    Michael
    If you want a quick and easy way to get a version of Linux running, without having necessarily to get a different PC, try getting a KNOPPIX CD (or DVD if you want a very complete system).

    This CD or DVD does not require installation itself, and it will boot a stock-standard Windows PC to Linux (Debian Etch) without affecting the Windows install in any way.

    All that is required is to download the .iso file and then use that as a CD(or DVD) image file to create the bootable CD(or DVD).

    http://distrowatch.com/?newsid=03938#0

  5. #5
    I can't get ASP to work with thttpd (or lighttpd), it just shows a list of files.

    I start my server with
    thttpd -dd /www/English -u root -p 8085 -i /var/run/thttpd.pid

    I don't know if there are other parameters needed.
    any ideas?

    /regards
    Henrik

  6. #6
    hmm I got the webserver to work now with:

    httpd 8081 /www/English

    but two things:

    1. I cannot start the httpd server from rc.local but only when I login and type the command manually, how to fix this?

    2. I cannot kill the original httpd process. It keeps starting over and over again. I would like to have another server on port 80

    /regards
    Henrik

  7. #7
    Quote Originally Posted by n00ben View Post
    1. I cannot start the httpd server from rc.local but only when I login and type the command manually, how to fix this?
    Maybe it's also a LD_LIBRARY_PATH problem (I'm beginning to sound like a broken record... ;-) ). Try adding /apps/lib and see what happens. Like you did before, be sure to fully specify the path to httpd.

    Quote Originally Posted by n00ben View Post
    2. I cannot kill the original httpd process. It keeps starting over and over again. I would like to have another server on port 80
    I believe watchdog is your culprit. From reading the 1.0.4.2 source code, I believe it regularly pings the internal web server and if it's not there, watchdog will restart it. To make watchdog completely go away, you'll have to "kill -9" it.

    - K.C.

  8. #8
    watch dog is already killed with 'killall -q -9 watchdog', and adding the '/apps/lib' is not helping I'm already linking to the full path.

    httpd is instantly starting when manually try to kill it. (kill -9 PID)

    /regards
    Henrik
    Last edited by n00ben; 09-01-2007 at 18:44.

  9. #9
    Interesting. I'll experiment here a little bit this weekend.

    - K.C.

  10. #10
    I have lighttpd, php, xmail and phpxmail running. It works perfect.

    Sollie.

  11. #11
    sollie: do user mailboxes display correctly for you in phpxmail?

    for me that just loads a blank page...

  12. #12
    yep, but therefor i had to restart one time. And i downloaded phpxmail from cvs. version 1.5.

    Sollie.

  13. #13
    If you like we can talk on irc. I have xmail totaly running. Without errors. % minutes agoo i installed a php webmail script. All went perfecet. The script doesnt require php-pop or php-imap modules and no mysql.

    Perfect i think.

    Sollie.

    PS: http://www.uebimiau.org/

  14. #14
    hmm, still no luck for me with the version 1.5 CVS. Now it won't even let me logon as the server admin!

    Are you running your phpxmail on lighttpd? I couldn't get it running there - I got an access denied error when trying to browse to the phpxmail location...

  15. #15
    did you enable php in your lighttpd.conf. And did you install php.

    Sollie.

    Ps: yes i use lighttpd

Page 1 of 4 123 ... LastLast

Similar Threads

  1. WL-500gx with openwrt pre-rc5 howto webserver?
    By ye_old in forum WL-500g Custom Development
    Replies: 1
    Last Post: 22-03-2006, 12:54
  2. webserver stops after several minutes
    By arnold in forum WL-500g Q&A
    Replies: 0
    Last Post: 07-03-2006, 09:35
  3. Webserver not on port outside:80
    By void in forum WL-500g Q&A
    Replies: 1
    Last Post: 17-01-2006, 07:38
  4. Stupid-ftp with webserver, howto?
    By void in forum WL-500g Q&A
    Replies: 0
    Last Post: 16-01-2006, 21:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •