Guest User

Untitled

a guest
Nov 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. soap.wsdl_cache_dir [/temp] # make sure this folder is writeable by php (if using disk cache)
  2. # otherwise give the web server access to it
  3. # check what webserver has for user for example _www or www-data
  4. # Example on MAC:
  5. # chown -R $(whoami):_www /temp
  6.  
  7. soap.wsdl_cache_ttl [seconds] # Time To Live, how long it is cached
Add Comment
Please, Sign In to add comment