I know I can do it
Include "/usr/local/apache/conf/php.conf"
How can I get apache to upload all files to some dir like
Include /usr/mydir/*
You can do:
Include dir/*
For example, modules are included in Debian in this way: from apache2.conf :
Debian
apache2.conf
# Include module configuration: Include mods-enabled/*.load Include mods-enabled/*.conf
Source: https://habr.com/ru/post/948522/More articles:Turn on SD card during USB debugging? - androidHow to open Android context menu with click button in listview adapter? - androidHow to get the row with the best number? - c #Scala: view app - scalaError using Xamarin AAPT - androidHow to use conditions in an anonymous function - functionHow to reposition an element using jquery - javascriptToolTip in TabItem: show title, but not by content - wpfCreating JARs Storm compile time only in Gradle project - mavenWhy does bnd add a usage directive for a package that is used only inside the method body? - gradleAll Articles