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 do i run it behind apache #3002

Open
baba-boota opened this issue Nov 28, 2024 · 0 comments
Open

how do i run it behind apache #3002

baba-boota opened this issue Nov 28, 2024 · 0 comments

Comments

@baba-boota
Copy link

baba-boota commented Nov 28, 2024

What version of shadowsocks-libev are you using?

shadowsocks-libev 3.3.5

What operating system are you using?

ubuntu 24.04 LTS

What did you do?

i've installed shadowsocks-libev via apt and the v2ray plugin. i want to run it behind apache via reverse proxy but can't get it to work.
here's my apache config

<VirtualHost *:443>
    ServerName sub.domain.com

    SSLEngine on
    SSLCertificateFile /etc/letsencrypt/live/domain.com/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem

    ProxyPreserveHost On
    ProxyPass "/" "http://127.0.0.1:8888/"
    ProxyPassReverse "/" "http://127.0.0.1:8888"
</VirtualHost>

What did you expect to see?

i expect to see it working

What did you see instead?

nothing seen yet

What is your config in detail (with all sensitive info masked)?

{
"server":"127.0.0.1",
"server_port":8888,
"password":"*********",
"timeout":3600,
"method":"aes-256-gcm",
"plugin":"/etc/shadowsocks-libev/plugins/v2ray-plugin",
"plugin_opts":"server;loglevel=none"
}

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

1 participant