[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

initial horde install is unable to find its login page



Hi.  I am using a Debian testing server and I have installed horde,
imp and its sub packages on the server and configured a virtual host
at least for testing from my local box.

Now what I get is    The requested URL /horde/horde3/login.php was not
found on this server.

There are several login.php files -- one in /usr/share/horde3 one in
/usr/share/horde3/lib/auth and one in the imp subdirectory.

Here is my apache2 configs:

<VirtualHost \
               192.168.0.5:80 \
               >
     DocumentRoot /usr/share/horde3/
     Alias /horde/ /usr/share/horde3/
     Alias /horde /usr/share/horde3/
     Alias /horde3/ /usr/share/horde3/
     Alias /horde3 /usr/share/horde3/
     Alias /imp/ /usr/share/horde3/imp/
     ServerName webmail
     ServerAlias webmail.*
     UseCanonicalName Off
     <Directory /usr/share/horde3>
          <IfModule mod_php4.c>
               php_admin_flag engine on
               php_admin_flag magic_quotes_gpc off
               php_admin_flag safe_mode off
               php_admin_value open_basedir
     "/usr/share/horde3:/etc/horde:/usr/share/php:/tmp:/var/log:/usr/share/doc"
               php_admin_value include_path
     "/usr/share/horde3:/etc/horde:/usr/share/horde3/pear:/usr/share/php:."
        php_flag session.auto_start Off

          </IfModule>
          <IfModule mod_php5.c>
               php_admin_flag engine on
               php_admin_flag magic_quotes_gpc off
               php_admin_flag safe_mode off
               php_admin_value open_basedir
          "/usr/share/horde3:/etc/horde:/usr/share/php:/tmp:/var/log:/usr/share/doc"
               php_admin_value include_path
          "/usr/share/horde3:/etc/horde:/usr/share/horde3/pear:/usr/share/php:."
          </IfModule>
          Order allow,deny
          Allow from all
     </Directory>
</VirtualHost>

Any assistance would be appreciated.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



Reply to: