<VirtualHost *:80>
ServerName filter.whatshot.in
ProxyRequests off
TimeOut 0
#ProxyTimeout 0
KeepAliveTimeout 0
#ProxyRequests off
#ProxySet timeout=1800
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
#ProxyTimeout 0
<Location />
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/
</Location>
</VirtualHost>
ServerName filter.whatshot.in
ProxyRequests off
TimeOut 0
#ProxyTimeout 0
KeepAliveTimeout 0
#ProxyRequests off
#ProxySet timeout=1800
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
#ProxyTimeout 0
<Location />
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/
</Location>
</VirtualHost>
No comments:
Post a Comment