- removed useradd/group add stdout redirection - def attr for anyterm-httpd subpkg - slight rewording and other trivial tasks Tue Jul 14 2009 <mmorsi@redhat.com> - 1.1.29-7 - removed useradd/group add stderr redirection - used all macros where i could - create httpd subpackage for anyterm/httpd integration Mon Jul 13 2009 <mmorsi@redhat.com> - 1.1.29-6 - fixed location of %%doc macro, and resolved other macro issues - moved anyterm-cmd from bindir to libexecdir/anyterm Thu Jul 09 2009 <mmorsi@redhat.com> - 1.1.29-5 - added CFLAGS / CXXFLAGS to pick up RPM_OPT_FLAGS Tue Jul 07 2009 <mmorsi@redhat.com> - 1.1.29-4 - removed pbuild - removed executable stack (requires prelink/execstack) Thu Apr 09 2009 <mmorsi@redhat.com> - 1.1.29-3 - updated spec / init based on rpmlint output Wed Apr 08 2009 <mmorsi@redhat.com> - 1.1.29-2 - Serve static content via apache - Use 1.1.29 release and newly added patches Mon Mar 16 2009 <mmorsi@redhat.com> - 1.1.29-1 - Initial checkout and build.
24 lines
592 B
Text
24 lines
592 B
Text
Alias /anyterm /usr/share/anyterm
|
|
|
|
<Location /anyterm>
|
|
# admins are greatly encouraged to uncomment and
|
|
# install/use mod_ssl here to secure traffic
|
|
# SSLRequireSSL
|
|
# Require valid-user
|
|
# AuthType YYY
|
|
|
|
DirectoryIndex anyterm.html
|
|
</Location>
|
|
|
|
<Location /anyterm/proxy>
|
|
# admins are greatly encouraged to uncomment and
|
|
# install/use mod_ssl here to secure traffic
|
|
# SSLRequireSSL
|
|
# Require valid-user
|
|
# AuthType YYY
|
|
|
|
# proxy to the local-only anyterm daemon
|
|
ProxyPass http://localhost:81 ttl=60
|
|
ProxyPassReverse http://localhost:81
|
|
</Location>
|
|
|