Page 1 of 1

web server

Posted: Mon Jan 02, 2012 4:48 pm
by mates
Hi

I have WNDR3700v2 with Gargoyle 1.5.2 version

i would like to ask if it is possible somehow connect USB disk and use this DISK as web server for html pages.

It is for this web server web gui?

thank you

Re: web server

Posted: Tue Jan 03, 2012 9:33 am
by mates
I founded this page http://wiki.openwrt.org/doc/howto/http. ... stallation

i run putty and after that i run

Code: Select all

opkg update
opkg install apache
on next step i rewrite httpd.conf via

Code: Select all

vi /etc/apache/httpd.conf
Listen 10.0.0.1:81
ServerName 10.0.0.1:81

also i added port forward rule from wan to lan 10.0.0.1

but when I use web browser i cant see It works (html file is in usr/share/htdocs)

also I tried my wan IP addres instead 10.0.0.1 but this is not working too

1) where I make mistake?
2) it is possible ot change htdocs folder to USB disk drive?

thank you

// from my local PC via addres 10.0.0.1 it html is showed
also when I add my wan addres on my pc html is showed ok too
only from another PC it is not possible to see html (something is blocking)

Re: web server

Posted: Sat Jan 07, 2012 7:29 pm
by yc3948

Re: web server

Posted: Tue Dec 10, 2013 6:47 am
by sajjadhalai
its not working webserver any idea ... cant help openwrt wiki

Re: web server

Posted: Tue Dec 10, 2013 7:06 am
by sajjadhalai
i installed apache with help of
http://wiki.openwrt.org/doc/howto/http.apache
but its not working


i installed it as
opkg install apache --dest plugin_root

but not working .. it does not work
i tried with my gargoyle IP http://192.168.5.1:81 unable to connect
any one help plz