Quote:
Originally Posted by modules
On Debian i have done the following:
Code:
apt-get install libapache2-mod-passenger
a2enmod passenger
apache2ctl force-reload
add website domain.tld in ispconfig
download and extract redmine in website root (/var/www/domain.tld/redmine)
add websiteoptions in ispconfig
Code:
DocumentRoot /var/www/domain.tld/redmine/public
<Directory /var/www/domain.tld/redmine/public>
Order allow,deny
Allow from all
</Directory>
Alias /stats /var/www/domain.tld/web/stats
# RewriteEngine On
# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
all i am getting is this:
webserver:~# aptitude install libapache2-mod-passenger
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Couldn't find any package whose name or description matched "libapache2-mod-passenger"
Couldn't find any package whose name or description matched "libapache2-mod-passenger"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
debian lenny
Recent comments
6 hours 51 min ago
11 hours 44 min ago
20 hours 36 min ago
21 hours 36 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 22 hours ago
1 day 23 hours ago