Apache HTTP Server: Difference between revisions

Line 34: Line 34:
   ProxyPass "/wss2/" "wss://echo.websocket.org/"
   ProxyPass "/wss2/" "wss://echo.websocket.org/"
</pre>
</pre>
==.htaccess==
<code>.htaccess</code> allows modifying selected Apache configurations on a per-folder basis.<br>
To enable this feature, add <code>AllowOverride All</code> to your <code>apache.conf</code> for the directories you want to allow .htaccess files.