ServerAdmin webmaster@dummy-host2.localhost
ServerName youdomain.com
ProxyRequests off
Order deny,allow
Allow from all
ProxyPass / http://172.21.172.27:20000/
ProxyPassReverse / http://172.21.172.27:20000/
5. Modify the /usr/local/apache/conf/httpd.conf,remove the “#” before
Include conf/extra/httpd-vhosts.conf
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
6. Restart Apache # service httpd restart
SSL Setup on Apache
SSL Setup on Apache is similar with Nginx.
1. First you need to obtain a SSL certificate from a provider you trust.
2. then Modify you vhosts like below
ServerAdmin webmaster@dummy-host2.localhost
ServerName youdomain.com
ProxyRequests off
SSLEngine on
SSLCertificateFile "/usr/local/apache/conf/ssl/www.websoft9.cn.cr
SSLCertificateKeyFile "/usr/local/apache/conf/ssl/www.websoft9.cn
Order deny,allow
Allow from all
ProxyPass / http://172.21.172.27:20000/
ProxyPassReverse / http://172.21.172.27:20000/
3. Restart Apache Server
Get more from :mod_ssl Configuration How-To
(http://httpd.apache.org/docs/current/ssl/ssl_howto.html)
More Ghost Help Link
Help Center (http://support.ghost.org/)
Ghost Marketpalce (http://marketplace.ghost.org/)
Websoft9">