-
Notifications
You must be signed in to change notification settings - Fork 369
client.conf dones not get generated on install #140
Comments
Same issue on Centos 7 any help? Any update? I have changed permissions and the file downloading as corrupted .zip file PHP Warning: file_get_contents(client-conf/gnu-linux/client.conf): failed to open stream: No such file or directory in /var/www/html/openvpn-admin/include/html/grids.php on line 131, referer: http://192.168.1.209/openvpn-admin/index.php?admin PHP Warning: file_get_contents(client-conf/osx-viscosity/client.conf): failed to open stream: No such file or directory in /var/www/html/openvpn-admin/include/html/grids.php on line 143, referer: http://192.168.1.209/openvpn-admin/index.php?admin |
I disabled SELinux and worked fine!! Centos 7 Open the Reboot your system |
Don't disable SELinux. Apache need to be able to write to the directory. Do below:
If the above three lines still doesn't work, then do |
I am trying to install on centos 7. I upgraded php to 5.5 to get rid of an error with a function that was missing, I deinstalled and tried again. I am getting this errors on install (one for each client-conf directory)... selinux is disabled.
PHP Warning: file_get_contents(client-conf/gnu-linux/client.conf): failed to open stream: No such file or directory in /var/www/html/openvpn-admin/include/html/grids.php on line 131, referer: https://vpnserver.kdi.cl/openvpn-admin/index.php?installation
Any ideas what I did wrong? thanks!
The text was updated successfully, but these errors were encountered: