there is no php.ini file in my ubuntu systemFind the correct php.ini filesetresuid operation not permitted when calling via phpPhp.ini file change not reflecting in phpinfo()I can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)Installed php5.6 on ubuntu 16 enable extensionsFinding correct php.ini file for lampCannot traverse directories for apache2 web files after using setfaclwhich is correct php.ini file to use in apache2?php not working within apache2
What is the reasoning behind standardization (dividing by standard deviation)?
How can an organ that provides biological immortality be unable to regenerate?
Why do I have a large white artefact on the rendered image?
Have the tides ever turned twice on any open problem?
Did Nintendo change its mind about 68000 SNES?
What is it called when someone votes for an option that's not their first choice?
CLI: Get information Ubuntu releases
Animating wave motion in water
How are passwords stolen from companies if they only store hashes?
PTIJ: Which Dr. Seuss books should one obtain?
Does convergence of polynomials imply that of its coefficients?
"Marked down as someone wanting to sell shares." What does that mean?
What will the Frenchman say?
What is the difference between something being completely legal and being completely decriminalized?
Can a university suspend a student even when he has left university?
Output visual diagram of picture
If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?
Hackerrank All Women's Codesprint 2019: Name the Product
Norwegian Refugee travel document
Would this string work as string?
How to balance a monster modification (zombie)?
Homology of the fiber
Can other pieces capture a threatening piece and prevent a checkmate?
PTIJ: Why do we make a Lulav holder?
there is no php.ini file in my ubuntu system
Find the correct php.ini filesetresuid operation not permitted when calling via phpPhp.ini file change not reflecting in phpinfo()I can't get wordpress on working on a apache! Please help!Unable to access remotely (LAMP issue)Installed php5.6 on ubuntu 16 enable extensionsFinding correct php.ini file for lampCannot traverse directories for apache2 web files after using setfaclwhich is correct php.ini file to use in apache2?php not working within apache2
Below is the code from my system, I could not find the php.ini file in my system
mysystem@mysystem-dev1:/etc/php/7.2$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Sep 13 2018 conf.d
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ cd ..
mysystem@mysystem-dev1:/etc/php/7.2$ cd 7.1
bash: cd: 7.1: No such file or directory
mysystem@mysystem-dev1:/etc/php/7.2$ cd ../7.1
mysystem@mysystem-dev1:/etc/php/7.1$ ls -ltr
total 8
drwxr-xr-x 3 root root 4096 Mar 18 16:39 cli
drwxr-xr-x 3 root root 4096 Mar 18 16:39 apache2
mysystem@mysystem-dev1:/etc/php/7.1$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.1/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Mar 8 01:32 conf.d
mysystem@mysystem-dev1:/etc/php/7.1/apache2$
I tried to find using find command
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -name 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$
apache2 php
add a comment |
Below is the code from my system, I could not find the php.ini file in my system
mysystem@mysystem-dev1:/etc/php/7.2$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Sep 13 2018 conf.d
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ cd ..
mysystem@mysystem-dev1:/etc/php/7.2$ cd 7.1
bash: cd: 7.1: No such file or directory
mysystem@mysystem-dev1:/etc/php/7.2$ cd ../7.1
mysystem@mysystem-dev1:/etc/php/7.1$ ls -ltr
total 8
drwxr-xr-x 3 root root 4096 Mar 18 16:39 cli
drwxr-xr-x 3 root root 4096 Mar 18 16:39 apache2
mysystem@mysystem-dev1:/etc/php/7.1$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.1/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Mar 8 01:32 conf.d
mysystem@mysystem-dev1:/etc/php/7.1/apache2$
I tried to find using find command
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -name 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$
apache2 php
locate php.ini
– Emmet
13 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago
add a comment |
Below is the code from my system, I could not find the php.ini file in my system
mysystem@mysystem-dev1:/etc/php/7.2$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Sep 13 2018 conf.d
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ cd ..
mysystem@mysystem-dev1:/etc/php/7.2$ cd 7.1
bash: cd: 7.1: No such file or directory
mysystem@mysystem-dev1:/etc/php/7.2$ cd ../7.1
mysystem@mysystem-dev1:/etc/php/7.1$ ls -ltr
total 8
drwxr-xr-x 3 root root 4096 Mar 18 16:39 cli
drwxr-xr-x 3 root root 4096 Mar 18 16:39 apache2
mysystem@mysystem-dev1:/etc/php/7.1$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.1/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Mar 8 01:32 conf.d
mysystem@mysystem-dev1:/etc/php/7.1/apache2$
I tried to find using find command
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -name 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$
apache2 php
Below is the code from my system, I could not find the php.ini file in my system
mysystem@mysystem-dev1:/etc/php/7.2$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Sep 13 2018 conf.d
mysystem@mysystem-dev1:/etc/php/7.2/apache2$ cd ..
mysystem@mysystem-dev1:/etc/php/7.2$ cd 7.1
bash: cd: 7.1: No such file or directory
mysystem@mysystem-dev1:/etc/php/7.2$ cd ../7.1
mysystem@mysystem-dev1:/etc/php/7.1$ ls -ltr
total 8
drwxr-xr-x 3 root root 4096 Mar 18 16:39 cli
drwxr-xr-x 3 root root 4096 Mar 18 16:39 apache2
mysystem@mysystem-dev1:/etc/php/7.1$ cd apache2/
mysystem@mysystem-dev1:/etc/php/7.1/apache2$ ls -ltr
total 4
drwxr-xr-x 2 root root 4096 Mar 8 01:32 conf.d
mysystem@mysystem-dev1:/etc/php/7.1/apache2$
I tried to find using find command
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -name 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$ sudo find / -iname 'php.ini'
find: ‘/run/user/1000/gvfs’: Permission denied
mysystem@mysystem-dev1:/etc/php/7.1/apache2/conf.d$
apache2 php
apache2 php
edited 4 mins ago
Sugumar Venkatesan
asked 16 mins ago
Sugumar VenkatesanSugumar Venkatesan
1064
1064
locate php.ini
– Emmet
13 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago
add a comment |
locate php.ini
– Emmet
13 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago
locate php.ini
– Emmet
13 mins ago
locate php.ini
– Emmet
13 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126815%2fthere-is-no-php-ini-file-in-my-ubuntu-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126815%2fthere-is-no-php-ini-file-in-my-ubuntu-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
locate php.ini
– Emmet
13 mins ago
@Emmet please see my updated answer, I have used find command to locate the php.ini file
– Sugumar Venkatesan
3 mins ago