Jump to content
XPEnology Community

spiffzilla

Rookie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by spiffzilla

  1. Hopefully i answer my own question I read this http://forum.synology.com/wiki/index.ph ... _on_Apache on a synology wiki. Does this apply to the XPEnology version also? And a followup question, i guess that it's based on Debian, is it possible to add normal repositorys and do normal apt-get's? /Jörgen
  2. I've been thinking on leaving my debian server and start using XPEnology. One thing that's important for my move to happen is the virtualhost support for apache, is there such a thing with this solution? As of today i run several web sites on my debian, all of them uses php, mysql, apache (virtualhosts), ssh (keybased)... will it be possible to run all this on XPEnology? I've tried to search in these forums w/o luck. Any thoughts? This is what I'm talking about, each block is in a separate file on my normal debian server. site1.net # # site1.net # ServerAdmin info@site1.net DocumentRoot /var/www/site1.net ServerName www.site1.net ServerAlias site1.net ErrorLog /var/log/apache2/site1.net-error.log CustomLog /var/log/apache2/site1.net-access.log combined Options FollowSymLinks AllowOverride All site2.org # # site2.org # ServerAdmin info@site2.org DocumentRoot /var/www/site2.org ServerName www.site2.org ServerAlias site2.org ErrorLog /var/log/apache2/site2.org-error.log CustomLog /var/log/apache2/site2.org-access.log combined Options FollowSymLinks AllowOverride All Thanks Jörgen
×
×
  • Create New...