Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to restart the tor/server in docker to make a second onion link #2

Closed
Doomlol opened this issue Mar 31, 2021 · 4 comments
Closed
Assignees

Comments

@Doomlol
Copy link

Doomlol commented Mar 31, 2021

how to restart the tor/server in docker to make a second onion link

i could not do that

@Doomlol Doomlol closed this as completed Mar 31, 2021
@d-a-s-h-o d-a-s-h-o self-assigned this Apr 2, 2021
@d-a-s-h-o
Copy link
Owner

Check /etc/tor/torrc make and make sure that the second site is uncommented
Check /etc/apache2/ports.conf make sure that apache is listening to the correct ports
Check /etc/apache2/sites-available/ make sure that file 2.conf exists
Check /etc/apache2/sites-available/2.conf make sure that the file is correctly made
Check /var/www/html/.files/2/ exists and add site content to directory
Run as root in shell a2ensite 2.conf to enable site
Run as root in shell service apache2 reload to reload apache2 server

✔️ You're done!

@Doomlol
Copy link
Author

Doomlol commented Apr 9, 2021 via email

@Doomlol
Copy link
Author

Doomlol commented Apr 9, 2021 via email

@d-a-s-h-o
Copy link
Owner

Everything has been moved over to the Onionz dashboard and unified into one project I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants