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













0















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$









share|improve this question
























  • 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















0















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$









share|improve this question
























  • 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













0












0








0








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$









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»