7
Varnish with multiple domainsview story

http://serverfault.com – Front end ip 10.0.0.1 < Varnish www.test1.com points to 10.0.0.1 www.test2.com points to 10.0.0.1 Backend ( apache separate server ) apache server www.test1.com:80 www.test2.com:80 The website are running on apache server. I want to use varnish from a different server to point back to sites. Both sites use same ip. How can I pass 2 different host header back to apache ? (HowTos)

7
Troubleshoot Mythweb?view story

http://ubuntuforums.org – I didn't do anything to my system except maybe some apt-get updates and upgrades and now my Mythweb doesn't work. I am not sure where to begin to troubleshoot this. (Hardware)

7
directory existence before restarting apacheview story

http://serverfault.com – I've many domain hosted on my server. A new domain is configured with generic configuration. (HowTos)

7
Copyright - Apache Licence on Androidview story

http://stackoverflow.com – This is a pretty simple and generic question. I am planning on open-sourcing a project of my creation, and I want to use the Apache Licence 2.0. I have a few question regarding the info that I'm supposed to use on the Licence Comment. (HowTos)

7
How do I download a file from the internet to my linux server with Bashview story

http://stackoverflow.com – I recently had to upgrade to a VPS server (HostGator Linux) because I wanted to run a script that was a bit more complicated than the regular PHP db manipulation. I'm trying to install a JDK and Apache Ant (if it matters, for compiling Android Apps on server). I watched tutorials on Linux Bash and started using it. (HowTos)

7
Atom 230 + 2GB RAM datastore for small server = 64 bit or 32 bit debianview story

http://unix.stackexchange.com – would you recommend me for small debian linux with small apache, small mysql and primary datastore with SW RAID 5 just 32bit debian or rather 64bit and why? I have only 2 GB of RAM, so could that be enough. (it will be only CLI debian without Xserver, GUI and so on!) Thank you (HowTos)

7
Books for Server, Linux, Apache, LAMP [closed]view story

http://stackoverflow.com – I am new on the forum. I have been working as electronic engineer and I want to shift to web programming. I actually want to start my own web agency. I currently want to learn the following: 1) Server - Web Server Administration - http, ftp, smtp protocols, web hosting, backups etc 2) Linux 3) Apache 4) LAMP Could anybody please tell me which books I need to learn the above. (HowTos)

7
What directory should I use for the user apache?view story

http://unix.stackexchange.com – I have installed apache from the source with:prefix=/usr sysconfdir=/etc/httpd/ localstatedir=/var. useradd -g apache -d /usr/apache -s /sbin/nologin apache (HowTos)

7
How to Masquerade Sendmail Domain and Make DKIM Use the Correct Domainview story

http://serverfault.com – I have a single domain with a dozen subdomains for different sites. Each has a separate virtual host in apache. I configured sendmail to masquerad as the top-level domain so that emails are always from the top-level domain instead of the subdomain. Unfortunately, DKIM header d= and i= fields show the subdomain. (HowTos)

7
Android app crashes when connecting to webserviceview story

http://stackoverflow.com – I got a problem connecting to my webservice from an Android client. (HowTos)