Apache Introspection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Apache Introspection

Post by Ollie Saunders »

Can anyone recommend any functions / libraries / extensions for performing Apache introspection/reflection. In particular I'm trying to find out the current ErrorDocument configuration from inside PHP but I would be interested in something more comprehensive too.

If it doesn't exist I might feel another devnet community open source project coming on.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'm not aware of any facilities readily accessible by PHP that can tell you such information.
Post Reply