web server

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
mates
Posts: 128
Joined: Mon Nov 14, 2011 7:53 am

web server

Post 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

mates
Posts: 128
Joined: Mon Nov 14, 2011 7:53 am

Re: web server

Post 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)

yc3948
Posts: 164
Joined: Sat Sep 10, 2011 1:04 am

Re: web server

Post by yc3948 »

Buffalo WZR-HP-G300NH2 DD-WRT v24SP2-MULTI (10/31/11) std
Buffalo WZR-HP-G300NH Gargoyle 1.5.9+1f082daf
Linksys WRT54GL Gargoyle 1.4.4
TP-Link TL-WR1043ND Gargoyle 1.5.9+1f082daf

sajjadhalai
Posts: 108
Joined: Sun Apr 08, 2012 6:54 am

Re: web server

Post by sajjadhalai »

its not working webserver any idea ... cant help openwrt wiki

sajjadhalai
Posts: 108
Joined: Sun Apr 08, 2012 6:54 am

Re: web server

Post 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

Post Reply