Re: [PHP] Apache Linux question

2005-09-06 Thread Jason Davidson
If you compiled it, you can goto the src directory, and log under config.log Jason On 9/6/05, Georgi Ivanov <[EMAIL PROTECTED]> wrote: > > It is no clear which option you are looking for. > If it's PHP compile options use : > echo phpinfo(); > ?> > This will give you information you need. > > O

Re: [PHP] Apache Linux question

2005-09-06 Thread Georgi Ivanov
It is no clear which option you are looking for. If it's PHP compile options use : This will give you information you need. On Tuesday 06 September 2005 16:39, Feris Thia C. wrote: > Hi All, > > If I already install my Apache on linux system, then is it possible to > check what configuration sett

Re: [PHP] Apache Linux question

2005-09-06 Thread John Nichel
Feris Thia C. wrote: Hi All, If I already install my Apache on linux system, then is it possible to check what configuration settings I provided when compiling the source ?? /path/to/httpd -V If that's not the info you're looking for, check the Apache docs. -- John C. Nichel ÜberGeek KegWo

[PHP] Apache Linux question

2005-09-06 Thread Feris Thia C.
Hi All, If I already install my Apache on linux system, then is it possible to check what configuration settings I provided when compiling the source ?? Regards, Feris