hi
what you describe in the article about dyndns, can you do hte same thing with no-ip.
i can't seem to figure out how to resolve my virtual hosts on my qnap 412
Not a vry common problem. cpuld be a corrupt config file, a RAM disk near full (check the system log), an incomplete fiormware installation, ...saleoscende wrote:I have no problem to use my TS412 from my LAN and from the web, but if I try to setup the web server, the browser remain with an "applyng, please wait..." message until it go in timeout.
schumaku wrote:Not a vry common problem. cpuld be a corrupt config file, a RAM disk near full (check the system log), an incomplete fiormware installation, ...saleoscende wrote:I have no problem to use my TS412 from my LAN and from the web, but if I try to setup the web server, the browser remain with an "applyng, please wait..." message until it go in timeout.
Ensure to upgrade to the actual v3.6.1 using the process here - http://wiki.qnap.com/wiki/Manually_Updating_Firmware - and retry.
The default apache.conf file does not list a DocumentRoot - it's added on the fly when starting Apache:necmon wrote:I had the interesting problem, that the confi file for apache was not suitable for my TS-412! I had no share QWeb; mine was named "Web" instead.
#!/bin/sh
# For Qweb and Qphoto
# default port: 80
...
WebShare=`/sbin/getcfg SHARE_DEF defWeb -d Qweb -f /etc/config/def_share.info`
QWEB_SLINK="/home/Qhttpd/${WebShare}"
QWEB_FOLDER="/share/${WebShare}"
...
if [ -f ${APACHE_CONF} ]; then
/bin/grep "^DocumentRoot \"/share/${WebShare}\"" ${APACHE_CONF} 1>/dev/null 2>/dev/null
[ $? = 0 ] || /bin/sed -i 's/^DocumentRoot.*$/'"DocumentRoot \"\/share\/${WebShare}\""'/g' ${APACHE_CONF}
/bin/grep "^<Directory \"/share/${WebShare}\">" ${APACHE_CONF} 1>/dev/null 2>/dev/null
[ $? = 0 ] || /bin/sed -i 's/^<Directory \"\/share\/Qweb.*$/'"<Directory \"\/share\/${WebShare}\">"'/' ${APACHE_CONF}
...
s35mic wrote:I'm newbie in NAS and sorry if my question can be considered as stupid.
Now I have NAS start page like http://myname.dyndns.org / Here is access to adminiistrative panel as well as predefined multimedia services (Photo, Survielence, etc.)
After I put html files to Web directory what URL should by typed for users to reach my main web page?
I mean, if they typed http://myname.dyndns.org / then they will reach my administration panel or created Web page?
Return to Web Server & Applications (Apache + PHP + MySQL / SQLite)
Users browsing this forum: No registered users and 4 guests