#------------------------------------------------------------------------------------ # This configuration file pertains to two .onion index web pages which karbytes # is hosting from its personal computer on the Tor network using Apache. # # This file was last modified on 07_JANUARY_2025. #------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------ # Virtual Host for .onion website A #------------------------------------------------------------------------------------ # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the ServerName # specifies what hostname must appear in the request's Host: header to # match this virtual host. For the default virtual host (this file) this # value is not decisive as it is used as a last resort host regardless. # However, you must set it for any further virtual host explicitly. # karbytes added the following line on 19_DECEMBER_2024. ServerName ijnqld5dkly6cpvds37nap7n7n5f2tjc4e623b3x7dkzh563wpj6v4yd.onion ServerAdmin webmaster@localhost # karbytes added the following line on 19_DECEMBER_2024. DocumentRoot /var/www/html_a # karbytes added the following line on 01_OCTOBER_2024. DirectoryIndex unlisted_web_page_karbytes_first_onion_web_page.html # karbytes added the following code block on 19_DECEMBER_2024. Options Indexes FollowSymLinks AllowOverride All Require all granted # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular # modules, e.g. #LogLevel info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined # For most configuration files from conf-available/, which are # enabled or disabled at a global level, it is possible to # include a line for only one particular virtual host. For example the # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf #------------------------------------------------------------------------------------ # karbytes added the following code block on 19_DECEMBER_2024. # Virtual Host for .onion website B #------------------------------------------------------------------------------------ ServerName qkbrwfubnh4knc6kkhx6uepccavpwezdf2al7w2quepe3qociegsi3yd.onion # karbytes modified the following code block on 07_JANUARY_2025. DocumentRoot /var/www/html_b/ DirectoryIndex karbytes_darknet_websites_root_directory_web_page.html # karbytes added the following code block on 07_JANUARY_2025. Options Indexes FollowSymLinks AllowOverride All Require all granted ErrorLog ${APACHE_LOG_DIR}/b_error.log CustomLog ${APACHE_LOG_DIR}/b_access.log combined