Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - reb

Pages: [1]
1
DNS / Re: adding subdomain does not create folder
« on: March 25, 2020, 08:32:22 PM »
Updating the record in the database with the full path to the subdomain corrected the SSL cert generation and writes the vhost correctly so I guess this is fixed although still have not determined why the Add Subdomain did not create the path folders correctly? Maybe this will help someone seeking help.

If anyone knows why this happened I would appreciate it?

2
DNS / Re: adding subdomain does not create folder
« on: March 25, 2020, 07:59:43 PM »
Spoke too soon... Although that did resolve the path problem to the subdomain, when I tried to install the SSL cert it overwrites the vhost back to the root domain path. Guess I've got to dig deeper.

3
DNS / Re: adding subdomain does not create folder
« on: March 25, 2020, 07:51:30 PM »
Well, solved it myself although I'm not sure what failed. After I manually added the subdomain/public_html and appended the additional subdomain path to the DocumentRoot in the vhost, it worked after restarting apache. Never had an error or found any log errors indicating why the Add Subdomain process didn't create the folders?

4
DNS / adding subdomain does not create folder
« on: March 25, 2020, 07:02:52 PM »
Using CWP7Pro I've added a subdomain and the folder structure doesn't get created although it reports success. I see the vhost added and a record created in the subdomains table in the root_cwp database but the subdomain folder with the public_html folder doesn't get created. If I manually create them, it still doesn't work. The subdomain name is conveyok which is only 8 characters long. I don't find any errors in any logs. If I point a browser to the subdomain it goes to the main domain. Has anyone experienced this problem?

5
PHP / Re: php stopped logging to file
« on: May 27, 2019, 07:36:31 PM »
...and there it is, guess I didn't get the memo on the change  ;-}. Thanks...

6
PHP / php stopped logging to file
« on: May 27, 2019, 06:08:39 PM »
I installed php-fpm 7.2.13 and have the default
Quote
log_errors = On
as well as all the other default settings. I've changed nothing in php.ini and php just won't log errors to
Quote
/usr/local/apache/logs/error_log
as it was before. Any ideas?

7
Apache / Re: apache not running php 7.2
« on: February 27, 2019, 07:13:03 PM »
well, never did get 7.2.10 to be picked up by apache but 7.2.15 was when switched to it.

8
Apache / apache not running php 7.2
« on: February 26, 2019, 08:20:32 PM »
I have installed php 7.2.10 and CWP indicates every where I look that this is the version that I'm running. When I go to PHP info it says:
You are running PHP version: 7.2.10

but in the phpinfo table it reports:
PHP Version 5.6.37

In all other related screens, PHP version switcher, PHP version selector, Webserver main conf, etc., it says that I'm running PHP 7.2. The CLI is also 7.2. But apache uses 5.6 just as the phpinfo page says. If I do
Code: [Select]
echo phpversion(); it also reports 5.6.37, so it seems that I've neglected something that I'm not seeing or apache is just not loading 7.2?

Pages: [1]