Node.js vs Apache Web Server
http://www.youtube.com/watch?v=bzkRVzciAZg
2014-01-04
1 min →
http://www.youtube.com/watch?v=bzkRVzciAZg
conf.d cat /etc/conf.d/apache2 | grep APACHE# and other features of apache using the APACHE2_OPTS line. Every module shouldAPACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFA…
Symptopms : apr_sockaddr_info_get() $ nano /etc/apache2/httpd.conf ServerName localhost $ sudo /etc/init.d/apache2 start * Starting web server (apache2)... httpd (pid 12023) alread…
<IfDefine SSL> <VirtualHost {IP}:443> DocumentRoot {/path/to/dir} ServerName {sub.domain.tld} ServerAdmin {[email protected]} SSLEngine on SSLCertificateFile {/etc/apache2/ssl/…