[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: any good way to get the apache DocumentRoot value?



Hello "Luc MAIGNAN" <luc.maignan@winxpert.com>,

so I got a line
 -D SERVER_CONFIG_FILE="/etc/apache/httpd.conf"
from apache -v in my Debian woody.

Does it mean I have to parse /etc/apache/httpd.conf myself?



On Sun, 3 Mar 2002 16:44:32 +0100
"Luc MAIGNAN" <luc.maignan@winxpert.com> wrote:

> You only have to execute httpd -V (be careful 'v' in lowercase only prints
> Apache version). You will have all options of the server. You only have to
> parse '-D SERVER_CONFIG_FILE' which gives you relative path to the config
> file (relative path from main Apache path which is contained in -D
> HTTP_ROOT).
> 
> Hope this helps
> 
> Regards
> 
> -----Message d'origine-----
> De : Patrick Hsieh [mailto:pahud@pahud.net]
> Envoye : dimanche 3 mars 2002 16:25
> A : debian-isp@lists.debian.org
> Objet : any good way to get the apache DocumentRoot value?
> 
> 
> Hello list,
> 
> This may be kind of off-topic here, but I wan to know is there any good
> way to know the localhost apache DocumentRoot path?
> 
> My situation is, I have to distribute my cgi script(could be python or
> perl)to some apache servers, having no idea where the DocumentRoot path
> is, I have to parse a config file at $DocumentRoot/setup/config.ini
> 
> Is there any way for the script to know exactly where the correct
> DocumentRoot is? It could have no idea about where httpd.conf is, either.
> 
> Any idea is highly welcome.
> --
> Patrick Hsieh <pahud@pahud.net>
> 
> 
> --
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 

-- 
Patrick Hsieh <pahud@pahud.net>



Reply to: