http://dharma3iizlv7smnqo7ny5s7lmcotcill3zr7sk643lnsjxool5lr7id.onion
The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows: /etc/apache2/
|-- apache2.conf
| `-- ports.conf
|-- mods-enabled
| |-- *.load
| `-- *.conf
|-- conf-enabled
| `-- *.conf
|-- sites-enabled
| `-- *.conf apache2.conf is the main configuration
file. It puts the pieces together by including all remaining configuration
files when starting up the...
1 similar result skipped