Hi everybody,
I haven't used the Webserver on my D211j for a long time, but I just installed FTDI drivers and node.js by following these guides: http://hallard.wikidot.com/synomodules and http://www.gridshore.nl/2011/04/04/inst ... -synology/.
The next thing it tried was to go to my diskation's ip to see if my website were still running, since I want to run the script from a webserver, but to my astonishment it wasn't running. So I went into the GUI to see if the service were running - it was running, so I tried to disable the service and reenable the service, but it gave me a error that couldn't start the service, but still the checkbox remained checked.
After that I tried logging in via SSH to restart the service, as described here: http://forum.synology.com/wiki/index.ph ... CLI#apache.
It gave me the following error: "httpd: Syntax error on line 113 of /usr/syno/apache/conf/httpd.conf: /usr/syno/apache/conf/httpd.conf:113: <Directory> was not closed."
So i opened httpd.conf and after that to httpd.conf-user, since httpd.conf is generated by httpd.conf-user, as far as I understand, so I went into httpd.conf-user what was going on. To my big suprise, the end of the were like this:
DocumentRoot "/var/services/web"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Add the lines found at the following link to my httpd.conf-user: http://code.google.com/p/synoneuf/issue ... a4f5af19e1
And now the basic html server seems to work correctly, but not php or mysql.
I have no clue what might have caused it, but I think I must have messed up something when I installed the FTDI drivers and node.js. Do anybody out there know how restore the original configuration file?
I'm running DSM 4.0-2228 a DS211j, so if anybody out there got a unmodified version of the httpd.conf-user I would a very happy.
Best Regards
Lauszus


