I use librewolf and I have this error:
Secure Connection Failed
An error occurred during a connection to localhost:80. SSL received a record that exceeded the maximum permissible…
There are two docker-compose.yaml
in the guide I am confused.
I moved the one in proxies and as before I ran docker compose up -d
in the parent folder.
Same error as before starting it…
The guide is not clear.
lsd --tree
./
├── docker-compose.yaml
└── proxies/
├── docker-compose.yaml
└── onion.txt
Like…
It fails to start:
mount /path/4get/torrc:/etc/tor/torrc (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)?…
No, I do not have any torrc file and I do not have experience with this.
Where do I create the torrc file?
In this 4get folder is docker-compose.yaml
inside proxies folder?
Where do I put torrc and other docker-compose.yaml
in /srv/http/4get
?
Simply running docker compose up -d
in 4get repo (/srv/http/4get
here) works.
I can use 4get connecting to http://localhost/
and search.
I made the files in /srv/http/4get
and…
Thanks @Evhorizon.
Do I need to follow https://git.lolcat.ca/lolcat/4get/src/branch/master/docs/docker.md before and than that?
Usually I scrape DuckDuckGO so I think that I can just use docker with tor. When/if somebody makes a guide can you let me know?
Possibly I'd run it without a docker but if you need it for Tor or something I guess I'll use it.
I will wait for the guide then, thanks.
No in /etc/httpd/conf/httpd.conf
.
I thought that SSL is not needed for local use and /etc/httpd/confextra/httpd-ssl.conf
is not included anymore:
# Secure (SSL/TLS) connections
#Include…
I added it and as before I see Error 404
.
Nothing new in the log.
I am using this in the main config:
<Directory "/srv/http/4get">
Options +MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}…
Not sure to how do that.
Is it similar to this?
<VirtualHost *:80>
# no domain = go to 4get.ca
RedirectMatch 301 ^(.*)$ https://4get.ca$1
</VirtualHost>
I moved the files from /srv/http/4get
to /srv/http/
.
And I updated the conf:
ServerRoot "/etc/httpd"
...
<Directory "/srv/http/">
...
The home page is displayed better but…
I did not look the Arch wiki after adding AddHandler php-script .php
in the conf it starts.
I installed php83-curl
and…
Does it need mpm_event therefore?
Since disabling mpm_event and enabling mpm_prefork does not have errors.
I'll search to how do it for Artix/Arch otherwise.
I installed this that I believe being the corresponding version:
pacman -Ql php-apache
php-apache /etc/
php-apache /etc/httpd/
php-apache /etc/httpd/conf/
php-apache /etc/httpd/conf/extr…
It is just a directory listing.
When I access http://127.0.1.1/4get/index.php
I see an empty page with this line at the beginning:
load( "home.html", [ "server_short_description" =>…