39389/how-t-find-httpd-conf-file-in-apache
First f all, get apache's path:
$ ps -ef | grep apache apache 12846 14590 0 Oct20 ? 00:00:00 /usr/sbin/apache2
then add -V flag to the argument:
$ /usr/sbin/apache2 -V | grep SERVER_CONFIG_FILE -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"
for more info: http://commanigy.com/blog/2011/6/8/finding-apache-configuration-file-httpd-conf-location
Hi@akhtar, You can extract text from a file. ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
There are multiple ways to find the ...READ MORE
You don't actually have to call the ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
I had the same issue. I solved ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
You can use 2> to redirect it: foo ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.