Current time: 05-04-2024, 04:03 AM Hello There, Guest! (LoginRegister)


Post Reply 
Roundcube und .htaccess
Author Message
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #1
Roundcube und .htaccess
Hallo habe eben wieder Roundcube draufgemacht bei Configcheck sagt er mir das FileInfo: NOT AVAILABLE(See http://www.php.net/manual/en/ref.fileinfo.php) Fehlt.Wo füge ich die am optimalsten ein?
Und dann sagt er magic_quotes_gpc: NOT OK(is '1', should be '0') obwohl die .htaccess so aussieht:

# AddDefaultCharset UTF-8
AddType text/x-component .htc

<IfModule mod_php4.c>
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
</IfModule>

<IfModule mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
php_value session.auto_start 0
php_value zlib.output_compression 0
php_value magic_quotes_gpc 0
</IfModule>

<FilesMatch "(\.inc|\~)$">
Order allow,deny
Deny from all
</FilesMatch>

Order deny,allow
Allow from all
03-18-2008 04:04 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #2
RE: Roundcube und .htaccess
benutzt du den mod_php? normalerweise nutzt ispcp mod_fastcgi und die konfiguration für roundcube würdest du dann in der /var/www/fcgi/master/php[4,5]/php.ini vornehmen...
03-18-2008 04:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #3
RE: Roundcube und .htaccess
rbtux Wrote:benutzt du den mod_php? normalerweise nutzt ispcp mod_fastcgi und die konfiguration für roundcube würdest du dann in der /var/www/fcgi/master/php[4,5]/php.ini vornehmen...

Benutze ISPStandart ich habe nur kleine Modifizierungen in der Postfix Config und bzgl. Amavis und Maia vorgenommen.
03-18-2008 04:10 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #4
RE: Roundcube und .htaccess
in der entsprechenden php.ini in disabled_functions Eintrag entfernen, apache restarten, fertig.
03-18-2008 04:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #5
RE: Roundcube und .htaccess
ja dann modifizier die magic_quotes einstellung in der von mir angesprochen datei und mach ein apache reload...
03-18-2008 04:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #6
RE: Roundcube und .htaccess
elitepilot Wrote:
rbtux Wrote:benutzt du den mod_php? normalerweise nutzt ispcp mod_fastcgi und die konfiguration für roundcube würdest du dann in der /var/www/fcgi/master/php[4,5]/php.ini vornehmen...

Benutze ISPStandart ich habe nur kleine Modifizierungen in der Postfix Config und bzgl. Amavis und Maia vorgenommen.


in der ini steht an der Stelle:

; Magic quotes
;

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
03-18-2008 04:12 AM
Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #7
RE: Roundcube und .htaccess
gOOvER Wrote:in der entsprechenden php.ini in disabled_functions Eintrag entfernen, apache restarten, fertig.

in welcher php.ini finde ich disabled_functions?
in der

/var/www/fcgi/master/php5 gibst das nicht
03-18-2008 04:13 AM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #8
RE: Roundcube und .htaccess
ja und jetzt?

dann stell halt

magic_quotes_gpc = off

oder hab ich jetzt was verpasst?
03-18-2008 04:14 AM
Visit this user's website Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #9
RE: Roundcube und .htaccess
ich probiers.
Funktioniert. Es war natürlich meine Dummheit da ich den Wert O fälscherlicherweise als On interpretiert hatte. Sowas ist peinlich für einen geschulten Informatiker. Ich danke für eure Mühen und dann für die Hilfe und den Klopfer auf den Hinterkopf.
(This post was last modified: 03-18-2008 04:18 AM by elitepilot.)
03-18-2008 04:15 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)