rse         99/08/18 09:02:47

  Modified:    src/support httpd.exp
  Log:
  To get mod_perl running as a DSO under AIX two additional functions
  must be exported from httpd. This was missed as no standard module is
  using these symbols.
  
  Submitted by: Jens-Uwe Mager <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.27      +2 -0      apache-1.3/src/support/httpd.exp
  
  Index: httpd.exp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/httpd.exp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- httpd.exp 1999/08/14 08:35:54     1.26
  +++ httpd.exp 1999/08/18 16:02:46     1.27
  @@ -9,6 +9,7 @@
   ap_SHA1Update
   ap_add_cgi_vars
   ap_add_common_vars
  +ap_add_file_conf
   ap_add_module
   ap_add_named_module
   ap_add_per_dir_conf
  @@ -308,6 +309,7 @@
   ap_server_root_relative
   ap_set_byterange
   ap_set_callback_and_alarm
  +ap_set_config_vectors
   ap_set_content_length
   ap_set_etag
   ap_set_file_slot
  
  
  

Reply via email to