After enabling mods:<div><br></div><div><div>LoadModule proxy_module modules/mod_proxy.so</div><div>LoadModule proxy_http_module modules/mod_proxy_http.so</div><div>LoadModule rewrite_module modules/mod_rewrite.so</div><div>
<br></div><div>configuring Apache:</div><div><br></div><div>NameVirtualHost *:80<br><div><div>&lt;VirtualHost *:80&gt;</div><div>    ServerName myServerName.com</div><div>    RewriteEngine On</div><div>    ProxyRequests Off</div>
<div>    ProxyPreserveHost On</div><div>    UseCanonicalName Off </div><div>    RewriteRule ^/(.*)$ <a href="http://localhost:7777/$1">http://localhost:7777/$1</a> [P,L]</div><div>&lt;/VirtualHost&gt;</div><div><br></div>
<div><br></div><div>all I can see at myServerName.com is &quot;It works!&quot; apache message.</div><div>M be I need to set the &quot;Server type&quot; in seaside VW settings or do I miss smth in apache configuration?</div>
</div></div></div>