|
Re: [ PHP ] Best config practices
wrote:
This is probably not necessary as there's a bunch of ways to override PHP
config currently. You mentioned `.user.ini` files which is a great option,
you can also use `.htaccess` files
wrote:
This is probably not necessary as there's a bunch of ways to override PHP
config currently. You mentioned `.user.ini` files which is a great option,
you can also use `.htaccess` files
|
By
Daniel Mikusa
·
#6312
·
|
|
Re: CF Java Client
The documentation you are referring to relates to Java Client 1.x. The `master` branch contains Java Client 2.x, and its best documentation currently exists in the README[1]. If you wish to continue
The documentation you are referring to relates to Java Client 1.x. The `master` branch contains Java Client 2.x, and its best documentation currently exists in the README[1]. If you wish to continue
|
By
Ben Hale <bhale@...>
·
#6311
·
|
|
Re: [ PHP ] Best config practices
Thanks a lot guys it is a great help!!!!
2017-01-20 19:27 GMT+01:00 Nicholas Calugar <ncalugar(a)pivotal.io>:
Thanks a lot guys it is a great help!!!!
2017-01-20 19:27 GMT+01:00 Nicholas Calugar <ncalugar(a)pivotal.io>:
|
By
Leandro David Cacciagioni
·
#6310
·
|
|
Re: [ PHP ] Best config practices
You may also want to look into [1] .user.ini files.
+Steven
Would you consider compiling PHP with this option:
--with-config-file-scan-dir /home/vcap/app/php/etc/php.d
And then providing some
You may also want to look into [1] .user.ini files.
+Steven
Would you consider compiling PHP with this option:
--with-config-file-scan-dir /home/vcap/app/php/etc/php.d
And then providing some
|
By
Nicholas Calugar
·
#6309
·
|
|
CF Java Client
I am trying build the Java Client from https://github.com/cloudfoundry/cf-java-client.git. However none of the jar files generated contains the classes referred to in the sample code
I am trying build the Java Client from https://github.com/cloudfoundry/cf-java-client.git. However none of the jar files generated contains the classes referred to in the sample code
|
By
Chenulu P
·
#6308
·
|
|
Re: [ PHP ] Best config practices
You can include a `.profile.d/` script or a `.profile` script. It depends
on exactly what you're trying to do as to which one would be better to use,
but I believe most of the time you'd want the
You can include a `.profile.d/` script or a `.profile` script. It depends
on exactly what you're trying to do as to which one would be better to use,
but I believe most of the time you'd want the
|
By
Daniel Mikusa
·
#6307
·
|
|
Re: Proposed changes to Gorouter log message format
Thanks Shannon ! that's a pretty good news hope we can increase perf more.
:)
Thanks Shannon ! that's a pretty good news hope we can increase perf more.
:)
|
By
Gwenn Etourneau
·
#6306
·
|
|
Re: Proposed changes to Gorouter log message format
Thanks Shannon.
FWIW we strip the first timestamp from log messages sent to Splunk because
Splunk doesn't detect the message as JSON unless the entire event is
properly formatted json. Either way, I
Thanks Shannon.
FWIW we strip the first timestamp from log messages sent to Splunk because
Splunk doesn't detect the message as JSON unless the entire event is
properly formatted json. Either way, I
|
By
Mike Youngstrom <youngm@...>
·
#6305
·
|
|
[ PHP ] Best config practices
I have a php monolith app that requires tons of .ini files config previous
to the deployment I want to know if any of you have a "best practice" to
generate all this ini files depending from the
I have a php monolith app that requires tons of .ini files config previous
to the deployment I want to know if any of you have a "best practice" to
generate all this ini files depending from the
|
By
Leandro David Cacciagioni
·
#6304
·
|
|
Re: Proposed changes to Gorouter log message format
Mike, thank you for your response. The Routing team tells me we can count
on the library-provided timestamp appearing in the second position. To be
clear, a full log message has two timestamps, one
Mike, thank you for your response. The Routing team tells me we can count
on the library-provided timestamp appearing in the second position. To be
clear, a full log message has two timestamps, one
|
By
Shannon Coen
·
#6303
·
|
|
Re: smallest number of VMs for CF deployment
Hi,
You may find this great talk from Altoros helpful:
https://www.youtube.com/watch?v=RJx9tLoa2ug
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
Hi,
You may find this great talk from Altoros helpful:
https://www.youtube.com/watch?v=RJx9tLoa2ug
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
|
By
Daniel Jones
·
#6302
·
|
|
Re: smallest number of VMs for CF deployment
Hi Nic,
I am trying to deploy CF with less Vms , can you please help me provide any link which can guide me or any sample yaml file . I have checked the above link but looks like thats been removed
Hi Nic,
I am trying to deploy CF with less Vms , can you please help me provide any link which can guide me or any sample yaml file . I have checked the above link but looks like thats been removed
|
By
srinivas A
·
#6301
·
|
|
Best Way to Customize Name Servers
I have some recommendation from Infrastructure to customize the
/etc/resolv.conf file in all CF VMs and the app containers. It is not just
name server and search domain entries. There are other
I have some recommendation from Infrastructure to customize the
/etc/resolv.conf file in all CF VMs and the app containers. It is not just
name server and search domain entries. There are other
|
By
Suren R
·
#6300
·
|
|
Re: Proposed changes to Gorouter log message format
Our Splunk configuration requires the timestamp to be early in the log
message. Should be fine as the second item. But, might cause issues any
further into the message than that.
Mike
Our Splunk configuration requires the timestamp to be early in the log
message. Should be fine as the second item. But, might cause issues any
further into the message than that.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#6299
·
|
|
Re: Proposed changes to Gorouter log message format
Shannon,
Can you share about the improvements you are talking about ?
Thanks
2017-01-19 9:46 GMT+09:00 Shannon Coen <scoen(a)pivotal.io>:
Shannon,
Can you share about the improvements you are talking about ?
Thanks
2017-01-19 9:46 GMT+09:00 Shannon Coen <scoen(a)pivotal.io>:
|
By
Etourneau Gwenn
·
#6298
·
|
|
Proposed changes to Gorouter log message format
The Routing team is moving from cloudfoundry/lager to uber-go/zap logging
library for the Gorouter log, as we have observed improvements to
throughput performance using zap. This change has no impact
The Routing team is moving from cloudfoundry/lager to uber-go/zap logging
library for the Gorouter log, as we have observed improvements to
throughput performance using zap. This change has no impact
|
By
Shannon Coen
·
#6297
·
|
|
Re: 2017 CF Summit Silicon Valley Contributor Code
Hi all!
On today's CAB call, Dr. Max asked if this thread could be bumped so
everyone is reminded to see it.
Contributors: Don't forget to register!
-chip
wrote:
--
Chip Childers
CTO, Cloud
Hi all!
On today's CAB call, Dr. Max asked if this thread could be bumped so
everyone is reminded to see it.
Contributors: Don't forget to register!
-chip
wrote:
--
Chip Childers
CTO, Cloud
|
By
Chip Childers <cchilders@...>
·
#6296
·
|
|
Update to Garden RunC vulnerability notice
Hello - we originally thought we were not vulnerable to a vulnerability in
RunC but turns out it is complicated. Please see updated notice below.
https://www.cloudfoundry.org/cve-2016-9962/
Please
Hello - we originally thought we were not vulnerable to a vulnerability in
RunC but turns out it is complicated. Please see updated notice below.
https://www.cloudfoundry.org/cve-2016-9962/
Please
|
By
Molly Crowther
·
#6295
·
|
|
Proposal: BOSH-aware DNS server
Hi all,
In service of the initiative to remove the hard dependency on Consul for Locks
& Service Discovery in CF
Hi all,
In service of the initiative to remove the hard dependency on Consul for Locks
& Service Discovery in CF
|
By
Amit Kumar Gupta
·
#6294
·
|
|
Re: Locks & Service Discovery in CF Runtime
I like the direction. This change will be good.
Mike
I like the direction. This change will be good.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#6293
·
|