Search found 15 matches
- Mon Mar 14, 2016 7:12 pm
- Forum: Web Server
- Topic: service httpd restart FAILED
- Replies: 5
- Views: 21665
Re: service httpd restart FAILED
I think I've got it working again. But with Vesta, who knows?
For me (on Centos) Admin user was getting permissions errors despite having all permissisons so I ran these instead of everything above:
For me (on Centos) Admin user was getting permissions errors despite having all permissisons so I ran these instead of everything above:
Code: Select all
sudo /usr/local/vesta/bin/v-rebuild-web-domains admin
sudo service httpd start
- Mon Mar 14, 2016 6:40 pm
- Forum: Web Server
- Topic: service httpd restart FAILED
- Replies: 5
- Views: 21665
Re: service httpd restart FAILED
I've done exactly what you said, but it just says: -bash: v-rebuild-web-domains: command not found I've also tried going to the User tab, selecting the user and using the Rebuild options there through the web interface, but that doesn't do anything either. The page just refreshes, no feedback to ind...
- Mon Mar 14, 2016 6:28 pm
- Forum: Web Server
- Topic: Location of and meaning of "It worked!" page
- Replies: 3
- Views: 6282
Re: Location of and meaning of "It worked!" page
...and then if you use "Hosting" it overrides your Apache settings with a bunch of secret local settings hidden in /usr/local/vesta/data/templates/web/httpd - see https://forum.vestacp.com/viewtopic.php?f=11&t=5262&p=41132#p41132 So you have to set it to hosting then set it back again to default... ...
- Mon Mar 14, 2016 6:16 pm
- Forum: Web Server
- Topic: How To Change Local Settings ?
- Replies: 16
- Views: 20497
Re: How To Change Local Settings ?
I don't know why the Vesta team can't just answer a simple question. The "Local" settings are coming from Vesta's web profile templates. It's a "feature" that gives you settings you didn't ask for without telling you it's doing so. More info here https://forum.vestacp.com/viewtopic.php?t=4328 When y...
- Wed Feb 24, 2016 11:57 am
- Forum: Mail Server
- Topic: Why is my email sending using my hostname not my mail mx?
- Replies: 1
- Views: 2781
Why is my email sending using my hostname not my mail mx?
Following advice here, my server's hostname is something like server.domain.tld - in my case it's vps.domain.tld I recently had a problem where most of my email worked, but some emails to certain domains got lost in the void - they sent (confirmed in exim logs) but were never received, not even as s...
- Wed Dec 09, 2015 3:25 pm
- Forum: DNS Server
- Topic: Bug: Can't unsuspend a suspended DNS record
- Replies: 0
- Views: 2563
Bug: Can't unsuspend a suspended DNS record
I saw some unfamiliar DNS records, and suspended them while working out what they were. I selected the three, and chose suspend from the batch actions menu. Only two of them actually suspended. Then, I selected the two to unsuspend them. Only one unsuspended. I've tried unsuspending the other about ...
- Wed Dec 09, 2015 3:09 pm
- Forum: Mail Server
- Topic: Is there any documentation on setting up SPF and DKIM in Vesta?
- Replies: 0
- Views: 2211
Is there any documentation on setting up SPF and DKIM in Vesta?
There are many threads here where users report mail failing, mail being blocked, and mail being treated as spam. Often replies include a one line "set up SPF and DKIM". Is there any documentation anywhere on HOW to set up these in Vesta, and on what Vesta does automatically? e.g. it looks like Vesta...
- Wed Dec 09, 2015 2:32 pm
- Forum: Mail Server
- Topic: Email being sent from wrong IP address
- Replies: 1
- Views: 3229
Re: Email being sent from wrong IP address
I'm having almost the same problem. Why has no-one replied to this question after half a year? For me, - A domain we'll call a.com had an IP address we'll call 23.23.23.23, with DNS, mail etc all configured to use self-named private nameservers and this IP - A new domain we'll call b.com was added w...
- Wed Dec 09, 2015 1:01 am
- Forum: Web Server
- Topic: Location of and meaning of "It worked!" page
- Replies: 3
- Views: 6282
Re: Location of and meaning of "It worked!" page
This is so dumb. Why is there no explanatory text to anything? It turns out that: - If you stick with default settings, with "Web Template HTTPD" set to "Default", it creates the folders for the site but does absolutely nothing with them , and continues to point the domain at /var/www/html - To get ...
- Wed Dec 09, 2015 12:58 am
- Forum: Web Server
- Topic: Location of and meaning of "It worked!" page
- Replies: 3
- Views: 6282
Re: Location of and meaning of "It worked!" page
With no help from the docs or from here I did a system wide search on html files and eventually found it. It's /var/www/html/index.html So the question becomes, why is my domain pointing at /var/www/html/index.html instead of its own directory? It's worth mentioning that when I created the "web" ent...