Package: drupal6
Version: 6.6-1.1
Severity: important
Tags: patch

I installed on my pc drupal5 and drupal6 too.
- http://localhost/drupal5 runs good
- http://localhost/drupal6 doesn't run (I get error 404)...
investigating about it... 

I solved my problem:

drupal6 debian package doesn't update /etc/apache2/conf.d/drupal.conf 
file, I had to add drupal6 data (to drupal5 ones) and I make 
http://localhost/drupal6 running...



****************/etc/apache2/conf.d/drupal.conf file****************
Alias /drupal5 /usr/share/drupal5

<Directory /usr/share/drupal5/>
        Options +FollowSymLinks
        AllowOverride All
        order allow,deny
        allow from all
</Directory>
****************** file end ******************************************
*************I added following lines**********************************

Alias /drupal6 /usr/share/drupal6

<Directory /usr/share/drupal6/>
        Options +FollowSymLinks
        AllowOverride All
        order allow,deny
        allow from all
</Directory>

*******************file end*******************************************

Thanks for you job!

Bye


-- System Information:
Debian Release: 5.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), 
(500, 'testing'), (500, 'stable'), (1, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26t
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages drupal6 depends on:
ii  apache-ssl [httpd]      1.3.34-4.1+etch1 versatile, high-performance HTTP s
ii  apache2                 2.2.9-10+lenny1  Apache HTTP Server metapackage
ii  apache2-mpm-prefork [ht 2.2.9-10+lenny1  Apache HTTP Server - traditional n
ii  curl                    7.18.2-5         Get a file from an HTTP, HTTPS or 
ii  dbconfig-common         1.8.39           common framework for packaging dat
ii  libjs-jquery            1.2.6-1          JavaScript library for dynamic web
ii  mysql-client-5.0 [virtu 5.0.51a-19       MySQL database client binaries
ii  php5                    5.2.6-5          server-side, HTML-embedded scripti
ii  php5-gd                 5.2.6-5          GD module for php5
ii  php5-mysql              5.2.6-5          MySQL module for php5
ii  smail [mail-transport-a 3.2.0.115-7.1    Electronic mail transport system
ii  wwwconfig-common        0.1.2            Debian web auto configuration

Versions of packages drupal6 recommends:
ii  mysql-server                  5.0.51a-19 MySQL database server (metapackage
ii  mysql-server-5.0 [mysql-serve 5.0.51a-19 MySQL database server binaries

drupal6 suggests no packages.

-- debconf information:
  drupal6/pgsql/manualconf:
* drupal6/mysql/method: unix socket
  drupal6/pgsql/authmethod-user:
  drupal6/purge: false
  drupal6/dbconfig-upgrade: true
  drupal6/install-error: retry
  drupal6/dbconfig-remove:
  drupal6/internal/skip-preseed: false
  drupal6/pgsql/method: unix socket
  drupal6/upgrade-error: abort
  drupal6/internal/reconfiguring: false
* drupal6/db/app-user: drupal6utentedb
  drupal6/database-type: mysql
* drupal6/mysql/admin-user: root
  drupal6/remote/newhost:
  drupal6/remote/port:
  drupal6/remove-error: abort
  drupal6/pgsql/admin-user: postgres
* drupal6/db/dbname: drupal6db
  drupal6/pgsql/changeconf: false
  drupal6/missing-db-package-error: abort
  drupal6/remote/host:
  drupal6/db/basepath:
  drupal6/passwords-do-not-match:
  drupal6/pgsql/no-empty-passwords:
  drupal6/upgrade-backup: true
  drupal6/dbconfig-reinstall: false
  drupal6/pgsql/authmethod-admin: ident
* drupal6/dbconfig-install: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to