Unable to enable certain modules
-
When trying to enable the
sslmodule, using:a2enmod ssl, i'm running into this:root@451e4844-.......6e3e69d:/app/code# a2enmod ssl Considering dependency setenvif for ssl: Module setenvif already enabled Considering dependency mime for ssl: Module mime already enabled Considering dependency socache_shmcb for ssl: Enabling module socache_shmcb. Could not create /etc/apache2/mods-enabled/socache_shmcb.load: Read-only file systemeven though, the
socache_shmcbmodule does seem to be available, as i can see it in/etc/apache2/mods-available/
How to resolve this situation, as i need to enable proxying of bot requests to a prerendering service, in the
.htaccessfile?RewriteRule ^(.*)$ https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$1 [P,L] -
Re-reading the question... P is the proxy flag which requires mod_proxy. This is already enabled. mod_ssl is something else - https://httpd.apache.org/docs/current/mod/mod_ssl.html . Can you check or tell us why you need this?
@girish said in Unable to enable certain modules:
mod_ssl is something else - https://httpd.apache.org/docs/current/mod/mod_ssl.html . Can you check or tell us why you need this?
Hi @girish
I need the
mod_sslbecause i found that the above mentionedRewriteRuleto anhttpsurl doesn't work, unlessmod_sslis enabled. -
@girish said in Unable to enable certain modules:
mod_ssl is something else - https://httpd.apache.org/docs/current/mod/mod_ssl.html . Can you check or tell us why you need this?
Hi @girish
I need the
mod_sslbecause i found that the above mentionedRewriteRuleto anhttpsurl doesn't work, unlessmod_sslis enabled. -
When trying to enable the
sslmodule, using:a2enmod ssl, i'm running into this:root@451e4844-.......6e3e69d:/app/code# a2enmod ssl Considering dependency setenvif for ssl: Module setenvif already enabled Considering dependency mime for ssl: Module mime already enabled Considering dependency socache_shmcb for ssl: Enabling module socache_shmcb. Could not create /etc/apache2/mods-enabled/socache_shmcb.load: Read-only file systemeven though, the
socache_shmcbmodule does seem to be available, as i can see it in/etc/apache2/mods-available/
How to resolve this situation, as i need to enable proxying of bot requests to a prerendering service, in the
.htaccessfile?RewriteRule ^(.*)$ https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$1 [P,L]@shrey said in Unable to enable certain modules:
RewriteRule ^(.*)$ https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$1 [P,L]
Is this even correct? there are two ":" . not an expert but something seems off here
-
@shrey said in Unable to enable certain modules:
RewriteRule ^(.*)$ https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$1 [P,L]
Is this even correct? there are two ":" . not an expert but something seems off here
-
G girish has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login