summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-05 08:24:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-05 08:24:45 +0000
commit6c2c899d600b4264a6d2876b854672015438dbda (patch)
tree429e44e3ef7311f5251abc3c2f7349fc27dc88a3 /debian/control
parent256af4c843ad8e46d8a3660a3665389bf3b70eff (diff)
Get rid of content directly under /var/www
* Web interface files now reside under /usr/share/rapid-tunneling/www . * On Debian package: just remove the /var/www/support link. * Thus usage of apache configuration is mandatory. * On rpm: also restart apache. git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6827 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dd136da..213d6ce 100644
--- a/debian/control
+++ b/debian/control
@@ -27,11 +27,15 @@ Description: RapidTunneling (tm) server
Package: rapid-tunneling-gui
Architecture: all
-Depends: ${misc:Depends}, rapid-tunneling, sudo,
+Depends: ${misc:Depends}, rapid-tunneling, sudo,
libapache2-mod-php5 | php5-cgi | libapache-mod-php5
+Recommends: apache2
Description: Xorcom RapidTunneling (tm) web GUI
RapidTunneling (tm) allows remote access to machines behind firewalls
and NAT routers via SSH port forwarding.
.
This package contains the web-based user interface to initiate and
control tunnels to the server.
+ .
+ Should work with any httpd that supports PHP, but any one other than
+ apache2 will require manual configuration.