[imp] problem setting up RC3
Aaron Solochek
aarons@aberrant.org
Fri, 21 Dec 2001 13:08:11 -0500
Yes, I read that part of your message. I changed one thing, but hadn't
actually removed the alias to /imp/ in the apache-ssl config, so I
didn't notice the problem when I tried it. Anyway, those aliases are
removed, and the (I think) last remaining reference to /imp/ has been
changed to /horde/imp in all the config files.
Sorry about that.
-Aaron
Brent J. Nordquist wrote:
> On Thu, 20 Dec 2001, Aaron Solochek <aarons@aberrant.org> wrote:
>
>
>>Also, I modified the apache to be php_value, as Brent suggested, and
>>that seems to have fixed that problem,
>>
>
> Good; yes, your PHP sessions are working now.
>
>
>>but I still have the weird lack of a login problem.
>>
>
> When I visit "http://www.aberrant.org/horde/" I get:
>
> The requested URL /imp/login.php was not found on this server.
>
> This suggests to me that something is configured to go to:
>
> http://www.aberrant.org/imp/
>
> when it should be:
>
> http://www.aberrant.org/horde/imp/
>
> i.e. the IMP directory has to be underneath the Horde directory, in the
> filesystem and in the web configuration and in the Horde/IMP
> configuration. Did you read what I wrote about this containment?
>
> Brent J. Nordquist wrote:
>
>
>>make sure that imp is contained within the horde directory, either:
>>
>> http://www.aberrant.org/horde/ -> horde/
>> http://www.aberrant.org/horde/imp/ -> horde/imp/
>>
>>or:
>>
>> http://www.aberrant.org/ -> horde/
>> http://www.aberrant.org/imp/ -> horde/imp/
>>
>>Your configuration files will differ for those two cases, of course;
>>just be consistent. You don't want this, e.g.:
>>
>> http://www.aberrant.org/horde/ -> horde/
>> http://www.aberrant.org/imp/ -> horde/imp/
>>
>