Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Find values of variables specified in config files.

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
banderas20
Posts: 111
Joined: 2016-11-10 15:30

Find values of variables specified in config files.

#1 Post by banderas20 »

Hello.

I've set up an apache 2 installation. In some config files it says it stores the log files in ${APACHE_LOG_DIR}/foo

¿how can I find which is ${APACHE_LOG_DIR}?

The same applies to any config file with variables.

Thanks!

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Find values of variables specified in config files.

#2 Post by bw123 »

https://duckduckgo.com/html/?q=APACHE_LOG_DIR

often variables and related files/locations are described in man pages for whatever .conf file you are wondering about.
resigned by AI ChatGPT

banderas20
Posts: 111
Joined: 2016-11-10 15:30

Re: Find values of variables specified in config files.

#3 Post by banderas20 »

Thanks!

Post Reply