Commit graph

87 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa 8844cdf2da fixed nginx issue
nginx not restarting after update
2018-07-10 22:30:28 -05:00
Cristhian Martínez Ochoa 7e51c04fae fix after testing
- auto-update process not runnign server-reset.
- typos in some check paths in verify command.
- login www-data not deleting some data after disabled.
- Remove statistics for alpha versions.
- exit after verify fails when conf file found during re-installation process.
2018-07-09 12:29:01 -05:00
Cristhian Martínez Ochoa 97887cf7fe fixed delete wp site
Failing when wp-config is at root instead of one level below.
2018-07-08 17:20:21 -05:00
Cristhian Martínez Ochoa 64f1e253c8 verify improved
- More checks added.
- Now we run verify after uninstalled weby conf file found.
2018-07-08 15:56:42 -05:00
Cristhian Martínez Ochoa 82424f16cd fixed login-www-data
Changed folder owner causing login-www-data fails.
2018-07-07 18:19:18 -05:00
Cristhian Martínez Ochoa eb805bd17c server conf updated
linux optim updated
auto-server update improved
2018-07-06 19:40:47 -05:00
Cristhian Martínez Ochoa d36c437cf0 php default values updated
some conf values updated
2018-07-06 17:59:57 -05:00
Cristhian Martínez Ochoa 8971817797 fixed 403 for loguedin users
Nginx limit_req causing 403 in frontend for logued in users.
2018-07-06 14:02:51 -05:00
Cristhian Martínez Ochoa 946da7128b small fixes
After testing and before release:
- now we don't need to change cgi.fix_pathinfo in PHP.
- fixed update process.
- better wp-admin security.
- fixed auto-stack installation process
2018-06-27 18:28:50 -06:00
Cristhian Martínez Ochoa 4119e01829 app-version improved
Now we take the app-version from TAR file instead of instalation script.
2018-06-24 21:08:20 -06:00
Cristhian Martínez Ochoa 70fda3e7aa server auto-update config
Automatic update for server configuration.
2018-06-24 18:13:23 -06:00
Cristhian Martínez Ochoa 92f72eb2a3 certbot
Now we use certbot instead of letsencrypt.
- ocsp and must staple enabled.
- now we use the staging feature for debug.
- restart nginx after renew.
- now we revoke and delete cert instead just delete files.
2018-06-24 12:39:30 -06:00
Cristhian Martínez Ochoa b0f743035e pma updated
Now we always install the latest pma version, instead of using the official Ubuntu PPA.
2018-06-23 20:18:42 -06:00
Cristhian Martínez Ochoa 7f0acd43ca set timezone
Now we can set timezone for Ubuntu and PHP.
2018-06-23 18:31:24 -06:00
Cristhian Martínez Ochoa 5348de5b95 external lists updated
Domain suffix updated.
Timezone DB added.
2018-06-23 16:37:06 -06:00
Cristhian Martínez Ochoa 4d21112f4e php improvements
- php_exec_zip are now enabled.
- php cookie_httponly is now enabled
2018-06-22 16:38:31 -06:00
Cristhian Martínez Ochoa 36ef30272b config-load deprecated
Config-Load or Custom Conf option has been deprecated.
2018-06-22 16:23:12 -06:00
Cristhian Martínez Ochoa f0078b3914 web-tools deprecated
Purge Web-Tools feature has been deprecated.
2018-06-22 16:15:03 -06:00
Cristhian Martínez Ochoa c00f4602d2 minor improvements
- wget with referer for better statistics.
- api-events instead myapi
- proxy sites now with includes for better fuile handling and ssl.
2018-06-22 13:30:13 -06:00
Cristhian Martínez Ochoa 4e28539fa4 Merge branch dev
Merge new features:
- Force www or non-www
- Ignore ssl
- API
2018-05-30 16:44:56 -06:00
Cristhian Martínez Ochoa dee82bf64d HotFix -php-ver
php-ver causing Bad Gateway error in front end.
2018-05-29 20:17:43 -06:00
Cristhian Martínez Ochoa 7f5327fe42 Add Ubuntu 18.04 support to GP branch
Add Ubuntu 18.04 support to GP branch
2018-05-22 18:20:41 -06:00
Cristhian Martínez Ochoa 07d109a7b5 ubuntu bionic support
Added support for Ubuntu 18.04 bionic beaver.
2018-05-18 16:55:57 -06:00
Cristhian Martínez Ochoa e7b3d36419 swap for -gt 128
Now we are considering cases for swap with ram above 128.
2018-05-18 14:19:24 -06:00
Cristhian Martínez Ochoa 844b653e4e Ignore SSL in Force-Redirect
New option to ignore SSL in force-redirect for some cases where WWW was not included in SSL.
2018-05-18 13:28:32 -06:00
Cristhian Martínez Ochoa f2fff2e377 fixed force redirect
server_name missing a semicolon.
2018-05-13 19:13:31 -06:00
Cristhian Martínez Ochoa dd40579db9 Merge branch 'master' into 1.5.0 2018-05-13 18:59:46 -06:00
Cristhian Martínez Ochoa 4088125ee0 domain check fixed
Now we prevent an error for invalid filename.
2018-05-13 18:38:52 -06:00
Cristhian Martínez Ochoa e63db8869d Domain Check improved
improved domain check for special characters to avoid DB errors creation.
2018-05-09 16:22:46 -06:00
Cristhian Martínez Ochoa 8d2032f506 Merge branch 'master' into 1.5.0 2018-05-09 15:26:05 -06:00
Cristhian Martínez Ochoa 459a666b61 wp-default fixed
now we convert hyphens to prevent errors in dbcheck, also in default mode always fallback in suggested name to avoid errors.
2018-05-09 15:25:50 -06:00
Cristhian Martínez Ochoa 2288d8ff72 notepad issue
issue with files edited in notepad . failing the end of the line format unix.
2018-05-07 23:33:06 -06:00
Cristhian Martínez Ochoa 830c574c2d Merge branch 'master' into 1.5.0
merge multi-php feature
2018-05-07 22:48:54 -06:00
Cristhian Martínez Ochoa 4db986f51c multi-php feature
Now we can install multi php versions simultaneously.
2018-05-07 22:41:45 -06:00
Cristhian Martínez Ochoa b2b1e3ba5f api feature
now we have an API for installation and purge progress.
2018-05-02 20:10:01 -06:00
Cristhian Martínez Ochoa b26f7ec9b6 force www redirect
Now we have a command to force redirections to www or non-www.
2018-05-02 15:41:31 -06:00
Cristhian Martínez Ochoa 31bb518b4e some small fixes
- final release.
- port tools fixed - not assigning port number during fresh installations.
- type in redis settings in wp-config.
- clear opcache wrong url corrected.
2018-04-28 22:01:23 -06:00
Cristhian Martínez Ochoa 765e9c4b0b fixed error loop
Fixed error loop when data is incorrect for external db in WP unattended.
2018-04-26 18:51:06 -06:00
Cristhian Martínez Ochoa f851e8d76a parked and proxy improved
- fixed - proxy sites now don't create data folder.
- parked now use the createsite function and also respect the subdomain check.
2018-04-26 16:15:44 -06:00
Cristhian Martínez Ochoa 7c90bad146 domain name check
Now we check and have a WARNING messagge for domain names.
2018-04-25 19:59:40 -06:00
Cristhian Martínez Ochoa 5faece155d db-check lenght
DB name and user - now checks lenght
2018-04-25 18:56:44 -06:00
Cristhian Martínez Ochoa a5e714ec07 fixed nginx
Fixed an error with new 1.14.0 stable version not properly starting the nginx service.
2018-04-25 16:06:10 -06:00
Cristhian Martínez Ochoa 64b5c64021 tools-port improved
- default value is now assigned during creation site, not in initial installation.
- webinoly -tools-port command now works even if nginx is not installed.
2018-04-25 15:16:04 -06:00
Cristhian Martínez Ochoa d3830acfc8 conf functions improved
Prevent an issue with similar named variables.
2018-04-25 14:05:10 -06:00
Cristhian Martínez Ochoa d52f0fe866 fixed multiple wp redis
Fixed an issue when multiple WP installation have redis enabled causing an unexpected behavior like wrong redirections.
2018-04-25 14:00:22 -06:00
Cristhian Martínez Ochoa b26520b33f parked sites improved
- ssl nginx-error fixed.
- ssl check root before creation.
- parked and proxy sites are now listed in -delete-all.
2018-04-24 20:14:43 -06:00
Cristhian Martínez Ochoa e22f9fd8b4 bionic preparation
Test and preparation for Ubuntu 18.04 bionic beaver.
2018-04-24 17:39:01 -06:00
Cristhian Martínez Ochoa 32d998643a some small fixes
Fixed before release:
- stack lemp not acepting stable/mainline parameter.
- external db unattended not working.
- httpauth delete similar names issues.
- mysql site with external db not should need wp prefix parameter, removed!
- ssl-on failing due to subdomain check.
2018-04-05 12:37:20 -05:00
Cristhian Martínez Ochoa a0a8981f0c delete site w ext-db unattended
Delete site with external database now is unattended.
2018-04-04 13:49:24 -05:00
Cristhian Martínez Ochoa 4e26e73afe delete site unattended
Now delete site command acept "force" option for unattended scripts.
2018-04-04 12:10:32 -05:00