| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- Name: vesta
- Version: 1.0.0
- Release: 7
- Summary: Vesta Control Panel
- Group: System Environment/Base
- License: GPL
- URL: http://vestacp.com/
- Vendor: vestacp.com
- Source0: %{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- Requires: redhat-release >= 5
- Provides: vestacp vesta-api vesta
- %define _vestadir /usr/local/%{name}
- %description
- This package contains the packages for Vesta Control Panel api.
- %global debug_package %{nil}
- %prep
- %setup -q -n %{name}-%{version}
- %build
- %install
- install -d %{buildroot}%{_vestadir}
- %{__cp} -ad ./* %{buildroot}%{_vestadir}
- %clean
- rm -rf %{buildroot}
- %post
- if [ $1 -ge 2 ]; then
- if [ -x /usr/local/vesta/upd/add_sudo.sh ]; then
- /usr/local/vesta/upd/add_sudo.sh
- fi
- if [ -x /usr/local/vesta/upd/add_notifications.sh ]; then
- /usr/local/vesta/upd/add_notifications.sh
- fi
- if [ -x /usr/local/vesta/upd/fix_sessions.sh ]; then
- /usr/local/vesta/upd/fix_sessions.sh
- fi
- if [ -x /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
- /usr/local/vesta/upd/fix_nginx_auth.sh
- fi
- if [ -x /usr/local/vesta/upd/fix_roundcube.sh ]; then
- /usr/local/vesta/upd/fix_roundcube.sh
- fi
- if [ -x /usr/local/vesta/upd/limit_sudo.sh ]; then
- /usr/local/vesta/upd/limit_sudo.sh
- fi
- if [ -x /usr/local/vesta/upd/fix_dhcprenew.sh ]; then
- /usr/local/vesta/upd/fix_dhcprenew.sh
- fi
- fi
- %files
- %{_vestadir}
- %config(noreplace) %{_vestadir}/web/images/sprite.png
- %config(noreplace) %{_vestadir}/web/images/favicon.ico
- %config(noreplace) %{_vestadir}/web/css/file_manager.css
- %config(noreplace) %{_vestadir}/web/css/file_manager_editor.css
- %config(noreplace) %{_vestadir}/web/css/jquery.arcticmodal.css
- %config(noreplace) %{_vestadir}/web/css/jquery-custom-dialogs.css
- %config(noreplace) %{_vestadir}/web/css/jquery.fileupload.css
- %config(noreplace) %{_vestadir}/web/css/styles.min.css
- %config(noreplace) %{_vestadir}/web/css/uploadify.css
- %changelog
- * Wed Oct 12 2022 Serghey Rodin <builder@vestacp.com> - 1.0.0-7
- - Frontend bugfixes
- - Bugfixes
- - Security fixes
- * Fri Feb 25 2022 Serghey Rodin <builder@vestacp.com> - 1.0.0-6
- - Frontend bugfixes
- * Mon Nov 22 2021 Serghey Rodin <builder@vestacp.com> - 1.0.0-5
- - Bugfixes
- * Mon Nov 1 2021 Serghey Rodin <builder@vestacp.com> - 1.0.0-4
- - Merge pull request #2128 to fix LE related issues in UI
- * Sun Oct 31 2021 Serghey Rodin <builder@vestacp.com> - 1.0.0-3
- - Merge pull request #2108 and #2109
- * Sat Oct 30 2021 Serghey Rodin <builder@vestacp.com> - 1.0.0-2
- - Merge pull request #2074 from mix5003/fix-fi
- * Sat Oct 30 2021 Serghey Rodin <builder@vestacp.com> - 1.0.0-1
- - Modern Web UI based on React
- - Bugfixes
- * Sat Sep 29 2019 Serghey Rodin <builder@vestacp.com> - 0.9.8-26
- - Let's Encrypt HTTP/2 support
- * Thu Aug 15 2019 Serghey Rodin <builder@vestacp.com> - 0.9.8-25
- - Security bugfixes
- - LEv2 idn fix
- * Mon Apr 18 2019 Serghey Rodin <builder@vestacp.com> - 0.9.8-24
- - Bugfixes
- - Security patches
- - LEv2
- - Server LE
- - i18n updates
- * Thu Oct 18 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-23
- - Security fixes
- * Wed Jun 27 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-22
- - Security fixes
- * Fri May 11 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-21
- - Additional security fixes
- * Sun Apr 08 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-20
- - Hardening password checks
- * Wed Jan 10 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-19
- - Fixed backup restore function
- * Fri Dec 29 2017 Serghey Rodin <builder@vestacp.com> - 0.9.8-18
- - Let's Encrypt for internationalized domains (IDN)
- - Softaculous Application Installer
- - Debian 9 support sponsored by isicore.com
- - Ubuntu 16.10 and 17.04 support
- - Korean, Urdu, Thai, Brazilian Portuguese, Serbian and Bulgarian language support
- - We've made 1478 commits
- - 29 bugs closed / 141 pull requests merged
- * Mon Nov 14 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-17
- - System Config Editor
- - Let's Encrypt GUI
- - Google Nearline expiremental backup support
- - User notifcation panel
- - ClamAV fixes for CentOS/Debian/Ubuntu
- - i18n updates
- - Web stats support for php-fpm systems
- - Georgian Translation
- - Filemanager improvements
- - Imap/Pop3 JS helpers
- - Dozen bugfixes including security issues
- * Mon Jun 27 2016 Serghey Rodin <builder@vestacp.com> - 0.9.8-16
- - Full keyboard control
- - Cron Helper
- - LetsEncrypt Support cli-only
- - Language files update
- - File permission in File Manager
- - Handle DES passwords
- - New templates for PHP-FPM
- - Core refactoring
- - Dozen bugfixes including security issues
- * Fri Nov 06 2015 Serghey Rodin <builder@vestacp.com> - 0.9.8-15
- - File Manager (commercial plugin)
- - SFTP Chroot (commercial plugin)
- - Monitoring Tools: top/free/df/server-status/mysql-status/etc
- - New installer
- - Improved PHP-FPM support
- - UI: Notification center
- - UI: Starred objects
- - UI: Object sorting
- - UI: HotKeys suport
- - UI: Mail account settings JS hint
- - UI: Autofocus on first input when adding/editing
- - UI: Up to 8 nameserver dns support
- - Core: Improved system logger, domain adding api and backup routine
- - Japanese language support. Thanks to Flatta
- - Polish language support. Thanks to MarPiRK
- - Vietnamese language support. Thanks to Nguyen Ngoc Phuong
- - Security Fix: Command Injection and XSS Thanks to Global IT
- - BugFix: DNS Cluster SOA synchronization
- - BugFix: Bulk Operation
- - BugFix: Backup exclusions
- - BugFix: Domain validation
- - BugFix: FTP user name prefix
- - BugFix: Fail2Ban manager
- - BugFix: Service manager
- * Wed Jun 03 2015 Serghey Rodin <builder@vestacp.com> - 0.9.8-13
- - New UI
- - PHP-FPM support
- - Security improvements
- - Dozen bugfixes
- * Wed Oct 23 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-12
- - Firewall service handler for Debian and Ubuntu
- - Minor i18n fix
- * Wed Oct 22 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-11
- - Firewall support
- - Fail2ban support
- - Sudo support for admin user
- - Cron email reporting switch
- - Improved SSL validation
- - Minor design improvements
- - Unsuccessfull login attempt logger
- - Fix for fase sensitive dns records
- - Fix for webstats
- - Fix for ftp user login
- * Mon Aug 4 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-10
- - New Design
- - MultiFTP Support
- - Exim Queue Chart
- - Arabic Language file. Thanks to Bashar Al-Abdulhadi http://bashar.com
- - Italian Language Support. Thanks to Fabio Cagliero http://webnuvola.com
- - Finnish Languge Support. Thanks to Juho Räsänen and Onni Hakala https://github.com/RJuho http://koodimonni.fi
- - French Language Support. Thanks to nhoway https://github.com/nhoway
- - Hungarian Language Support. Thanks to Kovacs Akos http://kovacsakos.info
- - Improved SSL CA Validation
- - Detailed report on mysql dump error
- - Restart Confirmation Dialogue
- - Autorefresh Module for Graphs
- - Switched service manager from init.d to service command
- - Switched free memeory rrd overlay style to linear
- - Updated nginx extention list. Thanks to Vasily Kraev https://github.com/vasilykraev
- - Updated skel templates. Thanks to Jason Hanes https://github.com/square-orange
- - Urlencoder for DNS Cluster API
- - Fixed dnsbl+authentication router. Thanks to Mirek Kratochvil http://e-x-a.org/
- - Fix for tar < 1.24 to preserve directory ownership
- - Fixed autoupdate script. Thanks to Kijamve
- - Fixed some spelling errors. Thanks to Estratos Consulting
- - Fixed backup exclusion for cron objects
- - Fixed MySQL autostart issue on Ubuntu 14.04
- - Fixed Awstats template parser for Ubuntu 14.04
- - Fixed NameServer validation bug
- - Fixed FS-Quota conversion. Thanks to demlasjr https://github.com/demlasjr
- - Fixed spelling. Thanks to Jakub Ďuraš https://github.com/jlamer, Kotso https://github.com/kotso, Dustin Dauncey http://www.dustindauncey.com
- * Sun May 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-9
- - File System Quota support
- - Norwegian translation. Thanks to Helge Sverre
- - New script to change system hostname
- - Updated Ukranian translation. Thanks to Alexandr Loskutov
- - Updated RRD Memory Graph. Thanks to Demian
- - Updated Dutch translation. Thanks to Ricardo
- - Fix for dns gmail template. Thanks to flangefrog
- - Fix for fwd_only rule. Thanks to demlasjr
- - Fix for oversized backup tarballs
- - Fix for exim mail user on Debian
- - Fix for better vhost matching in get_web_config_brds()
- - Fix for upstart service handler
- * Fri Apr 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-8
- - Auto Updates
- - Backup Exclusions
- - Memory Chart Improvements
- - DNS Cluster Improvements ()
- - Dutch Language support
- - Separate error log
- - Secured way to show RRD Grapsh
- - Nginx 404 error handler
- - Fix for nginx configuration error on rebuild
- - Fix for template verification on restore
- - Fix for backup ownership verification
- - Fix for preg_match() ruleset
- - Fix for ftp account which starts with digits
- - Fix for 1024 DKIM keys. Thanks to demlasjr
- - Fix for exim user on Debian/Ubuntu
- * Tue Feb 18 2014 Serghey Rodin <builder@vestacp.com> - 0.9.8-7
- - CSR Generator
- - JS hint for dns record
- - Support for single-character email usernames
- - German language support by Nevil Verdoold <evilverdoold@gmail.com>
- - Chinese language support by Kevin <kevin@kvm.la>
- - Indonesian(slank) language support by Rumi <rumi4acc@gmail.com>
- - New HTML layout
- - Improved DNS record validation
- - Default dkim size is now set to 1024
- - Explicit error if restart failed
- - Fix for logged-in message window
- - Fix for missing FWD_ONLY flag on restore
- - Fix for MX and CNAME (IDN support)
- - Fix for missing nginx restart trigger on template change
- - Fix for awstats months associactions
- - Fix for logged in message window
- - Fix for SSL template change
- - Fix for PostgreSQL database status
- * Wed Nov 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-6
- - New style for "Add" button
- - Quick links after object creation (login as/webmail/pma)
- - Custom 3rd party links
- - Checkbox to control email forwardin behaviour
- - Database host selector
- - Portuguese language support from he-rnand-es
- - System info on a service page
- - More robust dns cluster sync
- - User backup/restore logging
- - Database names can contain dots
- - Database user field is now changeable
- - Spaces are now allowed in First Name and Last Name
- - New script to change domain owner
- - New script to database owner
- - New script to show DKIM records in Bind format
- - Ursadon fixed return code for is_mail_new()
- - Ursadon fixed bug in email accounts restore
- - Fix for full restore button
- - Fix for custom ftp restore
- - Fix for package change on Debian and Ubuntu
- - Fix for webalizer and awstats on Debian/Ubuntu
- - Fix for remi awstats package
- - Fix for date and time on database creation
- - Fix for Web API encoding artefacts in web API
- * Mon Oct 15 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-5
- - Fix for dns sensitive records from Ursadon
- - Fix for exim antispam/antivirus protection
- - Fix for service listing func on RHEL/CentOS 5
- - Fix for remote ftp backups on RHEL/CentOS 5
- - Fix for web-updates on Ubuntu
- - Fix for additional ftp accounts on Ubuntu
- - Fix for user rebuild on Ubuntu
- - Fix for dns removal func on Ubuntu
- - Autoreply permission fix. Thanks to l170v
- - Short domains like co.uk or com.au will be ignored on dns autocreation
- - Implemented automatical suspend function for failed remote dns host
- - Improved restart functions
- - Default DKIM key size has been increased to 1024
- - From now vesta.conf can override any func variable
- - Ubuntu LTS 12.04/13.04 and Debian 7 are now officially supported
- * Tue Sep 17 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-4
- - DNS cluster 5-minute sync improvement
- - Crontab ownership fix
- - Fix for nginx template switcher
- - Fix for LoadAverage check
- * Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
- - Fix for zero cron bug
- - Minor fixes for dns sync
- - Updated romanian language file
- - Fixed issue with uppercase domains
- - Implemented JS hints when adding database or ftp domain
- - Package trigger support
- - Improved html structure
- - Debian/Ubuntu addoptation
- - Czech language support
- * Mon Jun 10 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-2
- - Fixed missing ssl certificate on restore
- - Fixed wrong disk usage key
- - Added nginx trigger for templates
- - Added template update function
- * Mon May 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
- - DNS Cluster
- - JS: select checkbox by clicking on a row
- - Record order change functions
- - Fix for ns3 and ns4 support
- - Web-log viewer
- - Fixed i18n login bug
- - New template logic
- - RSSH shell on additional web users
- - Romanian language file
- - Edit user from topmenu links
- - Highlighted active links
- * Mon Apr 08 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-21
- - Fix for null data in bandwidth calculation
- - Fix from Magentron for updating or deleting SSL certificates
- - Fix from Magentron for database host validation
- * Fri Apr 05 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-21
- - i18n fix for IDN domain names
- - fixed bandwidth calculation
- * Tue Apr 03 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-20
- - email notifcation on backup error
- - backup now saves file permissions
- - web backup scheduler
- - improved web/dns rebuild functions
- - fix for idn mail domains
- - added script for ftp backup config
- - added restore function
- - added vsftpd pasv_address trigger
- - SNI support on shared IP
- - Increasing contrast on top panel
- - Nginx repo integration
- - Improved template structure
- * Thu Mar 05 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-19
- - Inconsistent archive removal when backup failed
- - Fixed mail config removal
- - Removed email notification if database hasn't been created
- - Fixed BW calculation bug
- - Spanish translation
- - APC will be installed by default
- - Even more clean looking html
- * Wed Feb 27 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-18
- - Web API wrapper
- - WHMCS support module
- - Reread system ip addresses function
- - Fix for missing package names begin with numbers
- - Fixed bug on ip removal
- - Fix for shell change in package
- - HTML code fix for submenu
- - Fix for broken dns unsuspend function
- - Improved traffic calc function
- - Fixed incomplete mail account listing bug
- * Mon Feb 18 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-17
- - fixed blank screen on bad login
- - ftp account uid same as uid of main user
- - support for NATed network
- - phpMyadmin/pgMyAdmin links to remote database servers
- - new installer (info about packages)
- - dns records remains alive on suspend
- * Mon Jan 28 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-16
- - new color scheme
- - i18n support
- - idn fix for awstats
- - service manager
- - web updater
- * Mon Jan 14 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-15
- - replaced underlines in rebuild script
- - less history to improve listing speed
- - proper perms for fcgid in rebuild script
- - improved domain validation
- - added dash as a valid character for templates
- * Tue Jan 08 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-14
- - display full emailbox on edit page
- - submenu scroling visabilty
- - uppercase arguments in cli help message
- - webmail reset function
- - more contrast on topmenu
- - special info line for dns records and mail account listing
- - number of records on "list records" button
- - send database credentials to email
- - nonreplaceble logo.png
- - added verification for none uniq ftp account
- * Mon Dec 24 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-13
- - imroved ssl certificate validation
- - added links in return status string
- - disabled database charset validation
- - renamed css styles to prevent blocking from adblock
- - fixed cgi-bin permissions for mod_fcgid
- - excluded threads from rrd procs calculation
- - added overall monthly statistics
- - improved dns expiriation date formating
- - navigation menu improvements
- * Mon Dec 17 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-12
- - renamed SSL Certificate Authority field
- - fixed history log page for users
- * Sun Dec 16 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-11
- - disabled ssl check function for startssl certificates
- * Sun Dec 16 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-10
- - fixed bug in ip change function
- - replaced cancel with back on control buttons
- * Sat Dec 01 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-3
- - hotfix for mysql unsuspend function
- * Thu Nov 29 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-2
- - hotfix for user valudation function
- * Sun Jul 01 2012 Serghey Rodin <builder@vestacp.com> - 0.9.7-1
- - New web interface
- - Mail api
- - Changed vesta user with admin
- * Wed Jan 25 2012 Serghey Rodin <builder@vestacp.com> - 0.9.6-3
- - Alpha preview of 'login as' function
- * Tue Jan 24 2012 Serghey Rodin <builder@vestacp.com> - 0.9.6-2
- - Bugfix: nginx include + dublicate ip adresses in listing
- * Tue Jan 17 2012 Serghey Rodin <builder@vestacp.com> - 0.9.6-1
- - Web interface
- - Rebuild functions
- - RRD support
- - SSL Certificate Authority support
- - New return codes
- - ServerAlias 8k issue
- - Autodocumentation
- * Tue Sep 13 2011 Serghey Rodin <builder@vestacp.com> - 0.9.5-2
- - small fixes to domain function
- * Tue Sep 13 2011 Serghey Rodin <builder@vestacp.com> - 0.9.5-1
- - added mpm itk, fcgi, mod_ruid2 support
- - changed permissions in bin directory
- - new scripts v_del_sys_user v_list_sys_user_childs v_rebuild_dns_domains
- - removed backup.pipe
- - renamed reseller.conf to child.conf
- - complex dns format validator
- - added new key for disk usage U_DIR_DISK
- - improved rebuild webdomain script
- - fixed cron bug
- - added backup system
- - new user keys FNAME LNAME
- - merged key NS1 and NS2 to NS
- - moved db configs to conf folder
- - yes|no boolean logic in config
- - renamed crontab.conf to cron.conf
- - renamed web_domains.conf to web.conf
- - changed web domains directory to "web"
- - fixed v_change_db_password localhost bug
- - removed main config from rpm
- - improved vesta install scenario
- * Tue Jul 05 2011 Serghey Rodin <builder@vestacp.com> - 0.9.4-1
- - nginx per domain integration
- - removed SSL key and renamed TEMPLATES to WEB_TPL
- - added web config rebuild script
- - added includes into templates
- - code formating by convention
- - added error_document support
- - v_check_sys_user_password refactoring
- - added v_change_sys_ip_status script
- - fixed ip interface bugs
- - added libidn support
- - added skel directory in templates
- - updated site templates
- - added v_list_sys_user_packages
- - updated v_add_sys_user script (ns1 ns2 args)
- - updated documentation
- * Tue Jan 04 2011 Serghey Rodin <builder@vestacp.com> - 0.9.3-3
- - new rpm spec without updates to code
- * Sun Jan 02 2011 Serghey Rodin <builder@vestacp.com> - 0.9.3-2
- - many fixes to installer
- - added condition to upgrade macro in spec file
- - fixed v_add_web_alias_script
- - updated disk.pipe
- * Tue Dec 28 2010 Serghey Rodin <builder@vestacp.com> - 0.9.3-1
- - excluded vesta user from package
- - new template storage scheme
- - updated funcion increase_user_value()
- - added new keys U_CHILDS MAX_CHILDS U_DIR_DISK
- - renamed template php_cgi to phpcgi
- - added apache_ prefix to tpls
- - new logic on keys STATS_AUTH='no' STATS='no'
- - updated function get_usr_disk()
- - added new script v_upd_sys_user_disk
- * Mon Nov 22 2010 Serghey Rodin <builder@vestacp.com> - 0.9.2-4
- - fixed update script / rpm %files section
- * Mon Nov 22 2010 Serghey Rodin <builder@vestacp.com> - 0.9.2-3
- - fixed update script v_upd_sys_vesta
- * Mon Nov 22 2010 Serghey Rodin <builder@vestacp.com> - 0.9.2-2
- - removed user vesta user from rpm
- - fixed %postun script
- * Mon Nov 22 2010 Serghey Rodin <builder@vestacp.com> - 0.9.2-1
- - added sqlite support into x86_64 repo
- - fixed permissions on /var/log/httpd/domains
- - many fixes in installer
- - fixed empty mask in v_upd_sys_ip script
- - added default robots.txt in v_add_web_domain
- - new web_domains.conf key NGINX_EXT
- * Sat Nov 13 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-7
- - added script v_upd_sys_user_bill
- - updated installer
- - replaced v_list_web_domains_proxy with v_list_web_domains_nginx
- - fixed rpaf.conf generation
- - added nginx templates
- * Tue Oct 29 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-6
- - added missing function to db/ip/shared includes
- * Tue Oct 26 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-5
- - added U prefix to DISK and BANDWIDTH keys
- - new script v_change_sys_ip_name
- - added keys NETMASK,INTERFACE,DATE to ip system
- - added key IP_OWNED to user system
- - improved decrease_db_value() function
- - fixed update_user_value() function
- - updated installer
- * Thu Oct 07 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-4
- - fixed path in php-cgi templates
- - increased php_memory_limit up to 32M for wordpress
- - updated vsftpd and sudoers configs
- * Wed Oct 05 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-3
- - updated db functions
- * Wed Oct 04 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-2
- - fixed dns installer + added cron job logging
- * Wed Sep 15 2010 Serghey Rodin <builder@vestacp.com> - 0.9.1-1
- - created vesta api package
|