Added some HTML formatting

SVN revision: 1694
This commit is contained in:
Stefan Ritt 2006-06-14 07:30:56 +00:00
parent bec68bc047
commit dc23d2989e

View File

@ -318,7 +318,7 @@ ProxyPass /elog/ http://your.host.domain:8080/
and following has to be added to the section <i>"VirtualHOst ...:443</i> in and following has to be added to the section <i>"VirtualHOst ...:443</i> in
/etc/httpd/conf.d/ssl.conf: /etc/httpd/conf.d/ssl.conf:
<pre> <ul><pre>
# Proxy setup for Elog # Proxy setup for Elog
&lt;Proxy *&gt; &lt;Proxy *&gt;
Order deny,allow Order deny,allow
@ -326,13 +326,13 @@ Allow from all
&lt;/Proxy&gt; &lt;/Proxy&gt;
ProxyPass /elog/ http://host.where.elogd.is.running:8080/ ProxyPass /elog/ http://host.where.elogd.is.running:8080/
ProxyPassReverse /elog/ http://host.where.elogd.is.running:8080/ ProxyPassReverse /elog/ http://host.where.elogd.is.running:8080/
</pre> </pre></ul>
Then, following URL statement has to be written to elogd.cfg: Then, following URL statement has to be written to elogd.cfg:
<pre> <ul><pre>
URL = https://your.host.domain/elog URL = https://your.host.domain/elog
</pre> </pre></ul>
There is a more detailed step-by-step instructions at the There is a more detailed step-by-step instructions at the
<a href="http://midas.psi.ch/elogs/contributions/11">contributions section<a>. <a href="http://midas.psi.ch/elogs/contributions/11">contributions section<a>.