Advertisement
Guest User

Untitled

a guest
Oct 20th, 2012
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.76 KB | None | 0 0
  1. # IMPORTANT
  2. # {$path} is used to specify AMPPS installation path
  3.  
  4. #
  5. # This is the main Apache HTTP server configuration file. It contains the
  6. # configuration directives that give the server its instructions.
  7. # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
  8. # In particular, see
  9. # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
  10. # for a discussion of each configuration directive.
  11. #
  12. # Do NOT simply read the instructions in here without understanding
  13. # what they do. They're here only as hints or reminders. If you are unsure
  14. # consult the online docs. You have been warned.
  15. #
  16. # Configuration and logfile names: If the filenames you specify for many
  17. # of the server's control files begin with "/" (or "drive:/" for Win32), the
  18. # server will use that explicit path. If the filenames do *not* begin
  19. # with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
  20. # with ServerRoot set to "{$path}/apache" will be interpreted by the
  21. # server as "{$path}/apache/logs/foo.log".
  22. #
  23. # NOTE: Where filenames are specified, you must use forward slashes
  24. # instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
  25. # If a drive letter is omitted, the drive on which httpd.exe is located
  26. # will be used by default. It is recommended that you always supply
  27. # an explicit drive letter in absolute paths to avoid confusion.
  28.  
  29. #
  30. # ServerRoot: The top of the directory tree under which the server's
  31. # configuration, error, and log files are kept.
  32. #
  33. # Do not add a slash at the end of the directory path. If you point
  34. # ServerRoot at a non-local disk, be sure to point the LockFile directive
  35. # at a local disk. If you wish to share the same ServerRoot for multiple
  36. # httpd daemons, you will need to change at least LockFile and PidFile.
  37. #
  38. ServerRoot "{$path}/apache"
  39.  
  40. #
  41. # Listen: Allows you to bind Apache to specific IP addresses and/or
  42. # ports, instead of the default. See also the <VirtualHost>
  43. # directive.
  44. #
  45. # Change this to Listen on specific IP addresses as shown below to
  46. # prevent Apache from glomming onto all bound IP addresses.
  47. #
  48. #Listen 12.34.56.78:80
  49. Listen 80
  50.  
  51. #
  52. # Dynamic Shared Object (DSO) Support
  53. #
  54. # To be able to use the functionality of a module which was built as a DSO you
  55. # have to place corresponding `LoadModule' lines at this location so the
  56. # directives contained in it are actually available _before_ they are used.
  57. # Statically compiled modules (those listed by `httpd -l') do not need
  58. # to be loaded here.
  59. #
  60. # Example:
  61. # LoadModule foo_module modules/mod_foo.so
  62. #
  63. LoadModule actions_module modules/mod_actions.so
  64. LoadModule alias_module modules/mod_alias.so
  65. LoadModule asis_module modules/mod_asis.so
  66. LoadModule auth_basic_module modules/mod_auth_basic.so
  67. #LoadModule auth_digest_module modules/mod_auth_digest.so
  68. #LoadModule authn_alias_module modules/mod_authn_alias.so
  69. #LoadModule authn_anon_module modules/mod_authn_anon.so
  70. #LoadModule authn_dbd_module modules/mod_authn_dbd.so
  71. #LoadModule authn_dbm_module modules/mod_authn_dbm.so
  72. LoadModule authn_default_module modules/mod_authn_default.so
  73. LoadModule authn_file_module modules/mod_authn_file.so
  74. #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
  75. #LoadModule authz_dbm_module modules/mod_authz_dbm.so
  76. LoadModule authz_default_module modules/mod_authz_default.so
  77. LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
  78. LoadModule authz_host_module modules/mod_authz_host.so
  79. #LoadModule authz_owner_module modules/mod_authz_owner.so
  80. LoadModule authz_user_module modules/mod_authz_user.so
  81. LoadModule autoindex_module modules/mod_autoindex.so
  82. #LoadModule cache_module modules/mod_cache.so
  83. #LoadModule cern_meta_module modules/mod_cern_meta.so
  84. LoadModule cgi_module modules/mod_cgi.so
  85. #LoadModule charset_lite_module modules/mod_charset_lite.so
  86. #LoadModule dav_module modules/mod_dav.so
  87. #LoadModule dav_fs_module modules/mod_dav_fs.so
  88. #LoadModule dav_lock_module modules/mod_dav_lock.so
  89. #LoadModule dbd_module modules/mod_dbd.so
  90. #LoadModule deflate_module modules/mod_deflate.so
  91. LoadModule dir_module modules/mod_dir.so
  92. #LoadModule disk_cache_module modules/mod_disk_cache.so
  93. #LoadModule dumpio_module modules/mod_dumpio.so
  94. LoadModule env_module modules/mod_env.so
  95. #LoadModule expires_module modules/mod_expires.so
  96. #LoadModule ext_filter_module modules/mod_ext_filter.so
  97. #LoadModule file_cache_module modules/mod_file_cache.so
  98. #LoadModule filter_module modules/mod_filter.so
  99. #LoadModule headers_module modules/mod_headers.so
  100. #LoadModule ident_module modules/mod_ident.so
  101. #LoadModule imagemap_module modules/mod_imagemap.so
  102. LoadModule include_module modules/mod_include.so
  103. #LoadModule info_module modules/mod_info.so
  104. LoadModule isapi_module modules/mod_isapi.so
  105. #LoadModule ldap_module modules/mod_ldap.so
  106. #LoadModule logio_module modules/mod_logio.so
  107. LoadModule log_config_module modules/mod_log_config.so
  108. #LoadModule log_forensic_module modules/mod_log_forensic.so
  109. #LoadModule mem_cache_module modules/mod_mem_cache.so
  110. LoadModule mime_module modules/mod_mime.so
  111. #LoadModule mime_magic_module modules/mod_mime_magic.so
  112. LoadModule negotiation_module modules/mod_negotiation.so
  113. #LoadModule proxy_module modules/mod_proxy.so
  114. #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
  115. #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
  116. #LoadModule proxy_connect_module modules/mod_proxy_connect.so
  117. #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
  118. #LoadModule proxy_http_module modules/mod_proxy_http.so
  119. #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
  120. #LoadModule reqtimeout_module modules/mod_reqtimeout.so
  121. LoadModule rewrite_module modules/mod_rewrite.so
  122. LoadModule setenvif_module modules/mod_setenvif.so
  123. #LoadModule speling_module modules/mod_speling.so
  124. LoadModule ssl_module modules/mod_ssl.so
  125. #LoadModule status_module modules/mod_status.so
  126. #LoadModule substitute_module modules/mod_substitute.so
  127. #LoadModule unique_id_module modules/mod_unique_id.so
  128. #LoadModule userdir_module modules/mod_userdir.so
  129. #LoadModule usertrack_module modules/mod_usertrack.so
  130. #LoadModule version_module modules/mod_version.so
  131. #LoadModule vhost_alias_module modules/mod_vhost_alias.so
  132. LoadModule wsgi_module modules/mod_wsgi.so
  133.  
  134. LoadModule php5_module "{$path}/php/php5apache2_2.dll"
  135. PHPIniDir "{$path}/apache"
  136. SetEnv TMP "{$path}/tmp"
  137.  
  138. <IfModule !mpm_netware_module>
  139. <IfModule !mpm_winnt_module>
  140. #
  141. # If you wish httpd to run as a different user or group, you must run
  142. # httpd as root initially and it will switch.
  143. #
  144. # User/Group: The name (or #number) of the user/group to run httpd as.
  145. # It is usually good practice to create a dedicated user and group for
  146. # running httpd, as with most system services.
  147. #
  148. User daemon
  149. Group daemon
  150.  
  151. </IfModule>
  152. </IfModule>
  153.  
  154. # 'Main' server configuration
  155. #
  156. # The directives in this section set up the values used by the 'main'
  157. # server, which responds to any requests that aren't handled by a
  158. # <VirtualHost> definition. These values also provide defaults for
  159. # any <VirtualHost> containers you may define later in the file.
  160. #
  161. # All of these directives may appear inside <VirtualHost> containers,
  162. # in which case these default settings will be overridden for the
  163. # virtual host being defined.
  164. #
  165.  
  166. #
  167. # ServerAdmin: Your address, where problems with the server should be
  168. # e-mailed. This address appears on some server-generated pages, such
  169. # as error documents. e.g. admin@your-domain.com
  170. #
  171. ServerAdmin admin@localhost
  172.  
  173. #
  174. # ServerName gives the name and port that the server uses to identify itself.
  175. # This can often be determined automatically, but we recommend you specify
  176. # it explicitly to prevent problems during startup.
  177. #
  178. # If your host doesn't have a registered DNS name, enter its IP address here.
  179. #
  180. ServerName 127.0.0.1:80
  181.  
  182. #
  183. # DocumentRoot: The directory out of which you will serve your
  184. # documents. By default, all requests are taken from this directory, but
  185. # symbolic links and aliases may be used to point to other locations.
  186. #
  187. DocumentRoot "{$path}/www"
  188.  
  189. #
  190. # Each directory to which Apache has access can be configured with respect
  191. # to which services and features are allowed and/or disabled in that
  192. # directory (and its subdirectories).
  193. #
  194. # First, we configure the "default" to be a very restrictive set of
  195. # features.
  196. #
  197. <Directory />
  198. Options FollowSymLinks
  199. AllowOverride None
  200. Order deny,allow
  201. Deny from all
  202. </Directory>
  203.  
  204. #
  205. # Note that from this point forward you must specifically allow
  206. # particular features to be enabled - so if something's not working as
  207. # you might expect, make sure that you have specifically enabled it
  208. # below.
  209. #
  210.  
  211. #
  212. # This should be changed to whatever you set DocumentRoot to.
  213. # ======================================================
  214. # !!! DO NOT CHANGE THIS LINE AND THE FOLLOWING ONES !!!
  215. # ======================================================
  216. <Directory "{$path}/www">
  217. #
  218. # Possible values for the Options directive are "None", "All",
  219. # or any combination of:
  220. # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
  221. #
  222. # Note that "MultiViews" must be named *explicitly* --- "Options All"
  223. # doesn't give it to you.
  224. #
  225. # The Options directive is both complicated and important. Please see
  226. # http://httpd.apache.org/docs/2.2/mod/core.html#options
  227. # for more information.
  228. #
  229. Options Indexes FollowSymLinks
  230.  
  231.  
  232.  
  233. #
  234. # AllowOverride controls what directives may be placed in .htaccess files.
  235. # It can be "All", "None", or any combination of the keywords:
  236. # Options FileInfo AuthConfig Limit
  237. #
  238. AllowOverride All
  239.  
  240. #
  241. # Controls who can get stuff from this server.
  242. #
  243. Order allow,deny
  244. Allow from all
  245.  
  246. </Directory>
  247.  
  248. <Directory "{$path}/www/cgi-bin">
  249.  
  250. Options Indexes FollowSymLinks
  251. Options +ExecCGI
  252. AllowOverride All
  253. Order allow,deny
  254. Allow from all
  255.  
  256.  
  257. </Directory>
  258.  
  259.  
  260. #
  261. # DirectoryIndex: sets the file that Apache will serve if a directory
  262. # is requested.
  263. #
  264. <IfModule dir_module>
  265. DirectoryIndex index.html index.shtml index.wml index.pwml index.php index.php3 index.php4 index.php5 index.py default.py index.wsgi
  266. </IfModule>
  267.  
  268. #
  269. # The following lines prevent .htaccess and .htpasswd files from being
  270. # viewed by Web clients.
  271. #
  272. <FilesMatch "^\.ht">
  273. Order allow,deny
  274. Deny from all
  275. Satisfy All
  276. </FilesMatch>
  277.  
  278. #
  279. # ErrorLog: The location of the error log file.
  280. # If you do not specify an ErrorLog directive within a <VirtualHost>
  281. # container, error messages relating to that virtual host will be
  282. # logged here. If you *do* define an error logfile for a <VirtualHost>
  283. # container, that host's errors will be logged there and not here.
  284. #
  285. ErrorLog "logs/error.log"
  286.  
  287. #
  288. # LogLevel: Control the number of messages logged to the error_log.
  289. # Possible values include: debug, info, notice, warn, error, crit,
  290. # alert, emerg.
  291. #
  292. LogLevel warn
  293.  
  294. <IfModule log_config_module>
  295. #
  296. # The following directives define some format nicknames for use with
  297. # a CustomLog directive (see below).
  298. #
  299. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
  300. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  301.  
  302. <IfModule logio_module>
  303. # You need to enable mod_logio.c to use %I and %O
  304. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
  305. </IfModule>
  306.  
  307. #
  308. # The location and format of the access logfile (Common Logfile Format).
  309. # If you do not define any access logfiles within a <VirtualHost>
  310. # container, they will be logged here. Contrariwise, if you *do*
  311. # define per-<VirtualHost> access logfiles, transactions will be
  312. # logged therein and *not* in this file.
  313. #
  314. CustomLog "logs/access.log" common
  315.  
  316. #
  317. # If you prefer a logfile with access, agent, and referer information
  318. # (Combined Logfile Format) you can use the following directive.
  319. #
  320. #CustomLog "logs/access.log" combined
  321. </IfModule>
  322.  
  323. <IfModule alias_module>
  324. #
  325. # Redirect: Allows you to tell clients about documents that used to
  326. # exist in your server's namespace, but do not anymore. The client
  327. # will make a new request for the document at its new location.
  328. # Example:
  329. # Redirect permanent /foo http://127.0.0.1/bar
  330.  
  331. #
  332. # Alias: Maps web paths into filesystem paths and is used to
  333. # access content that does not live under the DocumentRoot.
  334. # Example:
  335. # Alias /webpath /full/filesystem/path
  336. Alias /images-ampps "{$path}/apache/icons/ampps"
  337. Alias /phpmyadmin "{$path}/phpMyAdmin"
  338. Alias /sqlite "{$path}/SQliteManager"
  339. Alias /ampps "{$path}/ampps/softaculous/enduser"
  340. Alias /ampps-admin "{$path}/ampps/softaculous"
  341. Alias /rockmongo "{$path}/RockMongo"
  342.  
  343. <Directory "{$path}/apache/icons/ampps">
  344. Options Indexes MultiViews
  345. AllowOverride None
  346. Order allow,deny
  347. Allow from all
  348. </Directory>
  349.  
  350. <Directory "{$path}/ampps/softaculous/enduser">
  351. Options FollowSymLinks Indexes
  352. AllowOverride All
  353. Order deny,allow
  354. allow from All
  355. </Directory>
  356.  
  357. <Directory "{$path}/phpmyadmin">
  358. Options FollowSymLinks Indexes
  359. AllowOverride All
  360. Order deny,allow
  361. allow from All
  362. </Directory>
  363.  
  364. <Directory "{$path}/SQliteManager">
  365. Options FollowSymLinks Indexes
  366. AllowOverride All
  367. Order deny,allow
  368. allow from All
  369. </Directory>
  370.  
  371. <Directory "{$path}/ampps/softaculous">
  372. Options FollowSymLinks Indexes
  373. AllowOverride All
  374. Order deny,allow
  375. allow from All
  376. </Directory>
  377.  
  378. <Directory "{$path}/RockMongo">
  379. Options FollowSymLinks Indexes
  380. AllowOverride All
  381. Order deny,allow
  382. allow from All
  383. </Directory>
  384.  
  385. #
  386. # If you include a trailing / on /webpath then the server will
  387. # require it to be present in the URL. You will also likely
  388. # need to provide a <Directory> section to allow access to
  389. # the filesystem path.
  390.  
  391. #
  392. # ScriptAlias: This controls which directories contain server scripts.
  393. # ScriptAliases are essentially the same as Aliases, except that
  394. # documents in the target directory are treated as applications and
  395. # run by the server when requested rather than as documents sent to the
  396. # client. The same rules about trailing "/" apply to ScriptAlias
  397. # directives as to Alias.
  398. #
  399. ScriptAlias /cgi-bin/ "{$path}/www/cgi-bin/"
  400.  
  401. </IfModule>
  402.  
  403. <IfModule cgid_module>
  404. #
  405. # ScriptSock: On threaded servers, designate the path to the UNIX
  406. # socket used to communicate with the CGI daemon of mod_cgid.
  407. #
  408. #Scriptsock logs/cgisock
  409. </IfModule>
  410.  
  411. #
  412. # "{$path}/apache/cgi-bin" should be changed to whatever your ScriptAliased
  413. # CGI directory exists, if you have that configured.
  414. #
  415. #
  416. # DefaultType: the default MIME type the server will use for a document
  417. # if it cannot otherwise determine one, such as from filename extensions.
  418. # If your server contains mostly text or HTML documents, "text/plain" is
  419. # a good value. If most of your content is binary, such as applications
  420. # or images, you may want to use "application/octet-stream" instead to
  421. # keep browsers from trying to display binary files as though they are
  422. # text.
  423. #
  424. DefaultType text/plain
  425.  
  426. <IfModule mime_module>
  427. #
  428. # TypesConfig points to the file containing the list of mappings from
  429. # filename extension to MIME-type.
  430. #
  431. TypesConfig conf/mime.types
  432.  
  433. #
  434. # AddType allows you to add to or override the MIME configuration
  435. # file specified in TypesConfig for specific file types.
  436. #
  437. #AddType application/x-gzip .tgz
  438. #
  439. # AddEncoding allows you to have certain browsers uncompress
  440. # information on the fly. Note: Not all browsers support this.
  441. #
  442. #AddEncoding x-compress .Z
  443. #AddEncoding x-gzip .gz .tgz
  444. #
  445. # If the AddEncoding directives above are commented-out, then you
  446. # probably should define those extensions to indicate media types:
  447. #
  448. AddType application/x-compress .Z
  449. AddType application/x-gzip .gz .tgz
  450. AddType application/x-tar .tgz
  451. AddType image/x-icon .ico
  452. AddType application/vnd.wap.wmlc .wmlc
  453. AddType application/x-httpd-php .phtml .pwml .php5 .php4 .php3 .php2 .php .inc
  454. AddType text/vnd.wap.wml .wml
  455. AddType text/vnd.wap.wmlscript .wmls
  456. AddType text/vnd.wap.wmlscriptc .wmlsc
  457. AddType image/vnd.wap.wbmp .wbmp
  458.  
  459. #
  460. # AddHandler allows you to map certain file extensions to "handlers":
  461. # actions unrelated to filetype. These can be either built into the server
  462. # or added with the Action directive (see below)
  463. #
  464. # To use CGI scripts outside of ScriptAliased directories:
  465. # (You will also need to add "ExecCGI" to the "Options" directive.)
  466. #
  467. AddHandler cgi-script .cgi .pl
  468. AddHandler cgi-script .py
  469.  
  470. # For type maps (negotiated resources):
  471. #AddHandler type-map var
  472.  
  473. #
  474. # Filters allow you to process content before it is sent to the client.
  475. #
  476. # To parse .shtml files for server-side includes (SSI):
  477. # (You will also need to add "Includes" to the "Options" directive.)
  478. #
  479. #AddType text/html .shtml
  480. #AddOutputFilter INCLUDES .shtml
  481. </IfModule>
  482.  
  483. #
  484. # The mod_mime_magic module allows the server to use various hints from the
  485. # contents of the file itself to determine its type. The MIMEMagicFile
  486. # directive tells the module where the hint definitions are located.
  487. #
  488. #MIMEMagicFile conf/magic
  489.  
  490. #
  491. # Customizable error responses come in three flavors:
  492. # 1) plain text 2) local redirects 3) external redirects
  493. #
  494. # Some examples:
  495. #ErrorDocument 500 "The server made a boo boo."
  496. #ErrorDocument 404 /missing.html
  497. #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
  498. #ErrorDocument 402 http://127.0.0.1/subscription_info.html
  499. #
  500.  
  501. #
  502. # EnableMMAP and EnableSendfile: On systems that support it,
  503. # memory-mapping or the sendfile syscall is used to deliver
  504. # files. This usually improves server performance, but must
  505. # be turned off when serving from networked-mounted
  506. # filesystems or if support for these functions is otherwise
  507. # broken on your system.
  508. #
  509. #EnableMMAP off
  510. #EnableSendfile off
  511.  
  512. # ============================================================================
  513. # Fancy directory listings
  514. # Directives controlling the display of server-generated directory listings.
  515. #
  516. # Required modules: mod_autoindex, mod_alias
  517. #
  518. # To see the listing of a directory, the Options directive for the
  519. # directory must include "Indexes", and the directory must not contain
  520. # a file matching those listed in the DirectoryIndex directive.
  521. #
  522.  
  523. #
  524. # IndexOptions: Controls the appearance of server-generated directory
  525. # listings.
  526. #
  527. IndexOptions FancyIndexing HTMLTable VersionSort
  528.  
  529. # We include the /icons/ alias for FancyIndexed directory listings. If
  530. # you do not use FancyIndexing, you may comment this out.
  531. #
  532. Alias /icons/ "{$path}/apache/icons/"
  533.  
  534. <Directory "{$path}/apache/icons">
  535. Options Indexes MultiViews
  536. AllowOverride None
  537. Order allow,deny
  538. Allow from all
  539. </Directory>
  540.  
  541. #
  542. # AddIcon* directives tell the server which icon to show for different
  543. # files or filename extensions. These are only displayed for
  544. # FancyIndexed directories.
  545. #
  546. AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
  547.  
  548. AddIconByType (TXT,/icons/text.gif) text/*
  549. AddIconByType (IMG,/icons/image2.gif) image/*
  550. AddIconByType (SND,/icons/sound2.gif) audio/*
  551. AddIconByType (VID,/icons/movie.gif) video/*
  552.  
  553. AddIcon /icons/binary.gif .bin .exe
  554. AddIcon /icons/binhex.gif .hqx
  555. AddIcon /icons/tar.gif .tar
  556. AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
  557. AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
  558. AddIcon /icons/a.gif .ps .ai .eps
  559. AddIcon /icons/layout.gif .html .shtml .htm .pdf
  560. AddIcon /icons/text.gif .txt
  561. AddIcon /icons/c.gif .c
  562. AddIcon /icons/p.gif .pl .py
  563. AddIcon /icons/f.gif .for
  564. AddIcon /icons/dvi.gif .dvi
  565. AddIcon /icons/uuencoded.gif .uu
  566. AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
  567. AddIcon /icons/tex.gif .tex
  568. AddIcon /icons/bomb.gif core
  569.  
  570. AddIcon /icons/back.gif ..
  571. AddIcon /icons/hand.right.gif README
  572. AddIcon /icons/folder.gif ^^DIRECTORY^^
  573. AddIcon /icons/blank.gif ^^BLANKICON^^
  574.  
  575. #
  576. # DefaultIcon is which icon to show for files which do not have an icon
  577. # explicitly set.
  578. #
  579. DefaultIcon /icons/unknown.gif
  580.  
  581. #
  582. # AddDescription allows you to place a short description after a file in
  583. # server-generated indexes. These are only displayed for FancyIndexed
  584. # directories.
  585. # Format: AddDescription "description" filename
  586. #
  587. AddDescription "GZIP compressed document" .gz
  588. AddDescription "tar archive" .tar
  589. AddDescription "GZIP compressed tar archive" .tgz
  590. AddDescription "ZIP archive" .zip
  591. AddDescription "CAB archive" .cab
  592. AddDescription "Win32 Executable" .exe
  593.  
  594. #
  595. # ReadmeName is the name of the README file the server will look for by
  596. # default, and append to directory listings.
  597. #
  598. # HeaderName is the name of a file which should be prepended to
  599. # directory indexes.
  600. ReadmeName /icons/ampps/readme.html
  601. HeaderName /icons/ampps/header.html
  602.  
  603. #
  604. # IndexIgnore is a set of filenames which directory indexing should ignore
  605. # and not include in the listing. Shell-style wildcarding is permitted.
  606. #
  607. IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
  608. # ============================================================================
  609.  
  610. # Supplemental configuration
  611. #
  612. # The configuration files in the conf/extra/ directory can be
  613. # included to add extra features or to modify the default configuration of
  614. # the server, or you may simply copy their contents here and change as
  615. # necessary.
  616.  
  617. # Server-pool management (MPM specific)
  618. #Include conf/extra/httpd-mpm.conf
  619.  
  620. # Multi-language error messages
  621. #Include conf/extra/httpd-multilang-errordoc.conf
  622.  
  623. # Fancy directory listings
  624. #Include conf/extra/httpd-autoindex.conf
  625.  
  626. # Language settings
  627. #Include conf/extra/httpd-languages.conf
  628.  
  629. # User home directories
  630. #Include conf/extra/httpd-userdir.conf
  631.  
  632. # Real-time info on requests and configuration
  633. #Include conf/extra/httpd-info.conf
  634.  
  635. # Virtual hosts
  636. Include conf/extra/httpd-vhosts.conf
  637.  
  638. # Local access to the Apache HTTP Server Manual
  639. #Include conf/extra/httpd-manual.conf
  640.  
  641. # Distributed authoring and versioning (WebDAV)
  642. #Include conf/extra/httpd-dav.conf
  643.  
  644. # Various default settings
  645. #Include conf/extra/httpd-default.conf
  646.  
  647. # Secure (SSL/TLS) connections
  648. #Include conf/extra/httpd-ssl.conf
  649. #
  650. # Python
  651. Include "{$path}/python/python.conf"
  652. #
  653. #Alias
  654. Include conf/extra/alias.conf
  655. #
  656. # Note: The following must must be present to support
  657. # starting without SSL on platforms with no /dev/random equivalent
  658. # but a statically compiled-in mod_ssl.
  659. #
  660. <IfModule ssl_module>
  661. SSLRandomSeed startup builtin
  662. SSLRandomSeed connect builtin
  663. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement