streamservice
Verified User
Hello,
Can someone give me the .so files just in the httpd.conf off direct admin? because i have to disable some options to start apache (httpd).
Below you can see a part off my httpd.conf.
could someone give me a link to the .so files or say me where I can find these. thank you.
Can someone give me the .so files just in the httpd.conf off direct admin? because i have to disable some options to start apache (httpd).
Below you can see a part off my httpd.conf.
Code:
#LoadModule digest_module modules/mod_digest.so
#LoadModule proxy_module modules/libproxy.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule example_module modules/mod_example.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule php_module modules/mod_php.so
#LoadModule php3_module modules/libphp3.so
#<IfDefine HAVE_PHP4>
#LoadModule php4_module modules/libphp4.so
#</IfDefine>
LoadModule php4_module /usr/lib/apache/libphp4.so
<IfDefine HAVE_DAV>
LoadModule dav_module modules/libdav.so
</IfDefine>
<IfDefine HAVE_ROAMING>
LoadModule roaming_module modules/mod_roaming.so
</IfDefine>
###<IfDefine HAVE_SSL>
LoadModule ssl_module modules/libssl.so
###</IfDefine>
<IfDefine HAVE_PUT>
LoadModule put_module modules/mod_put.so
</IfDefine>
<IfDefine HAVE_PYTHON>
LoadModule python_module modules/mod_python.so
#LoadModule php4_module /usr/lib/apache/libphp4.so
</IfDefine>
could someone give me a link to the .so files or say me where I can find these. thank you.