We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, in the page: https://docs.nextcloud.org/server/9/admin_manual/installation/php_55_installation.html Copy the PHP 5.5 Apache modules into place:
cp /opt/rh/httpd24/root/etc/httpd/conf.d/php55-php.conf /etc/httpd/conf.d/ cp /opt/rh/httpd24/root/etc/httpd/conf.modules.d/10-php55-php.conf /etc/httpdconf.modules.d/ cp /opt/rh/httpd24/root/etc/httpd/modules/libphp55-php5.so /etc/httpd/modules/
should be: /etc/httpd/conf.modules.d/ "/" after httpd
The text was updated successfully, but these errors were encountered:
Fixes missing dash #11
e18eb78
Merge pull request #13 from nextcloud/missing-dash-php55
23016ee
[stable9] Fix missing dash #11
Fix missing dash #11
4346748
Merge pull request #15 from nextcloud/master-missing-dash-php55
3946fb1
MariusBluem
No branches or pull requests
Hi,
in the page:
https://docs.nextcloud.org/server/9/admin_manual/installation/php_55_installation.html
Copy the PHP 5.5 Apache modules into place:
cp /opt/rh/httpd24/root/etc/httpd/conf.d/php55-php.conf /etc/httpd/conf.d/
cp /opt/rh/httpd24/root/etc/httpd/conf.modules.d/10-php55-php.conf /etc/httpdconf.modules.d/
cp /opt/rh/httpd24/root/etc/httpd/modules/libphp55-php5.so /etc/httpd/modules/
should be: /etc/httpd/conf.modules.d/
"/" after httpd
The text was updated successfully, but these errors were encountered: