le2ispc icon indicating copy to clipboard operation
le2ispc copied to clipboard

Cant run succesfully

Open m4recek opened this issue 10 years ago • 6 comments

Hi, I am trying to use your script for using letsencrypt certificates, but it throws errors on me. Can you please advise? :)

  1. Version of config file and script version are different, had to change that manually
  2. PHP Warning: fopen(/etc/apache2/conf-available/letsencrypt-webroot.conf): failed to open stream: No such file or directory in /root/ispc-letsencrypt/le2ispc/le2ispc on line 136

m4recek avatar Jan 27 '16 22:01 m4recek

Hi there

Thanks regarding the conf version. Fixed that meanwhile.

Are you using apache 2.2 or 2.4?

sjau avatar Jan 28 '16 07:01 sjau

Hi. its 2.2 (and I updated the config)

m4recek avatar Jan 28 '16 11:01 m4recek

did you tell in the config that it's 2.2? Because 2.2 and 2.4 have different folders.

2.2 uses /etc/apache/conf.d/ 2.4 uses /etc/apache/conf-available/

Since your error says it's trying to locate the file on the conf-available folder I assume you didn't set right apache version.

sjau avatar Jan 28 '16 11:01 sjau

Output was from when I first run the script. I did fix it afterwards, but file still doesnt exists.

PHP Warning: fopen(/etc/apache2/conf.d/letsencrypt-webroot.conf): failed to open stream: No such file or directory in /root/ispc-letsencrypt/le2ispc/le2ispc on line 136

m4recek avatar Jan 28 '16 11:01 m4recek

ls -al /etc/apache2/conf.d/letsencrypt-webroot.conf

sjau avatar Feb 23 '16 09:02 sjau

You're still having issues?

sjau avatar Sep 28 '16 09:09 sjau