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 - rcschaff

Pages: 1 ... 49 50 [51] 52 53 ... 57
751
Installation / Re: The big Question
« on: February 15, 2020, 11:36:02 PM »
Nope, Mad skills.  Cause my pictures my own, not a celeb.

752
FTP / Re: Certificate Expired? when using Filezilla to access my server
« on: February 15, 2020, 04:39:41 PM »
I can't believe cwp didn't renew your cert lmao

BTW. There is no reason for you to hide any of the info on the cert, as all of that is public information.  Your key is the only thing private.

753
I can build it / Re: Apache Status - Accesses
« on: February 15, 2020, 03:27:30 PM »
To Add under webservers instead of Developer Options
/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php
<script type="text/javascript">
        $(document).ready(function() {
                var newButtons = ''
                +' <li>'
                +' <a href="?module=apache_status"><span aria-hidden="true" class="icon16 icomoon-icon-switch"></span>Apache Status - Accesses</span></a>'
                +'</li>';
                $("ul#mn-3-sub").prepend(newButtons);
        });
</script>

754
Suggestions / Re: Please start locking topics.
« on: February 15, 2020, 02:43:04 PM »
Wow :o  ???.  Start with this one! UGG

755
PHP / Re: Where is Zend Guard been installed
« on: February 15, 2020, 02:16:04 PM »
The original poster.  On the compile PHP page, zend does show up as a module.

756
PHP / Re: Where is Zend Guard been installed
« on: February 15, 2020, 02:11:38 PM »
Devs need to add a note for that module, or disable the checkbox for 7+

757
Installation / Re: The big Question
« on: February 15, 2020, 01:40:55 PM »
Cause I've got mad skills ;)

758
Installation / Re: The big Question
« on: February 15, 2020, 01:14:07 AM »
Just out of curiosity, did you try creating add-on domains ../addondomain .   I don't use add-ons, so don't test it.

759
CentOS 7 Problems / Re: Pure-FTP Failure
« on: February 14, 2020, 03:31:56 PM »
Your welcome ;)

761
CWP API / Re: API endpoints Manual
« on: February 14, 2020, 02:40:21 PM »
CWP Settings -> API Manager

Remote API via token

There is a user endpoint running on localhost:2302, but no documentation for it

762
E-Mail / Re: emails, Error 550 5.1.1.
« on: February 14, 2020, 02:35:20 PM »
My guess:
/etc/postfix/main.cf

myhostname = (Your old hostname)

BUt just a guess.

If it's true, run the command
grep oldhostname *

to find all of the instances you need to change.
alternatively
sed -i "s@oldhostname@newhostname@g" /etc/postfix/*

763
Installation / Re: The big Question
« on: February 14, 2020, 02:09:18 PM »
I have told you.  Configure your server the way you want to then.  Your not stating that you want help, you're stating that you want CWP to change the software to suite your needs.

So here, I'm going to help you out:
The Template files cwp uses to build the configs are stored in:
/usr/local/cwpsrv/htdocs/resources/conf/web_servers/vhosts
httpd = apache w/o php-fpm
httpd/php-fpm = apache w/ php-fpm
httpd/proxy = apache acts as a proxy
nginx = proxy
nginx/php-fpm = nginx standalone

I should note.  If you set it as the standard config, path for subdomains/addon domains will be ignored.

Catching a theme here yet?  NOW.  .tpl files are for port 80.  .stpl files are for  443 ssl.

Now let's put it all together.  let's say we are working with nginx standalone.
We copy nginx/php-fpm/default.stpl to nginx/php-fpm/mydomain.stpl
now we edit the line:  root %docroot%;   and change it to  root /home/%user%/public_html/%domain%;
save the template.
Now log into CWP.  Goto Webserver Settings -> WebServers Main Config
Change the default to your new config you created.
Alternatively, you can use your template on a specific domain only by WebServerDomainConf


I should note.  Setting as the Main Config will ignore the path settings for addon/subdomains.  So when setting path for subdomains, make sure you set them public_html/sub.domain.com

764
CentOS 7 Problems / Re: Pure-FTP Failure
« on: February 14, 2020, 09:49:11 AM »
systemctl enable pure-ftp
systemctl start pure-ftp

As for the spinning wheel
Edit packages, make sure all values are set.  Cgroup can be like 1000.  If that doesn't work, I posted a workaround recently.

765
Installation / Re: The big Question
« on: February 14, 2020, 12:59:13 AM »
I don't know what to tell you.  public_html has been around for decades. If you don't like it, your more than welcome to amend  apache/nginx to meet your needs.   Nobody's twisting your arm to use this software.  You could install a simple lamp stack and manage it yourself.  Your using a package software for the ease of configuring your server. Deal with it, stop complaining, or change to a software that suits what you want to happen.

Pages: 1 ... 49 50 [51] 52 53 ... 57