5

In the directory /usr/local/apache2/modules, I see the single file httpd.exp. What is the purpose of this file?

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
stalepretzel
  • 834
  • 4
  • 15
  • 19

1 Answers1

3

httpd.exp is the export file for Apache and IHS functions, and contains a list of the functions to be exported for use by the modules.

gharper
  • 5,425
  • 4
  • 29
  • 35