I want to define a variable in Apache server's httpd.conf configuration file.
Ex: variable static_path = C:\codebase\snp_static
and I want to use this variable (static_path) in httpd.conf where ever required.
Please tell me how can define a variable in httpd.conf file ?