Jump to content

Server-Einstellungen Strato


Recommended Posts

Wo finde ich die php.ini Datei bezw. welche Ändere ich da diese Datei mehrfach auf mein Server.

 

1. root/etc/php5/apache2/php.ini

2. root/etc/php5/cgi/php.ini

3. root/etc/php5/cli/php.ini

4. root/var/www/vhosts/domain123.de/etc/php.ini

 

 

gruss Bass

 

Server bei Strato Vserver Level 2

 

Damit ich diese Einstellung vornehmen kann.

 

empfohlene PHP-Einstellungen, damit alles sauber und problemlos läuft:

  • magic_quotes_gpc = off
  • max_execution_time = 300
  • max_input_time = 300
  • memory_limit = 128M, 256M wären optimal (die empfohlenen 64M sind viel zu wenig und stammen noch von alten Zeiten, wo Presashop noch nicht so komplex war). Für die aktuellen Version ab 1.4. werden 128M empfohlen.
  • upload_max_filesize = 20M
  • post_max_size = 20M
  • allow_url_fopen = on - damit der Import von Bildern/Content aus externen Quellen funktioniert
  • safe_mode = off
  • cURL - installiert und aktiviert damit Paypal (und auch andere Module mit API-Schnittstelle) problemlos laufen.
  • mod_rewrite = on

Edited by bassbreaker (see edit history)
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...