Search found 19 matches
- Mon Aug 25, 2014 5:46 pm
- Forum: Modification & Patches
- Topic: v-rebuild-web-domains with nat ip issue
- Replies: 3
- Views: 17137
Re: v-rebuild-web-domains with nat ip issue
Ok, The bug was me... ! First, I edited script to get the NAT IP (useless and stupide... we want the local ip...). After that, the issue raised because I have set my env with VESTA=/usr/local/vesta/. But script use cut with "/" as delimiter so... I have change my env to set VESTA=/usr/local/vesta So...
- Mon Aug 25, 2014 4:13 pm
- Forum: Modification & Patches
- Topic: v-rebuild-web-domains with nat ip issue
- Replies: 3
- Views: 17137
v-rebuild-web-domains with nat ip issue
Hello, I recently used the v-rebuild-web-domains bin and I saw that configs file was not generated correctly. All ip address were "ips" instead of "192.168.1.13" in my case. I checked sources and I edited this : # Get real ip address get_real_ip() { if [ -e "$VESTA/data/ips/$1" ]; then echo $1 else ...
- Mon Aug 25, 2014 3:44 pm
- Forum: DNS Server
- Topic: Error: named restart failed
- Replies: 10
- Views: 35753
Re: Error: named restart failed
Hello Raptor,
Can you try this please :
Moreover, can you check the /var/log/vesta/* logs files after that.
Can you try this please :
and try again ?v-rebuild-dns-domain admin mydomain.org
Moreover, can you check the /var/log/vesta/* logs files after that.
- Thu Aug 21, 2014 11:55 am
- Forum: General Discussion
- Topic: Error to login URGENT
- Replies: 5
- Views: 6306
Re: Error to login URGENT
Logs says permission denied about mysql connect ?
What did you found in /var/log/vesta/nginx-error.log ?
What did you found in /var/log/vesta/nginx-error.log ?
- Thu Aug 21, 2014 7:23 am
- Forum: General Discussion
- Topic: Error to login URGENT
- Replies: 5
- Views: 6306
Re: Error to login URGENT
Hello, take a look on logs file on /var/log/vesta/. As you say, it's probably an mysql connect issue. Mysql config file with root password is on this file : /usr/local/vesta/conf/mysql.conf Try to manually connect with mysql cli : mysql --user=root --password=REPLACEPASSWORD If it fail, there is the...
- Thu Aug 21, 2014 7:16 am
- Forum: General Discussion
- Topic: Restart Apache2 each day via CRON ?
- Replies: 9
- Views: 12456
Re: Restart Apache2 each day via CRON ?
Hi, Added the cron job with the root login to vestacp, Not with vestap but with the linux tool. In command line, as root user, you can type "crontab -e" and add the cron line without sudo but if your second test with sudo work, go to the next point ->, it's just for information :p. /usr/local/vesta/...
- Wed Aug 20, 2014 6:40 pm
- Forum: Web Server
- Topic: Wildcard Sub-Domain and Additional Static Sub-Domain?
- Replies: 19
- Views: 20074
Re: Wildcard Sub-Domain and Additional Static Sub-Domain?
Hum, i tried to add your lines in my conf and web panel show them without issue :/. Perhaps encoding issue... (or not ><), it seems to be an issue when generating the content in json format :/. Probably the line return... Try this, did you get the same thing ? root@vestapp /usr/local/vesta/data/us...
- Wed Aug 20, 2014 6:21 pm
- Forum: Web Server
- Topic: Wildcard Sub-Domain and Additional Static Sub-Domain?
- Replies: 19
- Views: 20074
Re: Wildcard Sub-Domain and Additional Static Sub-Domain?
Can you open it with the text editor nano with command line ?
"nano web.conf"
check if each line begin with DOMAIN=
"nano web.conf"
check if each line begin with DOMAIN=
- Wed Aug 20, 2014 5:32 pm
- Forum: Web Server
- Topic: Wildcard Sub-Domain and Additional Static Sub-Domain?
- Replies: 19
- Views: 20074
Re: Wildcard Sub-Domain and Additional Static Sub-Domain?
ok, is there something on this log file ? (Refresh the web page before) tail -10 /var/log/vesta/nginx-error.log Ok, it seems, it's the web.conf file, you probably edit something by error :p. Date line are strange : " "DATE": "2014-08-19 If yes, can we see the /usr/local/vesta/data/users/[the user]/w...
- Wed Aug 20, 2014 5:24 pm
- Forum: Web Server
- Topic: Wildcard Sub-Domain and Additional Static Sub-Domain?
- Replies: 19
- Views: 20074
Re: Wildcard Sub-Domain and Additional Static Sub-Domain?
v-list-web-domains gpmcconnell json