Michael Kaufmann (d00p)
bdc0a4caf1
fix visibility of fpm-mod_proxy_fcgi-apache-2.4 setting
2014-11-10 12:59:05 +01:00
Michael Kaufmann (d00p)
5499388777
add possibility to use php-fpm over mod_proxy_fcgi with apache >=2.4.9
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-10 11:47:27 +01:00
Michael Kaufmann (d00p)
4cc3c01dcb
remove password-suggestion if a custom regex is defined; added password-complexity-settings for non-regex users to define what generated passwords should contain, thx to Marco Vogt; fixes #1216
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-10 10:07:32 +01:00
Michael Kaufmann (d00p)
f5f7bc449a
use recent Content-Security-Policy values and header for all browser, secure script/query-string to redirect to after login if given
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-11-04 13:01:42 +01:00
Roman Schmerold
0fbc2ab821
Merge pull request #204 from junkpad92/patch-1
...
Fix Safari checkbox-bug
2014-11-03 20:34:25 +01:00
junkpad92
329197902e
Fix Safari checkbox-bug
...
If checkbox is focused (clicking in the checkbox) checkbox shifts downward. I think: Only in Safari on Yosemite. Other browsers not affected.
2014-11-03 18:56:23 +01:00
Michael Kaufmann (d00p)
f303bfdbfd
use /etc/crontab directly when on FreeBSD because it does not use anything like /etc/cron.d/ file-inclusion, refs and possibly fixes #1437
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-31 09:48:38 +01:00
Michael Kaufmann (d00p)
0156c3a59d
few fixes in inline-css; added mail.log php.ini option and enabled it in default ini-config
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-31 09:14:28 +01:00
Michael Kaufmann
6f9f5880ee
Merge pull request #203 from Tak0r/master
...
fix fpm settings for session.auto_start (php_flag -> php_value), nginx poodle "fix", wheezy config for fpm with fpm vhost
2014-10-30 15:02:59 +01:00
Frank Gehann
29d755433f
set explicit sslprotocol to react to poodle attack stuff (nginx)
2014-10-30 14:57:04 +01:00
Frank Gehann
c63fa7ec97
wheezy config change to reflect the fpm permission change (add the panel vhost group to the webserver user
2014-10-30 14:54:04 +01:00
Frank Gehann
dc2b690fa4
session.auto_start needs to be a php_value since it gets passed a 0 or 1 and not on/off which causes the fpm to not start at all.
2014-10-30 13:55:56 +01:00
Michael Kaufmann (d00p)
97ec269838
set explicit sslprotocol to react to poodle attack stuff
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-27 11:46:28 +01:00
Michael Kaufmann (d00p)
58ec17ce10
don't allow subdomains as alias-domains as it could lead to a possible dead-end for editing ip/port for the domain
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-27 10:41:29 +01:00
Roman Schmerold (BNoiZe)
1b00a816e3
Rewrite of merging special vhost settings, fixes #1430
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-12 15:34:40 +02:00
Roman Schmerold (BNoiZe)
911d3769f6
Added froxlor logo to footer
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 14:22:51 +02:00
Roman Schmerold (BNoiZe)
3f3a02147b
Update copyright in standard customer index
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 14:16:19 +02:00
Roman Schmerold (BNoiZe)
a7450dfe37
Fixed duplicate creation of directory protection, fixes #1450
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 09:08:27 +02:00
Roman Schmerold (BNoiZe)
fe5eff890f
Removed another evil if I overlooked
...
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org >
2014-10-11 08:18:43 +02:00
Roman Schmerold
539ec529c2
Removing evil if from nginx vhosts
...
Signed-off-by: Roman Schmerold <bnoize@froxlor.org >
2014-10-11 07:58:01 +02:00
Michael Kaufmann (d00p)
bc8e56e7da
fix version_compare
2014-10-07 08:24:40 +02:00
Michael Kaufmann (d00p)
332a6bc550
don't make the fpm-socket readable for all, fixes #1418
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-01 13:39:41 +02:00
Michael Kaufmann (d00p)
480e3a8bfd
fix incorrect security check on mail-directories where various special-characters are allowed, fixes #1458
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-10-01 07:29:25 +02:00
Michael Kaufmann (d00p)
cbab67a2fd
Merge branch 'master' of github.com:Froxlor/Froxlor
2014-09-22 10:17:46 +02:00
Michael Kaufmann (d00p)
559fb4d4a4
done a few fixes for newer php-versions
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-22 10:17:42 +02:00
Roman Schmerold
a47b1e7f5d
Merge pull request #201 from Stricted/patch2
...
Fix nginx auto index, fixes #1446
2014-09-18 09:39:52 +02:00
Stricted
141e728c0f
fix last commits
2014-09-16 22:47:07 +02:00
Stricted
024d01b300
fix directory index for folders on nginx #2
2014-09-16 21:24:50 +02:00
Stricted
cbf47f46ea
fix directory index for folders on nginx
2014-09-16 21:17:06 +02:00
Michael Kaufmann (d00p)
74c493f39c
remove unnecessary fields that have been removed in updater a long time ago
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-13 09:32:19 +02:00
Michael Kaufmann (d00p)
37624a912e
add task 99 the correct way in installation as the constant FROXLOR_INSTALL_DIR is not set there
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-09-12 07:50:05 +02:00
Michael Kaufmann
997135d7c0
Merge pull request #200 from Stricted/patch-1
...
fix path_info on nginx cronjob
2014-09-09 09:22:25 +02:00
Stricted
31f3639c15
fix path_info on nginx cronjob
2014-09-08 18:37:14 +02:00
Michael Kaufmann (d00p)
70a9ad2f3d
enhanced list of allowed php.ini-directives for php-fpm
2014-09-07 08:21:30 +02:00
Michael Kaufmann (d00p)
b1fe737a03
Merge branch 'HolySephi-master'
2014-09-06 09:41:09 +02:00
HolySephi
6f974c035d
Update etc_libnss-mysql.cfg
2014-09-06 08:18:45 +02:00
HolySephi
3c091f9cce
Update etc_libnss-mysql.cfg
2014-09-06 08:17:48 +02:00
HolySephi
b2268861b0
Update usr_local_etc_libnss-mysql.cfg
2014-09-06 08:16:47 +02:00
HolySephi
4b5b9e8d1c
Update etc_libnss-mysql.cfg
2014-09-06 08:16:03 +02:00
Michael Kaufmann (d00p)
c5c2f735cc
code beautification and better documentation
2014-09-06 08:06:33 +02:00
Michael Kaufmann
ed6c78dd50
Merge pull request #196 from privatehosting/patch-1
...
Fix undefined offset if no entries are in the quotaused-array in cron-tasks
2014-09-06 08:05:32 +02:00
Michael Kaufmann
c303f8a683
Merge pull request #199 from schadowfox/master
...
added php error log capabilities in php-configuration (php.ini) for php-fpm
2014-09-06 07:58:15 +02:00
schadowfox
1d27a27751
added php error log capabilities
...
not sure why this is missing in the default config, but with this you can once again have a error log for php files.
2014-09-05 23:26:48 +02:00
Michael Kaufmann (d00p)
9776624c32
honor max_children values for php-fpm
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-11 08:24:26 +02:00
Michael Kaufmann (d00p)
2ebb5259a0
after a new installation, insert a task for generating the cron.d file, also let cronjob's --force re-create the cron.d file
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-05 18:14:04 +02:00
Michael Kaufmann (d00p)
ce88d1caae
fix command for creating deactivated-root-dir, thx to oschni
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-08-05 18:12:35 +02:00
Michael Kaufmann (d00p)
80a2b5da34
correct precise postfix-master.cf config-template
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-19 14:40:26 +02:00
Michael Kaufmann (d00p)
92eea6d7b2
insert task for rebuilding config files after changing the ips (not perfect yet but better then no task)
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-09 17:52:16 +02:00
Michael Kaufmann (d00p)
25fa9a8121
various tiny improvements
...
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org >
2014-07-09 09:39:26 +02:00
PrivateCityHosting
4c4a39994c
Update cron_tasks.php
...
Fixing: PHP Notice: Undefined offset:
if problem: repquota: Einhängepunkt oder Gerät / nicht gefunden oder hat keine aktivierten Quotas.
repquota: Nicht alle angegebenen Mountpunkte verwenden Quotas.
2014-07-07 02:16:13 +02:00