please give this command to see what the time stamp is of your file
- Code: Select all
cd /etc
ls -al | grep httpd
this should give this output (time stamp should be 2013-07-19)
- Code: Select all
root@nwsp2-3:/etc # ls -al | grep httpd
-rw-r--r-- 1 root root 36119 2013-07-19 11:42 httpd.0
-rw-r--r-- 1 root root 36120 2013-07-19 11:43 httpd.1
-rw-r--r-- 1 root root 36190 2013-07-19 11:43 httpd.2
-rw-r--r-- 1 root root 36212 2013-07-19 11:44 httpd.3
-rw-r--r-- 1 root root 37290 2013-07-19 11:44 httpd.4
-rw-r--r-- 1 root root 36190 2013-09-29 10:14 httpd.conf
root@nwsp2-3:/etc #
if they are not from that date you have not fvdw-sl-15-0 running
post output of command cat /boot.log
To make the webinterface running you could replace the file by the ones in this archive.
(unpack then in the shared folder "public" and use cp command to copy them
cp /share/1000/public/httpd.conf /etc/httpd.conf also for the others
However you should also figure out why you have the wrong files...