<div dir="ltr"><div class="gmail_default" style="font-size:large">dado que no me responden en el foro de ABCD sobre mis problemas los expondre aqui las negritas implican o archivos  o el local host</div><div class="gmail_default" style="font-size:large"><div class="gmail-bbp-voting gmail-bbp-voting-post-5503 gmail-bbp-voting-float" style="box-sizing:inherit;margin:8px 0px;padding-right:30px;min-width:65px;float:left;color:rgba(41,41,41,0.9);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:18px"><a class="gmail-vote gmail-up gmail-num-hover" style="box-sizing:inherit;background:0px 0px;text-decoration-line:underline;overflow:visible;font-size:1rem;width:0px;height:0px;display:inline;margin:0px;border:none;padding:0px"><br class="gmail-Apple-interchange-newline">Up</a><div class="gmail-score" style="box-sizing:inherit;font-size:25px;font-weight:bold;text-align:center;color:rgb(133,140,147);padding:2px 0px 3px;line-height:1">0</div><a class="gmail-vote gmail-down gmail-num-hover" style="box-sizing:inherit;background:0px 0px;text-decoration-line:underline;overflow:visible;font-size:1rem;width:0px;height:0px;display:inline;margin:0px;border:none;padding:0px">Down</a><div class="gmail-bbp-voting-label gmail-not-helpful" style="box-sizing:inherit;font-size:0.75rem;padding:5px 0px;text-align:center;color:rgb(153,33,33)">Not Helpful</div></div><div id="gmail-d4p-bbp-quote-5503" style="box-sizing:inherit;color:rgba(41,41,41,0.9);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:18px"><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><b>este es el httpd.conf</b></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># This is the main Apache HTTP server configuration file. It contains the<br style="box-sizing:inherit"># configuration directives that give the server its instructions.<br style="box-sizing:inherit"># See <URL:<a href="http://httpd.apache.org/docs/2.4/&gt" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">http://httpd.apache.org/docs/2.4/&gt</a>; for detailed information.<br style="box-sizing:inherit"># In particular, see<br style="box-sizing:inherit"># <URL:<a href="http://httpd.apache.org/docs/2.4/mod/directives.html&gt" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">http://httpd.apache.org/docs/2.4/mod/directives.html&gt</a>;<br style="box-sizing:inherit"># for a discussion of each configuration directive.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Do NOT simply read the instructions in here without understanding<br style="box-sizing:inherit"># what they do. They’re here only as hints or reminders. If you are unsure<br style="box-sizing:inherit"># consult the online docs. You have been warned.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Configuration and logfile names: If the filenames you specify for many<br style="box-sizing:inherit"># of the server’s control files begin with “/” (or “drive:/” for Win32), the<br style="box-sizing:inherit"># server will use that explicit path. If the filenames do *not* begin<br style="box-sizing:inherit"># with “/”, the value of ServerRoot is prepended — so “logs/access_log”<br style="box-sizing:inherit"># with ServerRoot set to “/usr/local/apache2” will be interpreted by the<br style="box-sizing:inherit"># server as “/usr/local/apache2/logs/access_log”, whereas “/logs/access_log”<br style="box-sizing:inherit"># will be interpreted as ‘/logs/access_log’.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># NOTE: Where filenames are specified, you must use forward slashes<br style="box-sizing:inherit"># instead of backslashes (e.g., “c:/apache” instead of “c:\apache”).<br style="box-sizing:inherit"># If a drive letter is omitted, the drive on which httpd.exe is located<br style="box-sizing:inherit"># will be used by default. It is recommended that you always supply<br style="box-sizing:inherit"># an explicit drive letter in absolute paths to avoid confusion.</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># ServerRoot: The top of the directory tree under which the server’s<br style="box-sizing:inherit"># configuration, error, and log files are kept.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Do not add a slash at the end of the directory path. If you point<br style="box-sizing:inherit"># ServerRoot at a non-local disk, be sure to specify a local disk on the<br style="box-sizing:inherit"># Mutex directive, if file-based mutexes are used. If you wish to share the<br style="box-sizing:inherit"># same ServerRoot for multiple httpd daemons, you will need to change at<br style="box-sizing:inherit"># least PidFile.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">Define SRVROOT “C:/abcd/apache”</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">ServerRoot “C:/abcd/apache”</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Mutex: Allows you to set the mutex mechanism and mutex file directory<br style="box-sizing:inherit"># for individual mutexes, or change the global defaults<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Uncomment and change the directory if mutexes are file-based and the default<br style="box-sizing:inherit"># mutex file directory is not on a local disk or is not appropriate for some<br style="box-sizing:inherit"># other reason.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Mutex default:logs</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Listen: Allows you to bind Apache to specific IP addresses and/or<br style="box-sizing:inherit"># ports, instead of the default. See also the <VirtualHost><br style="box-sizing:inherit"># directive.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Change this to Listen on specific IP addresses as shown below to<br style="box-sizing:inherit"># prevent Apache from glomming onto all bound IP addresses.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#Listen <a href="http://12.34.56.78:9090">12.34.56.78:9090</a><br style="box-sizing:inherit">Listen 9090</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Dynamic Shared Object (DSO) Support<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># To be able to use the functionality of a module which was built as a DSO you<br style="box-sizing:inherit"># have to place corresponding `LoadModule’ lines at this location so the<br style="box-sizing:inherit"># directives contained in it are actually available _before_ they are used.<br style="box-sizing:inherit"># Statically compiled modules (those listed by `httpd -l’) do not need<br style="box-sizing:inherit"># to be loaded here.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Example:<br style="box-sizing:inherit"># LoadModule foo_module modules/mod_foo.so<br style="box-sizing:inherit">#<br style="box-sizing:inherit">LoadModule access_compat_module modules/mod_access_compat.so<br style="box-sizing:inherit">LoadModule actions_module modules/mod_actions.so<br style="box-sizing:inherit">LoadModule alias_module modules/mod_alias.so<br style="box-sizing:inherit">LoadModule allowmethods_module modules/mod_allowmethods.so<br style="box-sizing:inherit">LoadModule asis_module modules/mod_asis.so<br style="box-sizing:inherit">LoadModule auth_basic_module modules/mod_auth_basic.so<br style="box-sizing:inherit">#LoadModule auth_digest_module modules/mod_auth_digest.so<br style="box-sizing:inherit">#LoadModule auth_form_module modules/mod_auth_form.so<br style="box-sizing:inherit">#LoadModule authn_anon_module modules/mod_authn_anon.so<br style="box-sizing:inherit">LoadModule authn_core_module modules/mod_authn_core.so<br style="box-sizing:inherit">#LoadModule authn_dbd_module modules/mod_authn_dbd.so<br style="box-sizing:inherit">#LoadModule authn_dbm_module modules/mod_authn_dbm.so<br style="box-sizing:inherit">LoadModule authn_file_module modules/mod_authn_file.so<br style="box-sizing:inherit">#LoadModule authn_socache_module modules/mod_authn_socache.so<br style="box-sizing:inherit">#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so<br style="box-sizing:inherit">#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so<br style="box-sizing:inherit">LoadModule authz_core_module modules/mod_authz_core.so<br style="box-sizing:inherit">#LoadModule authz_dbd_module modules/mod_authz_dbd.so<br style="box-sizing:inherit">#LoadModule authz_dbm_module modules/mod_authz_dbm.so<br style="box-sizing:inherit">LoadModule authz_groupfile_module modules/mod_authz_groupfile.so<br style="box-sizing:inherit">LoadModule authz_host_module modules/mod_authz_host.so<br style="box-sizing:inherit">#LoadModule authz_owner_module modules/mod_authz_owner.so<br style="box-sizing:inherit">LoadModule authz_user_module modules/mod_authz_user.so<br style="box-sizing:inherit">LoadModule autoindex_module modules/mod_autoindex.so<br style="box-sizing:inherit">#LoadModule brotli_module modules/mod_brotli.so<br style="box-sizing:inherit">#LoadModule buffer_module modules/mod_buffer.so<br style="box-sizing:inherit">#LoadModule cache_module modules/mod_cache.so<br style="box-sizing:inherit">#LoadModule cache_disk_module modules/mod_cache_disk.so<br style="box-sizing:inherit">#LoadModule cache_socache_module modules/mod_cache_socache.so<br style="box-sizing:inherit">#LoadModule cern_meta_module modules/mod_cern_meta.so<br style="box-sizing:inherit">LoadModule cgi_module modules/mod_cgi.so<br style="box-sizing:inherit">#LoadModule charset_lite_module modules/mod_charset_lite.so<br style="box-sizing:inherit">#LoadModule data_module modules/mod_data.so<br style="box-sizing:inherit">#LoadModule dav_module modules/mod_dav.so<br style="box-sizing:inherit">#LoadModule dav_fs_module modules/mod_dav_fs.so<br style="box-sizing:inherit">LoadModule dav_lock_module modules/mod_dav_lock.so<br style="box-sizing:inherit">#LoadModule dbd_module modules/mod_dbd.so<br style="box-sizing:inherit">#LoadModule deflate_module modules/mod_deflate.so<br style="box-sizing:inherit">LoadModule dir_module modules/mod_dir.so<br style="box-sizing:inherit">#LoadModule dumpio_module modules/mod_dumpio.so<br style="box-sizing:inherit">LoadModule env_module modules/mod_env.so<br style="box-sizing:inherit">#LoadModule expires_module modules/mod_expires.so<br style="box-sizing:inherit">#LoadModule ext_filter_module modules/mod_ext_filter.so<br style="box-sizing:inherit">#LoadModule file_cache_module modules/mod_file_cache.so<br style="box-sizing:inherit">#LoadModule filter_module modules/mod_filter.so<br style="box-sizing:inherit">#LoadModule http2_module modules/mod_http2.so<br style="box-sizing:inherit">LoadModule headers_module modules/mod_headers.so<br style="box-sizing:inherit">#LoadModule heartbeat_module modules/mod_heartbeat.so<br style="box-sizing:inherit">#LoadModule heartmonitor_module modules/mod_heartmonitor.so<br style="box-sizing:inherit">#LoadModule ident_module modules/mod_ident.so<br style="box-sizing:inherit">#LoadModule imagemap_module modules/mod_imagemap.so<br style="box-sizing:inherit">LoadModule include_module modules/mod_include.so<br style="box-sizing:inherit">LoadModule info_module modules/mod_info.so<br style="box-sizing:inherit">LoadModule isapi_module modules/mod_isapi.so<br style="box-sizing:inherit">#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so<br style="box-sizing:inherit">#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so<br style="box-sizing:inherit">#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so<br style="box-sizing:inherit">#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so<br style="box-sizing:inherit">#LoadModule ldap_module modules/mod_ldap.so<br style="box-sizing:inherit">#LoadModule logio_module modules/mod_logio.so<br style="box-sizing:inherit">LoadModule log_config_module modules/mod_log_config.so<br style="box-sizing:inherit">#LoadModule log_debug_module modules/mod_log_debug.so<br style="box-sizing:inherit">#LoadModule log_forensic_module modules/mod_log_forensic.so<br style="box-sizing:inherit">#LoadModule lua_module modules/mod_lua.so<br style="box-sizing:inherit">LoadModule cache_disk_module modules/mod_cache_disk.so<br style="box-sizing:inherit">#LoadModule macro_module modules/mod_macro.so<br style="box-sizing:inherit">#LoadModule md_module modules/mod_md.so<br style="box-sizing:inherit">LoadModule mime_module modules/mod_mime.so<br style="box-sizing:inherit">#LoadModule mime_magic_module modules/mod_mime_magic.so<br style="box-sizing:inherit">LoadModule negotiation_module modules/mod_negotiation.so<br style="box-sizing:inherit">LoadModule proxy_module modules/mod_proxy.so<br style="box-sizing:inherit">LoadModule proxy_ajp_module modules/mod_proxy_ajp.so<br style="box-sizing:inherit">#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so<br style="box-sizing:inherit">#LoadModule proxy_connect_module modules/mod_proxy_connect.so<br style="box-sizing:inherit">#LoadModule proxy_express_module modules/mod_proxy_express.so<br style="box-sizing:inherit">#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so<br style="box-sizing:inherit">#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so<br style="box-sizing:inherit">#LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so<br style="box-sizing:inherit">#LoadModule proxy_html_module modules/mod_proxy_html.so<br style="box-sizing:inherit">#LoadModule proxy_http_module modules/mod_proxy_http.so<br style="box-sizing:inherit">#LoadModule proxy_http2_module modules/mod_proxy_http2.so<br style="box-sizing:inherit">#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so<br style="box-sizing:inherit">#LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so<br style="box-sizing:inherit">#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so<br style="box-sizing:inherit">#LoadModule ratelimit_module modules/mod_ratelimit.so<br style="box-sizing:inherit">#LoadModule reflector_module modules/mod_reflector.so<br style="box-sizing:inherit">#LoadModule remoteip_module modules/mod_remoteip.so<br style="box-sizing:inherit">#LoadModule request_module modules/mod_request.so<br style="box-sizing:inherit">#LoadModule reqtimeout_module modules/mod_reqtimeout.so<br style="box-sizing:inherit">LoadModule rewrite_module modules/mod_rewrite.so<br style="box-sizing:inherit">#LoadModule sed_module modules/mod_sed.so<br style="box-sizing:inherit">#LoadModule session_module modules/mod_session.so<br style="box-sizing:inherit">#LoadModule session_cookie_module modules/mod_session_cookie.so<br style="box-sizing:inherit">#LoadModule session_crypto_module modules/mod_session_crypto.so<br style="box-sizing:inherit">#LoadModule session_dbd_module modules/mod_session_dbd.so<br style="box-sizing:inherit">LoadModule setenvif_module modules/mod_setenvif.so<br style="box-sizing:inherit">#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so<br style="box-sizing:inherit">#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so<br style="box-sizing:inherit">#LoadModule socache_dbm_module modules/mod_socache_dbm.so<br style="box-sizing:inherit">#LoadModule socache_memcache_module modules/mod_socache_memcache.so<br style="box-sizing:inherit">#LoadModule socache_redis_module modules/mod_socache_redis.so<br style="box-sizing:inherit">LoadModule socache_shmcb_module modules/mod_socache_shmcb.so<br style="box-sizing:inherit">#LoadModule speling_module modules/mod_speling.so<br style="box-sizing:inherit">LoadModule ssl_module modules/mod_ssl.so<br style="box-sizing:inherit">LoadModule status_module modules/mod_status.so<br style="box-sizing:inherit">#LoadModule substitute_module modules/mod_substitute.so<br style="box-sizing:inherit">#LoadModule unique_id_module modules/mod_unique_id.so<br style="box-sizing:inherit">#LoadModule userdir_module modules/mod_userdir.so<br style="box-sizing:inherit">#LoadModule usertrack_module modules/mod_usertrack.so<br style="box-sizing:inherit">LoadModule version_module modules/mod_version.so<br style="box-sizing:inherit">#LoadModule vhost_alias_module modules/mod_vhost_alias.so<br style="box-sizing:inherit">#LoadModule watchdog_module modules/mod_watchdog.so<br style="box-sizing:inherit">#LoadModule xml2enc_module modules/mod_xml2enc.so</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule unixd_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># If you wish httpd to run as a different user or group, you must run<br style="box-sizing:inherit"># httpd as root initially and it will switch.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># User/Group: The name (or #number) of the user/group to run httpd as.<br style="box-sizing:inherit"># It is usually good practice to create a dedicated user and group for<br style="box-sizing:inherit"># running httpd, as with most system services.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">User daemon<br style="box-sizing:inherit">Group daemon</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># ‘Main’ server configuration<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># The directives in this section set up the values used by the ‘main’<br style="box-sizing:inherit"># server, which responds to any requests that aren’t handled by a<br style="box-sizing:inherit"># <VirtualHost> definition. These values also provide defaults for<br style="box-sizing:inherit"># any <VirtualHost> containers you may define later in the file.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># All of these directives may appear inside <VirtualHost> containers,<br style="box-sizing:inherit"># in which case these default settings will be overridden for the<br style="box-sizing:inherit"># virtual host being defined.<br style="box-sizing:inherit">#</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># ServerAdmin: Your address, where problems with the server should be<br style="box-sizing:inherit"># e-mailed. This address appears on some server-generated pages, such<br style="box-sizing:inherit"># as error documents. e.g. <a href="mailto:admin@your-domain.com" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">admin@your-domain.com</a><br style="box-sizing:inherit">#<br style="box-sizing:inherit">ServerAdmin postmaster@localhost</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># ServerName gives the name and port that the server uses to identify itself.<br style="box-sizing:inherit"># This can often be determined automatically, but we recommend you specify<br style="box-sizing:inherit"># it explicitly to prevent problems during startup.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># If your host doesn’t have a registered DNS name, enter its IP address here.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">ServerName localhost:9090</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Deny access to the entirety of your server’s filesystem. You must<br style="box-sizing:inherit"># explicitly permit access to web content directories in other<br style="box-sizing:inherit"># <Directory> blocks below.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><Directory /><br style="box-sizing:inherit">AllowOverride none<br style="box-sizing:inherit">Require all denied<br style="box-sizing:inherit"></Directory></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Note that from this point forward you must specifically allow<br style="box-sizing:inherit"># particular features to be enabled – so if something’s not working as<br style="box-sizing:inherit"># you might expect, make sure that you have specifically enabled it<br style="box-sizing:inherit"># below.<br style="box-sizing:inherit">#</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># DocumentRoot: The directory out of which you will serve your<br style="box-sizing:inherit"># documents. By default, all requests are taken from this directory, but<br style="box-sizing:inherit"># symbolic links and aliases may be used to point to other locations.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">DocumentRoot “C:/xampp/htdocs”<br style="box-sizing:inherit"><Directory “C:/xampp/htdocs”><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Possible values for the Options directive are “None”, “All”,<br style="box-sizing:inherit"># or any combination of:<br style="box-sizing:inherit"># Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Note that “MultiViews” must be named *explicitly* — “Options All”<br style="box-sizing:inherit"># doesn’t give it to you.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># The Options directive is both complicated and important. Please see<br style="box-sizing:inherit"># <a href="http://httpd.apache.org/docs/2.4/mod/core.html#options" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">http://httpd.apache.org/docs/2.4/mod/core.html#options</a><br style="box-sizing:inherit"># for more information.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">Options Indexes FollowSymLinks Includes ExecCGI</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># AllowOverride controls what directives may be placed in .htaccess files.<br style="box-sizing:inherit"># It can be “All”, “None”, or any combination of the keywords:<br style="box-sizing:inherit"># AllowOverride FileInfo AuthConfig Limit<br style="box-sizing:inherit">#<br style="box-sizing:inherit">AllowOverride All</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Controls who can get stuff from this server.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">Require all granted<br style="box-sizing:inherit"></Directory></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># DirectoryIndex: sets the file that Apache will serve if a directory<br style="box-sizing:inherit"># is requested.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><IfModule dir_module><br style="box-sizing:inherit">DirectoryIndex index.php <a href="http://index.pl">index.pl</a> index.cgi index.asp index.shtml index.html index.htm \<br style="box-sizing:inherit">default.php <a href="http://default.pl">default.pl</a> default.cgi default.asp default.shtml default.html default.htm \<br style="box-sizing:inherit">home.php <a href="http://home.pl">home.pl</a> home.cgi home.asp home.shtml home.html home.htm<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># The following lines prevent .htaccess and .htpasswd files from being<br style="box-sizing:inherit"># viewed by Web clients.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><Files “.ht*”><br style="box-sizing:inherit">Require all denied<br style="box-sizing:inherit"></Files></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># ErrorLog: The location of the error log file.<br style="box-sizing:inherit"># If you do not specify an ErrorLog directive within a <VirtualHost><br style="box-sizing:inherit"># container, error messages relating to that virtual host will be<br style="box-sizing:inherit"># logged here. If you *do* define an error logfile for a <VirtualHost><br style="box-sizing:inherit"># container, that host’s errors will be logged there and not here.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">ErrorLog “logs/error.log”</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># LogLevel: Control the number of messages logged to the error_log.<br style="box-sizing:inherit"># Possible values include: debug, info, notice, warn, error, crit,<br style="box-sizing:inherit"># alert, emerg.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">LogLevel warn</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule log_config_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># The following directives define some format nicknames for use with<br style="box-sizing:inherit"># a CustomLog directive (see below).<br style="box-sizing:inherit">#<br style="box-sizing:inherit">LogFormat “%h %l %u %t \”%r\” %>s %b \”%{Referer}i\” \”%{User-Agent}i\”” combined<br style="box-sizing:inherit">LogFormat “%h %l %u %t \”%r\” %>s %b” common</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule logio_module><br style="box-sizing:inherit"># You need to enable mod_logio.c to use %I and %O<br style="box-sizing:inherit">LogFormat “%h %l %u %t \”%r\” %>s %b \”%{Referer}i\” \”%{User-Agent}i\” %I %O” combinedio<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># The location and format of the access logfile (Common Logfile Format).<br style="box-sizing:inherit"># If you do not define any access logfiles within a <VirtualHost><br style="box-sizing:inherit"># container, they will be logged here. Contrariwise, if you *do*<br style="box-sizing:inherit"># define per-<VirtualHost> access logfiles, transactions will be<br style="box-sizing:inherit"># logged therein and *not* in this file.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#CustomLog “logs/access.log” common</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># If you prefer a logfile with access, agent, and referer information<br style="box-sizing:inherit"># (Combined Logfile Format) you can use the following directive.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">CustomLog “logs/access.log” combined<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule alias_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Redirect: Allows you to tell clients about documents that used to<br style="box-sizing:inherit"># exist in your server’s namespace, but do not anymore. The client<br style="box-sizing:inherit"># will make a new request for the document at its new location.<br style="box-sizing:inherit"># Example:<br style="box-sizing:inherit"># Redirect permanent /foo <a href="http://www.example.com/bar" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">http://www.example.com/bar</a></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Alias: Maps web paths into filesystem paths and is used to<br style="box-sizing:inherit"># access content that does not live under the DocumentRoot.<br style="box-sizing:inherit"># Example:<br style="box-sizing:inherit"># Alias /webpath /full/filesystem/path<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># If you include a trailing / on /webpath then the server will<br style="box-sizing:inherit"># require it to be present in the URL. You will also likely<br style="box-sizing:inherit"># need to provide a <Directory> section to allow access to<br style="box-sizing:inherit"># the filesystem path.</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># ScriptAlias: This controls which directories contain server scripts.<br style="box-sizing:inherit"># ScriptAliases are essentially the same as Aliases, except that<br style="box-sizing:inherit"># documents in the target directory are treated as applications and<br style="box-sizing:inherit"># run by the server when requested rather than as documents sent to the<br style="box-sizing:inherit"># client. The same rules about trailing “/” apply to ScriptAlias<br style="box-sizing:inherit"># directives as to Alias.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">ScriptAlias /cgi-bin/ “C:/xampp/cgi-bin/”</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule cgid_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># ScriptSock: On threaded servers, designate the path to the UNIX<br style="box-sizing:inherit"># socket used to communicate with the CGI daemon of mod_cgid.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#Scriptsock cgisock<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># “C:/xampp/cgi-bin” should be changed to whatever your ScriptAliased<br style="box-sizing:inherit"># CGI directory exists, if you have that configured.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><Directory “C:/xampp/cgi-bin”><br style="box-sizing:inherit">AllowOverride All<br style="box-sizing:inherit">Options None<br style="box-sizing:inherit">Require all granted<br style="box-sizing:inherit"></Directory></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule headers_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Avoid passing HTTP_PROXY environment to CGI’s on this or any proxied<br style="box-sizing:inherit"># backend servers which have lingering “httpoxy” defects.<br style="box-sizing:inherit"># ‘Proxy’ request header is undefined by the IETF, not listed by IANA<br style="box-sizing:inherit">#<br style="box-sizing:inherit">RequestHeader unset Proxy early<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"><IfModule mime_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># TypesConfig points to the file containing the list of mappings from<br style="box-sizing:inherit"># filename extension to MIME-type.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">TypesConfig conf/mime.types</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># AddType allows you to add to or override the MIME configuration<br style="box-sizing:inherit"># file specified in TypesConfig for specific file types.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#AddType application/x-gzip .tgz<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># AddEncoding allows you to have certain browsers uncompress<br style="box-sizing:inherit"># information on the fly. Note: Not all browsers support this.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#AddEncoding x-compress .Z<br style="box-sizing:inherit">#AddEncoding x-gzip .gz .tgz<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># If the AddEncoding directives above are commented-out, then you<br style="box-sizing:inherit"># probably should define those extensions to indicate media types:<br style="box-sizing:inherit">#<br style="box-sizing:inherit">AddType application/x-compress .Z<br style="box-sizing:inherit">AddType application/x-gzip .gz .tgz</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># AddHandler allows you to map certain file extensions to “handlers”:<br style="box-sizing:inherit"># actions unrelated to filetype. These can be either built into the server<br style="box-sizing:inherit"># or added with the Action directive (see below)<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># To use CGI scripts outside of ScriptAliased directories:<br style="box-sizing:inherit"># (You will also need to add “ExecCGI” to the “Options” directive.)<br style="box-sizing:inherit">#<br style="box-sizing:inherit">AddHandler cgi-script .cgi .pl .asp</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># For type maps (negotiated resources):<br style="box-sizing:inherit">#AddHandler type-map var</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Filters allow you to process content before it is sent to the client.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># To parse .shtml files for server-side includes (SSI):<br style="box-sizing:inherit"># (You will also need to add “Includes” to the “Options” directive.)<br style="box-sizing:inherit">#<br style="box-sizing:inherit">AddType text/html .shtml<br style="box-sizing:inherit">AddOutputFilter INCLUDES .shtml<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># The mod_mime_magic module allows the server to use various hints from the<br style="box-sizing:inherit"># contents of the file itself to determine its type. The MIMEMagicFile<br style="box-sizing:inherit"># directive tells the module where the hint definitions are located.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><IfModule mime_magic_module><br style="box-sizing:inherit">#<br style="box-sizing:inherit"># The mod_mime_magic module allows the server to use various hints from the<br style="box-sizing:inherit"># contents of the file itself to determine its type. The MIMEMagicFile<br style="box-sizing:inherit"># directive tells the module where the hint definitions are located.<br style="box-sizing:inherit">#<br style="box-sizing:inherit">MIMEMagicFile “conf/magic”<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># Customizable error responses come in three flavors:<br style="box-sizing:inherit"># 1) plain text 2) local redirects 3) external redirects<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Some examples:<br style="box-sizing:inherit">#ErrorDocument 500 “The server made a boo boo.”<br style="box-sizing:inherit">#ErrorDocument 404 /missing.html<br style="box-sizing:inherit">#ErrorDocument 404 “/cgi-bin/<a href="http://missing_handler.pl">missing_handler.pl</a>”<br style="box-sizing:inherit">#ErrorDocument 402 <a href="http://www.example.com/subscription_info.html" rel="nofollow" style="box-sizing:inherit;background:0px 0px;border:none;display:inline;margin:0px;padding:0px">http://www.example.com/subscription_info.html</a><br style="box-sizing:inherit">#</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># MaxRanges: Maximum number of Ranges in a request before<br style="box-sizing:inherit"># returning the entire resource, or one of the special<br style="box-sizing:inherit"># values ‘default’, ‘none’ or ‘unlimited’.<br style="box-sizing:inherit"># Default setting is to accept 200 Ranges.<br style="box-sizing:inherit">#MaxRanges unlimited</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">#<br style="box-sizing:inherit"># EnableMMAP and EnableSendfile: On systems that support it,<br style="box-sizing:inherit"># memory-mapping or the sendfile syscall may be used to deliver<br style="box-sizing:inherit"># files. This usually improves server performance, but must<br style="box-sizing:inherit"># be turned off when serving from networked-mounted<br style="box-sizing:inherit"># filesystems or if support for these functions is otherwise<br style="box-sizing:inherit"># broken on your system.<br style="box-sizing:inherit"># Defaults: EnableMMAP On, EnableSendfile Off<br style="box-sizing:inherit">#<br style="box-sizing:inherit">#EnableMMAP off<br style="box-sizing:inherit">#EnableSendfile off</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Supplemental configuration<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># The configuration files in the conf/extra/ directory can be<br style="box-sizing:inherit"># included to add extra features or to modify the default configuration of<br style="box-sizing:inherit"># the server, or you may simply copy their contents here and change as<br style="box-sizing:inherit"># necessary.</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Server-pool management (MPM specific)<br style="box-sizing:inherit">Include conf/extra/httpd-mpm.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Multi-language error messages<br style="box-sizing:inherit">#Include conf/extra/httpd-multilang-errordoc.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Fancy directory listings<br style="box-sizing:inherit">Include conf/extra/httpd-autoindex.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Language settings<br style="box-sizing:inherit">Include conf/extra/httpd-languages.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># User home directories<br style="box-sizing:inherit">Include conf/extra/httpd-userdir.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Real-time info on requests and configuration<br style="box-sizing:inherit">Include conf/extra/httpd-info.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Virtual hosts<br style="box-sizing:inherit">Include conf/extra/httpd-vhosts.conf<br style="box-sizing:inherit">Include conf/extra/vhost_ABCD_9090_Windows.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Local access to the Apache HTTP Server Manual<br style="box-sizing:inherit">#Include conf/extra/httpd-manual.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Distributed authoring and versioning (WebDAV)<br style="box-sizing:inherit">#Attention! WEB_DAV is a security risk without a new userspecific configuration for a secure authentifcation<br style="box-sizing:inherit">#Include conf/extra/httpd-dav.conf</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Various default settings<br style="box-sizing:inherit">#Include conf/extra/httpd-default.conf<br style="box-sizing:inherit"># Implements a proxy/gateway for Apache.<br style="box-sizing:inherit">Include “conf/extra/httpd-proxy.conf”<br style="box-sizing:inherit"># Various default settings<br style="box-sizing:inherit">Include “conf/extra/httpd-default.conf”<br style="box-sizing:inherit"># XAMPP settings<br style="box-sizing:inherit">Include “conf/extra/httpd-xampp.conf”</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Configure mod_proxy_html to understand HTML4/XHTML1<br style="box-sizing:inherit"><IfModule proxy_html_module><br style="box-sizing:inherit">Include conf/extra/proxy-html.conf<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># Secure (SSL/TLS) connections<br style="box-sizing:inherit">Include conf/extra/httpd-ssl.conf<br style="box-sizing:inherit">#<br style="box-sizing:inherit"># Note: The following must must be present to support<br style="box-sizing:inherit"># starting without SSL on platforms with no /dev/random equivalent<br style="box-sizing:inherit"># but a statically compiled-in mod_ssl.<br style="box-sizing:inherit">#<br style="box-sizing:inherit"><IfModule ssl_module><br style="box-sizing:inherit">SSLRandomSeed startup builtin<br style="box-sizing:inherit">SSLRandomSeed connect builtin<br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word"># XAMPP: We disable operating system specific optimizations for a listening<br style="box-sizing:inherit"># socket by the http protocol here. IE 64 bit make problems without this.</p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">AcceptFilter http none<br style="box-sizing:inherit">AcceptFilter https none<br style="box-sizing:inherit"># AJP13 Proxy<br style="box-sizing:inherit"><IfModule mod_proxy.c><br style="box-sizing:inherit"><IfModule mod_proxy_ajp.c><br style="box-sizing:inherit">Include “conf/extra/httpd-ajp.conf”<br style="box-sizing:inherit"></IfModule><br style="box-sizing:inherit"></IfModule></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">y este es el error  que me marca en cmd al usar <b>abcd_start.bat</b></p><p style="box-sizing:inherit;margin-bottom:1.333em;margin-top:0px;word-break:break-word">Installing HTTPD – Apache<br style="box-sizing:inherit">[Sat Feb 03 16:07:59.155552 2024] [mpm_winnt:error] [pid 8552:tid 168] AH00433: Apache2.4: Service is already installed.<br style="box-sizing:inherit">Calling ABCD Site</p><p style="box-sizing:inherit;margin-bottom:0px;margin-top:0px;word-break:break-word">creo que la llevo de gane me manda menos errors que el anterior ejecutable pero tiene que ver con todas las modificaciones  que le han hecho por cieto tampoco funciona el <b>local host 9090</b></p><p style="box-sizing:inherit;margin-bottom:0px;margin-top:0px;word-break:break-word"><b><i>todos lo archivos que contienen C:\XAMP deberian de modificarse como sugerencia mas si son de confiuracion </i></b></p></div></div></div>