~ubuntu-branches/ubuntu/trusty/jwchat/trusty

« back to all changes in this revision

Viewing changes to debian/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Lincoln de Sousa, Lincoln de Sousa, Marcelo Jorge Vieira
  • Date: 2010-09-16 11:42:28 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916114228-5s5ne28n1w6wrfbl
Tags: 1.0+dfsg-1
[Lincoln de Sousa]

* Switch to dpkg-source 3.0 (quilt) format
* Migrating package from cdbs to debhelper 7.0.50~
* Changing the rule get-orig-source to generate a dfsg compatible
  package striping swf files from the orig (Closes: #591962)
* Updated Standards-Version to 3.9.1
* Removing po-debconf from the Build-Depends-Indep list.

[Marcelo Jorge Vieira]

* Fixing the default backend
* Fixing Debugger dependency
* Changing information about packaging from old maintainers to
  Debian XMPP Team.
* Removing sound support.
* Setting a port for apache VirtualHost.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VirtualHost *>
 
1
<VirtualHost *:80>
2
2
  ServerName __ApacheServerName__
3
3
  DocumentRoot /usr/share/jwchat/www
4
4
  <Directory /usr/share/jwchat/www>
5
5
    Options  +Indexes +Multiviews +FollowSymLinks
6
6
  </Directory>
7
7
  AddDefaultCharset UTF-8
8
 
  ProxyPass /http-poll/ __JabberAddress__
9
 
  ProxyPassReverse /http-poll/ __JabberAddress__
 
8
  ProxyPass /http-bind/ __JabberAddress__
 
9
  ProxyPassReverse /http-bind/ __JabberAddress__
10
10
  <Proxy *>
11
11
    Allow from all
12
12
  </Proxy>