asked on
<VirtualHost *:80>
ServerName www.mysite.com
DocumentRoot /opt/openbdjam/webroot1/push20
ScriptAlias /digin-cgi/ "/opt/openbdjam/webroot1/digin-cgi"
Options FollowSymLinks
XBitHack on
ProxyRequests Off
ProxyVia Off
ProxyPreserveHost On
# Set the permissions for the proxy
<Proxy *>
AddDefaultCharset off
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://127.0.0.1:8080/push20/
ProxyPassReverse / http://127.0.0.1:8080/push20/
SetEnv proxy-nokeepalive 1
</VirtualHost>
A web server refers to the software that helps to deliver web content that can be accessed either through the Internet or through an intranet. The primary function of a web server is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). The most common use of web servers is to host websites, but there are other uses such as gaming, data storage, running enterprise applications, handling email, FTP, etc.
TRUSTED BY