修复主路由 ssd+fastb+apache+mysql+php+openssh-sftp-server+vim-fuller
- Wordpress建设
- 2018-07-28
- 82热度
- 0评论
root password
banner for unix freebsd
vimrc bashrc ---profile
vimfulll
fdisk jiegou
-----------------------------------------
root@freebsd:/# [ 229.020234] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 229.042139] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 229.053334] scsi host0: usb-storage 4-1:1.0
[ 230.060056] scsi 0:0:0:0: Direct-Access TOSHIBA External USB 3.0 0205 PQ : 0 ANSI: 6
[ 230.069765] sd 0:0:0:0: [sda] 234441647 512-byte logical blocks: (120 GB/112 GiB)
[ 230.078259] sd 0:0:0:0: [sda] Write Protect is off
[ 230.083964] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supp orts DPO and FUA
[ 230.097593] sda: sda1 sda2 sda3
[ 230.104069] sd 0:0:0:0: [sda] Attached SCSI disk
[ 230.837434] EXT4-fs (sda3): recovery complete
[ 230.842190] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 231.218382] EXT4-fs (sda1): 5 orphan inodes deleted
[ 231.223419] EXT4-fs (sda1): recovery complete
[ 231.230266] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
---------------------------------
regexp could be something like 'pkgname*' '*file*' or similar
e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'
Info: Congratulations!
Info: If there are no errors above then Entware-ng was successfully initialized.
Info: Add /opt/bin & /opt/sbin to your PATH variable
Info: Add '/opt/etc/init.d/rc.unslung start' to startup script for Entware-ng services to start
Info: Found a Bug? Please report at https://github.com/Entware-ng/Entware-ng/issues
------------
mv /bin/opkg /bin/nxt-opkg
========================================================================
/opt/var/run/php7-fpm.sock
####3.1 SETHANDLER###############
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
####3.1 SETHANDLER###############
############3.3 PROXYPASS###############
#<LocationMatch "^(.*\.php)$">
# ProxyPass fcgi://127.0.0.1:9000/opt/share/htdocs$1
#</LocationMatch>
############3.3 PROXYPASS###############
################3.2 PROXYPASSMATCH##############
# ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/opt/share/htdocs/$1
################3.2 PROXYPASSMATCH##############
###############3.4 MOD_REWRITE###################
#RewriteEngine on
#RewriteCond /opt/share/htdocs/%{REQUEST_FILENAME} -f
#RewriteRule ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/opt/share/htdocs/$1 [L,P]
###############3.4 MOD_REWRITE###################
##########socks方式监听#####失败#############
# Redirect to the proxy
#<FilesMatch "\.php$">
# SetHandler "proxy:unix:/opt/var/run/php7-fpm.sock|fcgi://localhost/"
#</FilesMatch>
# define worker
###############失败#############
vivaldi://history/
2018-06-15
//OpenWrt使用外置存储启动
https://blog.yumc.pw/posts/OpenWrt-Boot-With-USB/
https://wiki.openwrt.org/doc/howto/extroot
//Rootfs on External Storage (extroot)
https://www.aliyun.com/jiaocheng/151353.html
//Linux终极shell-Z Shell-用强大的zsh
apachectl -k stop && apachectl -k start
https://serverfault.com/questions/450628/apache-2-4-php-fpm-proxypassmatch
https://cnzhx.net/blog/apache-httpd-mod_proxy_fcgi-php-fpm/#SetHandler
//Apache httpd 2.4.x 使用 mod_proxy_fcgi 和 PHP-FPM 的方式
//Apache 2.4 + PHP-FPM + ProxyPassMatch
/opt/var/mysql/
opkg info '*db'
opkg info 'mariadb-server' //安装软件包
mysql_install_db //安装mariadb
/opt/etc/init.d/S70mysqld stop //启动mariadb
/opt/etc/init.d/S70mysqld status
mv mysql mysql--already-installed
//https://blog.csdn.net/wangshuo0407/article/details/75516200/
Entware-ng安装 MariaDB笔记
du -sh `ls`
https://github.com/Entware/Entware-ng/wiki/Using-Owncloud
/opt/etc/init.d/S79php7-fpm stop && /opt/etc/init.d/S79php7-fpm start
ntpd -n -q -p 0.asia.pool.ntp.org //openwrt如何同步时间
opkg install php7-mod-pdo-mysql
opkg install php7-mod-mysqli
opkg install bzip2 \
php7-mod-ctype \
php7-mod-curl \
php7-mod-dom \
php7-mod-fileinfo \
php7-mod-gd \
php7-mod-hash \
php7-mod-iconv \
php7-mod-json \
php7-mod-mbstring \
php7-mod-pdo \
php7-mod-pdo-sqlite \
php7-mod-session \
php7-mod-simplexml \
php7-mod-sqlite3 \
php7-mod-xml \
php7-mod-xmlwriter \
php7-mod-xmlreader \
php7-mod-zip;
nxt-opkg opkg install openssh-sftp-server
nxt-opkg install openssh-sftp-server
nxt-opkg install htop
nxt-opkg install shadow-useradd
nxt-opkg install shadow-su
nxt-opkg install sudo
mv S81aria2 S81aria2-----installed-status
smb S81aria2
smb /opt/bin/aria2c
smb /opt/var/log/aria2.log
smb /opt/etc/xiazai/aria2.conf
smb /opt/etc/xiazai/
smb /home/upload/aria2/session.dat
smb /home/upload/
sudo -u smb_guest /opt/etc/init.d/S81aria2 start
sudo -u smb_guest /opt/etc/init.d/S81aria2 check
Entware-ng安装 MariaDB笔记
AuthUserFile (mod_authn_file.c)
AuthDBMUserFile (mod_authn_dbm.c)
AuthDBMType (mod_authn_dbm.c)
Anonymous (mod_authn_anon.c)
Anonymous_MustGiveEmail (mod_authn_anon.c)
Anonymous_NoUserId (mod_authn_anon.c)
Anonymous_VerifyEmail (mod_authn_anon.c)
Anonymous_LogEmail (mod_authn_anon.c)
AuthDBDUserPWQuery (mod_authn_dbd.c)
AuthDBDUserRealmQuery (mod_authn_dbd.c)
AuthnCacheSOCache (mod_authn_socache.c)
AuthnCacheEnable (mod_authn_socache.c)
AuthnCacheProvideFor (mod_authn_socache.c)
AuthnCacheTimeout (mod_authn_socache.c)
AuthnCacheContext (mod_authn_socache.c)
AuthType (mod_authn_core.c)
AuthName (mod_authn_core.c)
<AuthnProviderAlias (mod_authn_core.c)
AuthGroupFile (mod_authz_groupfile.c)
AuthDBMGroupFile (mod_authz_dbm.c)
AuthzDBMType (mod_authz_dbm.c)
AuthzDBDLoginToReferer (mod_authz_dbd.c)
AuthzDBDQuery (mod_authz_dbd.c)
AuthzDBDRedirectQuery (mod_authz_dbd.c)
<AuthzProviderAlias (mod_authz_core.c)
Require (mod_authz_core.c)
<RequireAll (mod_authz_core.c)
<RequireAny (mod_authz_core.c)
<RequireNone (mod_authz_core.c)
AuthMerging (mod_authz_core.c)
AuthzSendForbiddenOnFailure (mod_authz_core.c)
order (mod_access_compat.c)
allow (mod_access_compat.c)
deny (mod_access_compat.c)
Satisfy (mod_access_compat.c)
AuthBasicProvider (mod_auth_basic.c)
AuthBasicAuthoritative (mod_auth_basic.c)
AuthBasicFake (mod_auth_basic.c)
AuthBasicUseDigestAlgorithm (mod_auth_basic.c)
AuthFormProvider (mod_auth_form.c)
AuthFormUsername (mod_auth_form.c)
AuthFormPassword (mod_auth_form.c)
AuthFormLocation (mod_auth_form.c)
AuthFormMethod (mod_auth_form.c)
AuthFormMimetype (mod_auth_form.c)
AuthFormBody (mod_auth_form.c)
AuthFormSize (mod_auth_form.c)
AuthFormLoginRequiredLocation (mod_auth_form.c)
AuthFormLoginSuccessLocation (mod_auth_form.c)
AuthFormLogoutLocation (mod_auth_form.c)
AuthFormSitePassphrase (mod_auth_form.c)
AuthFormAuthoritative (mod_auth_form.c)
AuthFormFakeBasicAuth (mod_auth_form.c)
AuthFormDisableNoStore (mod_auth_form.c)
AuthName (mod_auth_digest.c)
AuthDigestProvider (mod_auth_digest.c)
AuthDigestQop (mod_auth_digest.c)
AuthDigestNonceLifetime (mod_auth_digest.c)
AuthDigestNonceFormat (mod_auth_digest.c)
AuthDigestNcCheck (mod_auth_digest.c)
AuthDigestAlgorithm (mod_auth_digest.c)
AuthDigestDomain (mod_auth_digest.c)
AuthDigestShmemSize (mod_auth_digest.c)
AllowMethods (mod_allowmethods.c)
cachefile (mod_file_cache.c)
mmapfile (mod_file_cache.c)
CacheEnable (mod_cache.c)
CacheDisable (mod_cache.c)
CacheMaxExpire (mod_cache.c)
CacheMinExpire (mod_cache.c)
CacheDefaultExpire (mod_cache.c)
CacheQuickHandler (mod_cache.c)
CacheIgnoreNoLastMod (mod_cache.c)
CacheIgnoreCacheControl (mod_cache.c)
CacheStoreExpired (mod_cache.c)
CacheStorePrivate (mod_cache.c)
CacheStoreNoStore (mod_cache.c)
CacheIgnoreHeaders (mod_cache.c)
CacheIgnoreQueryString (mod_cache.c)
CacheIgnoreURLSessionIdentifiers (mod_cache.c)
CacheLastModifiedFactor (mod_cache.c)
CacheLock (mod_cache.c)
CacheLockPath (mod_cache.c)
The thundering herd lock path. Defaults to the '/mod_cache-lock' directory in the system temp directory.
CacheLockMaxAge (mod_cache.c)
CacheHeader (mod_cache.c)
CacheDetailHeader (mod_cache.c)
CacheKeyBaseURL (mod_cache.c)
CacheStaleOnError (mod_cache.c)
CacheRoot (mod_cache_disk.c)
CacheDirLevels (mod_cache_disk.c)
CacheDirLength (mod_cache_disk.c)
CacheMinFileSize (mod_cache_disk.c)
CacheMaxFileSize (mod_cache_disk.c)
CacheReadSize (mod_cache_disk.c)
CacheReadTime (mod_cache_disk.c)
CacheSocache (mod_cache_socache.c)
CacheSocacheMaxTime (mod_cache_socache.c)
CacheSocacheMinTime (mod_cache_socache.c)
CacheSocacheMaxSize (mod_cache_socache.c)
CacheSocacheReadSize (mod_cache_socache.c)
CacheSocacheReadTime (mod_cache_socache.c)
MemcacheConnTTL (mod_socache_memcache.c)
WatchdogInterval (mod_watchdog.c)
<Macro (mod_macro.c)
Use (mod_macro.c)
UndefMacro (mod_macro.c)
DBDriver (mod_dbd.c)
DBDParams (mod_dbd.c)
DBDPersist (mod_dbd.c)
DBDPrepareSQL (mod_dbd.c)
DBDInitSQL (mod_dbd.c)
DBDMin (mod_dbd.c)
DBDKeep (mod_dbd.c)
DBDMax (mod_dbd.c)
DBDExptime (mod_dbd.c)
DumpIOInput (mod_dumpio.c)
DumpIOOutput (mod_dumpio.c)
BufferSize (mod_buffer.c)
RequestReadTimeout (mod_reqtimeout.c)
ExtFilterOptions (mod_ext_filter.c)
ExtFilterDefine (mod_ext_filter.c)
KeptBodySize (mod_request.c)
XBitHack (mod_include.c)
SSIErrorMsg (mod_include.c)
SSITimeFormat (mod_include.c)
SSIStartTag (mod_include.c)
SSIEndTag (mod_include.c)
SSIUndefinedEcho (mod_include.c)
SSILegacyExprParser (mod_include.c)
SSILastModified (mod_include.c)
SSIEtag (mod_include.c)
FilterDeclare (mod_filter.c)
FilterProvider (mod_filter.c)
FilterChain (mod_filter.c)
FilterTrace (mod_filter.c)
AddOutputFilterByType (mod_filter.c)
FilterProtocol (mod_filter.c)
Substitute (mod_substitute.c)
SubstituteMaxLineLength (mod_substitute.c)
SubstituteInheritBefore (mod_substitute.c)
OutputSed (mod_sed.c)
InputSed (mod_sed.c)
DeflateFilterNote (mod_deflate.c)
DeflateWindowSize (mod_deflate.c)
DeflateBufferSize (mod_deflate.c)
DeflateMemLevel (mod_deflate.c)
DeflateCompressionLevel (mod_deflate.c)
DeflateInflateLimitRequestBody (mod_deflate.c)
DeflateInflateRatioLimit (mod_deflate.c)
DeflateInflateRatioBurst (mod_deflate.c)
AddCharset (mod_mime.c)
AddEncoding (mod_mime.c)
AddHandler (mod_mime.c)
AddInputFilter (mod_mime.c)
AddLanguage (mod_mime.c)
AddOutputFilter (mod_mime.c)
AddType (mod_mime.c)
DefaultLanguage (mod_mime.c)
MultiviewsMatch (mod_mime.c)
RemoveCharset (mod_mime.c)
RemoveEncoding (mod_mime.c)
RemoveHandler (mod_mime.c)
RemoveInputFilter (mod_mime.c)
RemoveLanguage (mod_mime.c)
RemoveOutputFilter (mod_mime.c)
RemoveType (mod_mime.c)
TypesConfig (mod_mime.c)
ModMimeUsePathInfo (mod_mime.c)
Set to 'yes' to allow mod_mime to use path info for type checking
CustomLog (mod_log_config.c)
GlobalLog (mod_log_config.c)
TransferLog (mod_log_config.c)
LogFormat (mod_log_config.c)
BufferedLogs (mod_log_config.c)
LogMessage (mod_log_debug.c)
LogIOTrackTTFB (mod_logio.c)
PassEnv (mod_env.c)
SetEnv (mod_env.c)
UnsetEnv (mod_env.c)
MimeMagicFile (mod_mime_magic.c)
ExpiresActive (mod_expires.c)
ExpiresByType (mod_expires.c)
ExpiresDefault (mod_expires.c)
Header (mod_headers.c)
RequestHeader (mod_headers.c)
SetEnvIf (mod_setenvif.c)
SetEnvIfNoCase (mod_setenvif.c)
SetEnvIfExpr (mod_setenvif.c)
BrowserMatch (mod_setenvif.c)
BrowserMatchNoCase (mod_setenvif.c)
<IfVersion (mod_version.c)
RemoteIPHeader (mod_remoteip.c)
RemoteIPProxiesHeader (mod_remoteip.c)
RemoteIPTrustedProxy (mod_remoteip.c)
RemoteIPInternalProxy (mod_remoteip.c)
RemoteIPTrustedProxyList (mod_remoteip.c)
RemoteIPInternalProxyList (mod_remoteip.c)
<Proxy (mod_proxy.c)
<ProxyMatch (mod_proxy.c)
ProxyRequests (mod_proxy.c)
ProxyRemote (mod_proxy.c)
ProxyRemoteMatch (mod_proxy.c)
ProxyPassInterpolateEnv (mod_proxy.c)
ProxyPass (mod_proxy.c)
ProxyPassMatch (mod_proxy.c)
ProxyPassReverse (mod_proxy.c)
ProxyPassReverseCookiePath (mod_proxy.c)
ProxyPassReverseCookieDomain (mod_proxy.c)
ProxyBlock (mod_proxy.c)
ProxyReceiveBufferSize (mod_proxy.c)
ProxyIOBufferSize (mod_proxy.c)
ProxyMaxForwards (mod_proxy.c)
NoProxy (mod_proxy.c)
ProxyDomain (mod_proxy.c)
ProxyVia (mod_proxy.c)
ProxyErrorOverride (mod_proxy.c)
ProxyPreserveHost (mod_proxy.c)
ProxyTimeout (mod_proxy.c)
ProxyBadHeader (mod_proxy.c)
BalancerMember (mod_proxy.c)
BalancerGrowth (mod_proxy.c)
BalancerPersist (mod_proxy.c)
BalancerInherit (mod_proxy.c)
ProxyPassInherit (mod_proxy.c)
ProxyStatus (mod_proxy.c)
ProxySet (mod_proxy.c)
ProxySourceAddress (mod_proxy.c)
ProxyAddHeaders (mod_proxy.c)
AllowCONNECT (mod_proxy_connect.c)
ProxyFtpListOnWildcard (mod_proxy_ftp.c)
Whether wildcard characters in a path cause mod_proxy_ftp to list the files instead of trying to get them. Defaults to on.
ProxyFtpEscapeWildcards (mod_proxy_ftp.c)
ProxyFtpDirCharset (mod_proxy_ftp.c)
ProxyFCGIBackendType (mod_proxy_fcgi.c)
ProxyFCGISetEnvIf (mod_proxy_fcgi.c)
ProxySCGISendfile (mod_proxy_scgi.c)
ProxySCGIInternalRedirect (mod_proxy_scgi.c)
ProxyExpressEnable (mod_proxy_express.c)
ProxyExpressDBMFile (mod_proxy_express.c)
ProxyExpressDBMType (mod_proxy_express.c)
ProxyHCTemplate (mod_proxy_hcheck.c)
ProxyHCExpr (mod_proxy_hcheck.c)
ProxyHCTPsize (mod_proxy_hcheck.c)
Session (mod_session.c)
SessionMaxAge (mod_session.c)
SessionHeader (mod_session.c)
SessionEnv (mod_session.c)
SessionInclude (mod_session.c)
SessionExclude (mod_session.c)
SessionCookieName (mod_session_cookie.c)
SessionCookieName2 (mod_session_cookie.c)
SessionCookieRemove (mod_session_cookie.c)
SessionDBDSelectLabel (mod_session_dbd.c)
SessionDBDInsertLabel (mod_session_dbd.c)
SessionDBDUpdateLabel (mod_session_dbd.c)
SessionDBDDeleteLabel (mod_session_dbd.c)
SessionDBDPerUser (mod_session_dbd.c)
SessionDBDCookieRemove (mod_session_dbd.c)
SessionDBDCookieName (mod_session_dbd.c)
SessionDBDCookieName2 (mod_session_dbd.c)
SSLPassPhraseDialog (mod_ssl.c)
SSLSessionCache (mod_ssl.c)
SSLCryptoDevice (mod_ssl.c)
SSLRandomSeed (mod_ssl.c)
SSLEngine (mod_ssl.c)
SSLFIPS (mod_ssl.c)
SSLCipherSuite (mod_ssl.c)
SSLCertificateFile (mod_ssl.c)
SSLCertificateKeyFile (mod_ssl.c)
SSLCertificateChainFile (mod_ssl.c)
SSLSessionTicketKeyFile (mod_ssl.c)
SSLCACertificatePath (mod_ssl.c)
SSLCACertificateFile (mod_ssl.c)
SSLCADNRequestPath (mod_ssl.c)
SSLCADNRequestFile (mod_ssl.c)
SSLCARevocationPath (mod_ssl.c)
SSLCARevocationFile (mod_ssl.c)
SSLCARevocationCheck (mod_ssl.c)
SSLVerifyClient (mod_ssl.c)
SSLVerifyDepth (mod_ssl.c)
SSLSessionCacheTimeout (mod_ssl.c)
SSLProtocol (mod_ssl.c)
SSLHonorCipherOrder (mod_ssl.c)
SSLCompression (mod_ssl.c)
SSLSessionTickets (mod_ssl.c)
SSLInsecureRenegotiation (mod_ssl.c)
SSLUserName (mod_ssl.c)
SSLStrictSNIVHostCheck (mod_ssl.c)
SSLSRPVerifierFile (mod_ssl.c)
SSLSRPUnknownUserSeed (mod_ssl.c)
SSLProxyEngine (mod_ssl.c)
SSLProxyProtocol (mod_ssl.c)
SSLProxyCipherSuite (mod_ssl.c)
SSLProxyVerify (mod_ssl.c)
SSLProxyVerifyDepth (mod_ssl.c)
SSLProxyCACertificateFile (mod_ssl.c)
SSLProxyCACertificatePath (mod_ssl.c)
SSLProxyCARevocationPath (mod_ssl.c)
SSLProxyCARevocationFile (mod_ssl.c)
SSLProxyCARevocationCheck (mod_ssl.c)
SSLProxyMachineCertificateFile (mod_ssl.c)
SSLProxyMachineCertificatePath (mod_ssl.c)
SSLProxyMachineCertificateChainFile (mod_ssl.c)
SSLProxyCheckPeerExpire (mod_ssl.c)
SSLProxyCheckPeerCN (mod_ssl.c)
SSLProxyCheckPeerName (mod_ssl.c)
SSLOptions (mod_ssl.c)
SSLRequireSSL (mod_ssl.c)
SSLRequire (mod_ssl.c)
SSLRenegBufferSize (mod_ssl.c)
SSLOCSPEnable (mod_ssl.c)
SSLOCSPDefaultResponder (mod_ssl.c)
SSLOCSPOverrideResponder (mod_ssl.c)
SSLOCSPResponseTimeSkew (mod_ssl.c)
SSLOCSPResponseMaxAge (mod_ssl.c)
SSLOCSPResponderTimeout (mod_ssl.c)
SSLOCSPUseRequestNonce (mod_ssl.c)
SSLOCSPProxyURL (mod_ssl.c)
SSLOCSPNoVerify (mod_ssl.c)
SSLOCSPResponderCertificateFile (mod_ssl.c)
SSLStaplingCache (mod_ssl.c)
SSLUseStapling (mod_ssl.c)
SSLStaplingResponseTimeSkew (mod_ssl.c)
SSLStaplingResponderTimeout (mod_ssl.c)
SSLStaplingResponseMaxAge (mod_ssl.c)
SSLStaplingStandardCacheTimeout (mod_ssl.c)
SSLStaplingReturnResponderErrors (mod_ssl.c)
SSLStaplingFakeTryLater (mod_ssl.c)
SSLStaplingErrorCacheTimeout (mod_ssl.c)
SSLStaplingForceURL (mod_ssl.c)
SSLOpenSSLConfCmd (mod_ssl.c)
SSLLog (mod_ssl.c)
SSLLogLevel (mod_ssl.c)
HeartbeatStorage (mod_lbmethod_heartbeat.c)
User (mod_unixd.c)
Group (mod_unixd.c)
ChrootDir (mod_unixd.c)
Suexec (mod_unixd.c)
DAV (mod_dav.c)
DAVMinTimeout (mod_dav.c)
DAVDepthInfinity (mod_dav.c)
AddIcon (mod_autoindex.c)
AddIconByType (mod_autoindex.c)
AddIconByEncoding (mod_autoindex.c)
AddAlt (mod_autoindex.c)
AddAltByType (mod_autoindex.c)
AddAltByEncoding (mod_autoindex.c)
IndexOptions (mod_autoindex.c)
IndexOrderDefault (mod_autoindex.c)
IndexIgnore (mod_autoindex.c)
IndexIgnoreReset (mod_autoindex.c)
AddDescription (mod_autoindex.c)
HeaderName (mod_autoindex.c)
ReadmeName (mod_autoindex.c)
FancyIndexing (mod_autoindex.c)
DefaultIcon (mod_autoindex.c)
IndexStyleSheet (mod_autoindex.c)
IndexHeadInsert (mod_autoindex.c)
AddModuleInfo (mod_info.c)
ScriptLog (mod_cgid.c)
ScriptLogLength (mod_cgid.c)
ScriptLogBuffer (mod_cgid.c)
ScriptSock (mod_cgid.c)
CGIDScriptTimeout (mod_cgid.c)
DAVLockDB (mod_dav_fs.c)
VirtualScriptAlias (mod_vhost_alias.c)
VirtualDocumentRoot (mod_vhost_alias.c)
VirtualScriptAliasIP (mod_vhost_alias.c)
VirtualDocumentRootIP (mod_vhost_alias.c)
CacheNegotiatedDocs (mod_negotiation.c)
LanguagePriority (mod_negotiation.c)
ForceLanguagePriority (mod_negotiation.c)
FallbackResource (mod_dir.c)
DirectoryIndex (mod_dir.c)
DirectorySlash (mod_dir.c)
DirectoryCheckHandler (mod_dir.c)
DirectoryIndexRedirect (mod_dir.c)
Action (mod_actions.c)
Script (mod_actions.c)
CheckSpelling (mod_speling.c)
CheckCaseOnly (mod_speling.c)
UserDir (mod_userdir.c)
Alias (mod_alias.c)
ScriptAlias (mod_alias.c)
Redirect (mod_alias.c)
AliasMatch (mod_alias.c)
ScriptAliasMatch (mod_alias.c)
RedirectMatch (mod_alias.c)
RedirectTemp (mod_alias.c)
RedirectPermanent (mod_alias.c)
RewriteEngine (mod_rewrite.c)
RewriteOptions (mod_rewrite.c)
RewriteBase (mod_rewrite.c)
RewriteCond (mod_rewrite.c)
RewriteRule (mod_rewrite.c)
RewriteMap (mod_rewrite.c)
