简体   繁体   中英

Getting error while trying to start http services

In My AWS ec-2 instance, I am getting an error:

 Unable to load dynamic library '/usr/lib64/php/7.0/modules/php_openssl.dll'

Whenever I am running command:

sudo systemctl start httpd

My server is not responding to http requestes.

does the library exist in your system? what is the output of

ls -l /usr/lib64/php/7.0/modules/php_openssl.dll

This file should be bundled with php. Try uninstalling and reinstalling php again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM