Search found 23 matches
- Sat Dec 03, 2016 8:18 am
- Forum: FTP Server
- Topic: Proftpd Cant Start Via New Code
- Replies: 2
- Views: 7797
Re: Proftpd Cant Start Via New Code
In my openion its due to the sql connection i add ... Ie as soon as i add those lines it crashes
Maybe the mod sql is not working correctly can anyone tell me how to reinstall it ?
Maybe the mod sql is not working correctly can anyone tell me how to reinstall it ?
- Sun Nov 27, 2016 3:06 am
- Forum: FTP Server
- Topic: Proftpd Cant Start Via New Code
- Replies: 2
- Views: 7797
Proftpd Cant Start Via New Code
Hey Guys So i got a new server and installed proftpd (with vestacp using onsite install code) and then i installed its MySQL module now the issue is that whenever i try to replace the proftpd.conf code with the one i have it stops and doesnt restart but the same code works on my other server using t...
- Sat Nov 26, 2016 5:55 am
- Forum: General Discussion
- Topic: Cant Restore Full Backup ?
- Replies: 3
- Views: 4462
Re: Cant Restore Full Backup ?

I think the server has plenty of space to unzip
and
i dont think this is a package issue

and btw i am using nginx+php-fpm
- Fri Nov 25, 2016 9:54 pm
- Forum: General Discussion
- Topic: Cant Restore Full Backup ?
- Replies: 3
- Views: 4462
Cant Restore Full Backup ?
Sir/Madam I cannot restore all of my backup ie i took a backup from my one host using vestacp and transfered to new host using vestacp and uploaded the file into the backup area after uploading i used the command v-restore-user admin admin.2016-11-25.tar It gave -- WEB -- -- DNS -- 2016-11-25 22:47:...
- Thu Jul 28, 2016 12:10 am
- Forum: Web Server
- Topic: Have Nginx As Backend
- Replies: 6
- Views: 8415
Re: Have Nginx As Backend
Like you had suggested i have installed nginx + php-fpm Now i am having a similar issue when adding code to the nginx file server { listen 158.69.223.8:80; server_name picu.pk www.picu.pk; root /home/admin/web/picu.pk/public_html; index index.php index.html index.htm; access_log /var/log/nginx/domai...
- Mon Jul 25, 2016 9:40 am
- Forum: Web Server
- Topic: Have Nginx As Backend
- Replies: 6
- Views: 8415
Re: Have Nginx As Backend
In this thread i inquired to add some additional code to nginx http://forum.vestacp.com/viewtopic.php?f=11&t=12165 after doing that the nginx is working no errors but the code itself is not working This is what i am trying to accomplish http://image.prntscr.com/image/b9f43200bae842cf9b5f14e631fef62f...
- Mon Jul 25, 2016 5:03 am
- Forum: Web Server
- Topic: Have Nginx As Backend
- Replies: 6
- Views: 8415
Have Nginx As Backend
Hey Guys I wanted to inquire if there was a way rather than having apache as backend and nginx as front end. We can have full nginx ie backend as well as frontend, Currently i am using phpfcgid but the script that i am running requires some modules to run as nginx rather than apache. It would be gre...
- Thu Jul 21, 2016 10:28 am
- Forum: Web Server
- Topic: Adding Code To Nginx File
- Replies: 5
- Views: 7300
Re: Adding Code To Nginx File
wow thanks mate works good :)
- Wed Jul 20, 2016 4:42 pm
- Forum: Web Server
- Topic: Adding Code To Nginx File
- Replies: 5
- Views: 7300
Re: Adding Code To Nginx File
The Error [root@picu ~]# nginx -t nginx: [emerg] "location" directive is not allowed here in /home/hosting/conf/web/nginx.conf:33 nginx: configuration file /etc/nginx/nginx.conf test failed Full file server { listen 158.69.5.207:80; server_name hostingrill.co www.hostingrill.co hostingrill-co.picu.p...
- Wed Jul 20, 2016 1:04 pm
- Forum: Web Server
- Topic: Adding Code To Nginx File
- Replies: 5
- Views: 7300
Adding Code To Nginx File
Hey guys my script required a code to be added to nginx files as i am running fcgid Note : I have replaced mywebsite name with mywebsite.com location /files { root /home/hosting/web/mywebsite.com/public_html; post_action @afterdownload; internal; } location @afterdownload { proxy_pass http://hosting...