Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-09-16 Thread Diego Arroyo
Dear Mathieu:

I think i got it, but there where also changes on git when i clone that are
showed on patch and i don't know why.

I also don't know enought debian packages to put in the installation script
to check if there is apache, and then enable rewrite mod. Maybe could be
explained on README.Debian

Best Regards,


0001-Bug-721119.patch
Description: Binary data


Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-09-10 Thread Mathieu Parent
2013/9/5 Diego Arroyo :
> I don't know how to do that :(
>
> I know about made patches with diff, but dont know what do you reffer about
> git patch, and where to propose.
>
> Could you explain me about it?

Sorry, but I don't have enough time. Maybe someone else have?

Basically:
- clone the repo
- make you changes
- "git commit"
- git fomrat-patch HEAD^
- attach the 00*.patch file here.

Regards


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



Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-09-05 Thread Diego Arroyo
I don't know how to do that :(

I know about made patches with diff, but dont know what do you reffer about
git patch, and where to propose.

Could you explain me about it?

Thanks and Best Regards,

Diego Arroyo.


2013/9/4 Mathieu Parent 

> reassign 721119 php-horde
> affects 721119 php-horde-nag
> thanks
>
> 2013/9/2 Diego Arroyo :
> > Dear Mathieu:
> >
> > As files its needed to change belongs to php-horde package, is it needed
> to
> > open a bug to that package instead of mantain this bug open?
>
> We just need to reassign (done above).
>
> > or can i do
> > anything more?
>
> Can you propose this as a git patch?
>
> Regards
>
>
> --
> Mathieu
>


Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-09-04 Thread Mathieu Parent
reassign 721119 php-horde
affects 721119 php-horde-nag
thanks

2013/9/2 Diego Arroyo :
> Dear Mathieu:
>
> As files its needed to change belongs to php-horde package, is it needed to
> open a bug to that package instead of mantain this bug open?

We just need to reassign (done above).

> or can i do
> anything more?

Can you propose this as a git patch?

Regards


-- 
Mathieu


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



Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-09-02 Thread Diego Arroyo
Dear Mathieu:

As files its needed to change belongs to php-horde package, is it needed to
open a bug to that package instead of mantain this bug open? or can i do
anything more?

# apt-file search /etc/apache2/conf-available/php-horde.conf
php-horde: /etc/apache2/conf-available/php-horde.conf

# apt-file search /usr/share/horde/.htaccess
php-horde: /usr/share/horde/.htaccess


Thanks and Best Regards,

Diego Arroyo.


Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-08-29 Thread Diego Arroyo
I change /usr/share/horde/.htaccess and now is working.

I post all steps neede to work:


1.- Enable mod rewrite
# a2enmod rewrite

2.- Add  clause on apache php-horde.conf
#cat /etc/apache2/conf-enabled/php-horde.conf

Alias /horde /usr/share/horde

   AllowOverride Limit FileInfo


3.- Add "RewriteBase /horde"  on .htaccess
#cat /usr/share/horde/.htaccess

# IMPORTANT: DO NOT EDIT THIS FILE!
# It will be overwritten with any future upgrade.

allow from all


RewriteEngine On
RewriteBase /horde
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond   %{REQUEST_FILENAME}  !-d
RewriteCond   %{REQUEST_FILENAME}  !-f
RewriteRule ^(.*)$ rampage.php [QSA,L]


4.- Reload Apache configuration (could be made after step 2)
# service apache2 reload

I have also tested it with latest horde packages (sid ones)

Best Regards,

Diego Arroyo.


Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-08-28 Thread Mathieu Parent
2013/8/28 Diego Arroyo :
[...]
> Apache2 fails to start with that configuration:

I copy-pasted too fast.

Test 2 should be:
- edit /etc/apache2/conf.d/php-horde.
conf:
<<<
Alias /horde /usr/share/horde

 AllowOverride Limit FileInfo

>>>
- reload apache
- test again




-- 
Mathieu


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



Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-08-28 Thread Diego Arroyo
Thanks Mathieu:

mod rewrite already enabled.

one note (for people that could need it) in jessie php-horde.conf is in
/etc/apache2/conf-enabled/

Apache2 fails to start with that configuration:
[FAIL] Starting web server: apache2 failed!
[warn] The apache configtest failed. ... (warning).
Output of config test was:
AH00526: Syntax error on line 2 of
/etc/apache2/conf-enabled/php-horde.conf:
Multiple  arguments not (yet) supported.
Action 'configtest' failed.
The Apache error log may have more information.

I dont attach apache error file as only contains the stop of apache daemon.

If i only include  section with /horde the same error that i
first post is shown.

Spliting that in two  sections or only with /usr/share/horde/
error changes to:
"The requested URL /usr/share/horde/rampage.php was not found on this
server."

but that file exist:
# ls -l /usr/share/horde/rampage.php
-rw--r--r  1 root root 1973 ago 21 20:24 rampage.php

Apache2 version: 2.4.6-3

Best Regards.



2013/8/28 Mathieu Parent 

> Control: tag -1 + confirmed
>
> 2013/8/28 Diego Arroyo :
> [...]
> > Trying to create a new task on any task list either with horde admin or
> with
> > a normal non-administrative user.
> [...]
> > Browser output:
> > Not Found
> > The requested URL /horde/nag/t/save was not found on this server
>
> Thanks for your bug report.
>
> Can you try the following?:
>
> Test 1:
> - run "a2enmod rewrite" (as root)
> - reload apache
> - test again
>
>  If Test 1 not ok:
> - edit /etc/apache2/conf.d/php-horde.conf:
> <<<
> Alias /horde /usr/share/horde
> 
>  AllowOverride Limit FileInfo
> 
> >>>
> - reload apache
> - test again
>
> Regards
>
> --
> Mathieu
>


Bug#721119: [pkg-horde] Bug#721119: php-horde-nag: cannon create tasks: "The requested URL /horde/nag/t/save was not found on this server."

2013-08-28 Thread Mathieu Parent
Control: tag -1 + confirmed

2013/8/28 Diego Arroyo :
[...]
> Trying to create a new task on any task list either with horde admin or with
> a normal non-administrative user.
[...]
> Browser output:
> Not Found
> The requested URL /horde/nag/t/save was not found on this server

Thanks for your bug report.

Can you try the following?:

Test 1:
- run "a2enmod rewrite" (as root)
- reload apache
- test again

 If Test 1 not ok:
- edit /etc/apache2/conf.d/php-horde.conf:
<<<
Alias /horde /usr/share/horde

 AllowOverride Limit FileInfo

>>>
- reload apache
- test again

Regards

-- 
Mathieu


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