User Documenta... > Security > Topic (new)

secure streber installations / #2162

This page covers methods to increase security of streber installations.



Encryption

https strongly recommended

Server

PHP

php.ini

remove phpInfo()

Database

Recommented reading

PHP-Sicherheit, C. Kunz, P. Prochaska; 2006; dpunkt.verlag

This book is a very good summary of security related problems with php installations. It's excellently written.


also see:

3 Comments

madlyr

Sep 26, 2006
Tom, did you check if installation works on https?
I always disable mod_rewrite rule forcing to https on my installation to make shure this process will "normal" :-).

It seems, that streber works seamleassly over https but we should check if there is no absolute http or https prefixes in url's. Is it correct?

pixtur

Sep 26, 2006
https
I use an https-installation for my commercial projects. There have been some issues which I fixed in v0.0592. It works without problems.


madlyr

Sep 26, 2006
version 2
 

Comment / Update