1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Fix apache module name in doc

This commit is contained in:
Daniel Berteaud 2015-06-18 14:29:24 +02:00
parent 76532851f2
commit 35e1e9e4e0

View File

@ -91,7 +91,7 @@
<ul> <ul>
<li><a href="http://mojolicio.us" target="_blank">Mojolicious</a> 5 or better</li> <li><a href="http://mojolicio.us" target="_blank">Mojolicious</a> 5 or better</li>
<li>A MySQL compatible server (MySQL or MariaDB)</li> <li>A MySQL compatible server (MySQL or MariaDB)</li>
<li>A webserver supporting HTTPS and reverse proxying, including websocket reverse proxying (Apache can do this with mod_proxy_ws)</li> <li>A webserver supporting HTTPS and reverse proxying, including websocket reverse proxying (Apache can do this with mod_proxy_wstunnel)</li>
<li>The following perl modules <li>The following perl modules
<ul> <ul>
<li>Mojolicious::Plugin::Mail</li> <li>Mojolicious::Plugin::Mail</li>
@ -229,10 +229,10 @@ mysql -uroot vroom < /opt/vroom/docs/database/schema.mysql</pre>
but you can change this to anything you want but you can change this to anything you want
</div> </div>
<p> <p>
You also have to make sure the <strong>mod_proxy_ws</strong> module is enabled, which is not the case by default on CentOS 7 You also have to make sure the <strong>mod_proxy_wstunnel</strong> module is enabled, which is not the case by default on CentOS 7
<pre> <pre>
echo "LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" \\ echo "LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" \\
> /etc/httpd/conf.modules.d/00-proxy_ws.conf</pre> > /etc/httpd/conf.modules.d/00-proxy_wstunnel.conf</pre>
</p> </p>
<h3 id="c7_cache_dir_perm"> <h3 id="c7_cache_dir_perm">