Bernhard Posselt
1baa7002d5
Mention PDO in requirements, Fix #116
2013-05-06 16:39:30 +03:00
lucas c
11abd89ba5
updated crontab example to current owncloud path
2013-05-05 12:55:39 -07:00
Kevin Brubeck Unhammer
270b26c091
typo
2013-05-01 18:58:47 +03:00
Bernhard Posselt
3af0c7fbd5
make php5-intl an optional dep
2013-04-09 14:24:02 +02:00
Bernhard Posselt
75689582d9
use contents instead of index file to generate not only the first level but also the subdirectories to fix #77
2013-04-08 13:19:57 +02:00
Bernhard Posselt
fdc1ac1935
added update hint for encryption to fix #78
2013-04-08 11:43:27 +02:00
Bernhard Posselt
72ad7aca81
Revert "version bump php to 5.3.4 to fix issue #101 "
...
This reverts commit 8c5a98cc4d .
2013-04-08 11:28:00 +02:00
Bernhard Posselt
732304b397
version bump php to 5.3.4 to fix issue #101
2013-04-08 11:02:09 +02:00
Daniel Tschinder
8791136b80
overwrite SCRIPT_FILENAME variable in nginx conf
...
SCRIPT_FILENAME is defined in /etc/nginx/fastcgi_params . For owncloud
we need to overwrite it, so php gets only the path/filename of the file
to be executed.
Also turn off access_log and 404 logging for robots.txt
2013-04-06 18:08:19 +02:00
Frank Karlitschek
b7fb0f4fcb
fix url
2013-04-03 06:15:21 +02:00
itheiss
bdedf45792
Update to reflect new parameter mail_domain
...
Fix for #2499
2013-03-26 10:27:40 +01:00
Victor Dubiniuk
c1037e888c
Update copyright
2013-03-20 21:53:04 +03:00
Bernhard Posselt
2966c5d51f
more update notices
2013-03-19 14:17:11 +01:00
Valerio Ponte
188093b20a
clean nginx default config
2013-03-18 22:50:04 +01:00
Thomas Tanghus
c19b6c6fe5
Add doc for updating PHP on Ubuntu 10.04 LTS
2013-03-18 14:23:17 +01:00
ThomasKramps
0dd9f05565
Update installation_others.rst
...
I think we don't need to define access.log and error.log since owncloud does the logging automatically in /var/log/access.log and /var/log/error.log. Setting a log level here would even rule out the gui setting in the admin section of owncloud.
…and some little design fixes.
2013-03-17 10:45:32 +01:00
ThomasKramps
01585f24a1
Update installation_others.rst
...
root path is normally /var/www. In default environment $server_name/htdocs throws a 404.
inlude fastcgi.conf throws 'open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)', assuming fastcgi_params would be correct.
access_log main throws an 'unknown log format "main"', here I don't know how to fix it, so I commented it out for me. Please look into it!
First github-experience for me. If I could do something better please criticize.
2013-03-16 16:10:11 +01:00
QuentinFonteneau
b04de7196a
precision on regex
...
Precise to use $1 and $2 for $script_name & $path_info if admin use ^(.+?\.php)(/.*)?$ instead of ^(?<script_name>.+?\.php)(?<path_info>/.*)?$
2013-03-16 11:01:10 +01:00
Bernhard Posselt
54b2b92279
Merge pull request #69 from leezu/patch-2
...
Update installation_others.rst
2013-03-15 15:49:52 -07:00
Felix Paetow
10a7539b71
Update configuration_database.rst
...
Different socket
Add information about a different socket under debian squeeze.
2013-03-15 20:55:28 +01:00
Leonard
f3b5cd18ec
Update installation_others.rst
...
Update https rewrite.
See http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
2013-03-15 12:31:33 +01:00
Ed Wildgoose
596e4d5f2c
Update installation_others.rst
...
Update Nginx configuration
Fixes a number of potential security holes. Avoids duplication.
TODO: Further restrict locations where .php files can be found.
2013-03-14 16:07:34 +00:00
Michael Gapczynski
457de8c06e
Specify config folder instead of config.php
2013-03-06 17:25:55 -05:00
Lukas Reschke
2e35fb8b1b
Add information about outdated content
2013-03-03 18:27:41 +01:00
Stefan Herbrechtsmeier
b04f4de9a9
configuration_overwrite: rename to configuration_reverseproxy to match title
2013-02-23 20:24:51 +01:00
Stefan Herbrechtsmeier
d6a62059be
configuration_overwrite: wrap text at 80 characters
2013-02-23 18:26:31 +01:00
Stefan Herbrechtsmeier
310a65d60f
configuration_overwrite: use complete code example and add note
2013-02-23 18:16:08 +01:00
Stefan Herbrechtsmeier
d477068cce
configuration_overwrite: change title to reverse proxy configuration
2013-02-23 17:47:51 +01:00
Stefan Herbrechtsmeier
fe4ac73357
admin_manual: add overwrite configuration documentation
2013-02-23 16:25:17 +01:00
Arthur Schiwon
e6c5d44a8b
LDAP: updated user and group mapping part
2013-02-21 13:33:13 +01:00
Arthur Schiwon
dc6033ba68
LDAP: introduced 'Troubleshooting, Tips and Tricks' with some restructure
2013-02-21 13:22:20 +01:00
Arthur Schiwon
b8440bf27d
LDAP: overhauled advanced settings
2013-02-21 12:52:35 +01:00
Arthur Schiwon
c47fb0cccd
resize image
2013-02-20 20:12:56 +01:00
Arthur Schiwon
cf95a2162c
LDAP: update screenshot of basic settings
2013-02-20 19:49:46 +01:00
Arthur Schiwon
3e2aeedbb9
LDAP: adjust basic settings tab
2013-02-20 19:45:02 +01:00
Arthur Schiwon
7fdef9ddfb
Merge LDAP changes from stable45
2013-02-20 14:36:17 +01:00
Arthur Schiwon
7e89064f8e
LDAP: fix AD part
2013-02-20 14:25:48 +01:00
Arthur Schiwon
e8d83a13a0
LDAP: update Advanced - User Home Folder Naming Rule
2013-02-20 14:20:58 +01:00
Arthur Schiwon
452512fe71
LDAP: mention AD in basic intro
2013-02-20 13:46:14 +01:00
Arthur Schiwon
c29fec1ca2
whitspaces
2013-02-20 13:45:38 +01:00
Bernhard Posselt
9eee0a5d1e
Update admin_manual/configuration/index.rst
2013-02-20 11:26:13 +01:00
j-ed
c9cfbf51d0
Update admin_manual/configuration/background_jobs.rst
2013-02-16 18:31:11 +01:00
j-ed
65f05434d1
Update admin_manual/configuration/background_jobs.rst
2013-02-16 17:44:41 +01:00
j-ed
8128b1fcf1
Update admin_manual/configuration/background_jobs.rst
2013-02-16 15:58:39 +01:00
j-ed
44db63e9db
Create background_jobs.rst
...
added description of background jobs base on information provided by the developer: http://mail.kde.org/pipermail/owncloud/2012-August/004759.html
2013-02-16 06:28:00 -08:00
j-ed
f45ab86650
Update admin_manual/configuration/custom_user_backend.rst
...
improved example code to exactly match the required syntax.
2013-02-14 19:21:50 +01:00
j-ed
c2818cf5aa
Update admin_manual/configuration/custom_mount_config.rst
...
added descriptions of the already supported and popular file storage backends AmazonS3, Dropbox, and Google Drive.
2013-02-12 19:05:17 +01:00
Frank Karlitschek
4f6bc8b382
no longer needed
2013-02-08 23:12:18 +01:00
Bernhard Posselt
697e023734
improvements
2013-02-08 18:24:55 +01:00
Georg Ehrke
2eda97f1f7
Update admin_manual/installation/installation_macos.rst
2013-02-08 18:08:18 +01:00