Hi,
I first-tried to plug hyperkitty as wsgi module. It fails to a redirect loop.
I used provided files (apache conf) and latest hk from github (branch master)
using debian7
while postorius works
Don't know where to look
the python manage.py works
so it's quite perturbating, made some hints in urls.py or wsgi.py without success... Really need help
Best regards
Apparently you forgot the apache conf file :-) Which URL is causing the redirection? To which URL? If you have the apache log files, I'm interested too.
Aurélien
2013/11/29 nicolas nicolas@karageuzian.com:
Hi,
I first-tried to plug hyperkitty as wsgi module. It fails to a redirect loop.
I used provided files (apache conf) and latest hk from github (branch master)
using debian7
while postorius works
Don't know where to look
the python manage.py works
so it's quite perturbating, made some hints in urls.py or wsgi.py without success... Really need help
Best regards _______________________________________________ hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
Hi,
My mistake, for example /hyperkitty/ redirects to /
Here is a paste of what is interresting in my conf :
WSGIScriptAlias /hyperkitty /home/mailman/hyperkitty_standalone/wsgi.py WSGIDaemonProcess hyperkitty threads=25 python-path=/home/mailman/hyperkitty_standalone:/home/mailman/py27/lib/python2.7/site-packages # If using VirtualEnv #WSGIDaemonProcess hyperkitty threads=25 python-path=/home/mailman/hyperkitty_standalone:/home/mailman/your/venv/lib/python2.X/site-packages
<Directory "/home/mailman/hyperkitty_standalone"> <Files wsgi.py> Order deny,allow Allow from all </Files> WSGIProcessGroup hyperkitty </Directory>
<Directory "/home/mailman/hyperkitty_standalone/static"> Order deny,allow Allow from all </Directory>
#RewriteEngine On #RewriteRule ^/$ /hyperkitty [R=301,L]
Note the 2 last lines I had to comment them in order to avoid a redirect loop
Nicolas
Le 2013-11-29 15:13, Aurelien Bompard a écrit :
Apparently you forgot the apache conf file :-) Which URL is causing the redirection? To which URL? If you have the apache log files, I'm interested too.
Aurélien
2013/11/29 nicolas nicolas@karageuzian.com:
Hi,
I first-tried to plug hyperkitty as wsgi module. It fails to a redirect loop.
I used provided files (apache conf) and latest hk from github (branch master)
using debian7
while postorius works
Don't know where to look
the python manage.py works
so it's quite perturbating, made some hints in urls.py or wsgi.py without success... Really need help
Best regards _______________________________________________ hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
Uh, that's strange. I'll need the contents of your urls.py (in hyperkitty_standalone) and the ROOT_URLCONF variable in your settings.py please.
Aurélien
2013/11/29 nicolas nicolas@karageuzian.com:
Hi,
My mistake, for example /hyperkitty/ redirects to /
Here is a paste of what is interresting in my conf :
WSGIScriptAlias /hyperkitty /home/mailman/hyperkitty_standalone/wsgi.py WSGIDaemonProcess hyperkitty threads=25python-path=/home/mailman/hyperkitty_standalone:/home/mailman/py27/lib/python2.7/site-packages # If using VirtualEnv #WSGIDaemonProcess hyperkitty threads=25 python-path=/home/mailman/hyperkitty_standalone:/home/mailman/your/venv/lib/python2.X/site-packages
<Directory "/home/mailman/hyperkitty_standalone"> <Files wsgi.py> Order deny,allow Allow from all </Files> WSGIProcessGroup hyperkitty </Directory> <Directory "/home/mailman/hyperkitty_standalone/static"> Order deny,allow Allow from all </Directory> #RewriteEngine On #RewriteRule ^/$ /hyperkitty [R=301,L]Note the 2 last lines I had to comment them in order to avoid a redirect loop
Nicolas
Le 2013-11-29 15:13, Aurelien Bompard a écrit :
Apparently you forgot the apache conf file :-) Which URL is causing the redirection? To which URL? If you have the apache log files, I'm interested too.
Aurélien
2013/11/29 nicolas nicolas@karageuzian.com:
Hi,
I first-tried to plug hyperkitty as wsgi module. It fails to a redirect loop.
I used provided files (apache conf) and latest hk from github (branch master)
using debian7
while postorius works
Don't know where to look
the python manage.py works
so it's quite perturbating, made some hints in urls.py or wsgi.py without success... Really need help
Best regards _______________________________________________ hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel
hyperkitty-devel@lists.fedorahosted.org