Search results

  1. C

    troubles with virtual hosts help ^_^

    Hi, Sorry for the large number of my questions.. Should i call myself NGINX .. again i have quastions about nginx.. my problem is .. my server show default apache page. my settings: 1. nginx.conf user nginx; worker_processes 1; error_log /var/log/nginx/error.log; pid...
  2. C

    PORTS (Apache and nginx) !!

    thanks, predicted that ...
  3. C

    PORTS (Apache and nginx) !!

    in all tutorials i see we have to change port apache from 80 to xxx if we need to run nginx with httpd so what if i change port of nginx from 80 to 8080 (for example) and leave port 80 for apache ... It will work properly ?
  4. C

    how can fix htaccess problem on NGINX ?

    :'( and how scripts will work with nginx ? what if we use nginx as reserve proxy ? can in this case read .htaccess ?
  5. C

    how can fix htaccess problem on NGINX ?

    i have many troubles with nginx .. one of them rewrite problem how can fix htaccess problem on NGINX ? nginx is good web server but his settings SUCKS :facepalm:
  6. C

    Nginx with kloxo [vhost conf] ?

    service nginx restart [emerg]: getpwnam("www-data") failed in /etc/nginx/nginx.conf:1 configuration file /etc/nginx/nginx.conf test failed
  7. C

    Nginx with kloxo [vhost conf] ?

    yum install nginx
  8. C

    Nginx with kloxo [vhost conf] ?

    port httpd changed to 8012 that's ok ? or shouldn't change it ?
  9. C

    Nginx with kloxo [vhost conf] ?

    i have index.php any way show forbidden 403
  10. C

    Nginx with kloxo [vhost conf] ?

    thank's for reply, server show (forbidden 403) .. how can i run scripts (php) on nginx ? i shoulad install PHP-FPM or what ?
  11. C

    Nginx with kloxo [vhost conf] ?

    i use kloxo because is free panel ... what can i use except kloxo ?? good, fast and free ? onel0ve thanks for ur help, please tell me where and what exactly should to do to run all domains on nginx ... about vhost conf ?
  12. C

    Nginx with kloxo [vhost conf] ?

    How to do that ? i'm newbie
  13. C

    Nginx with kloxo [vhost conf] ?

    XSLTel thank's for explanation :) i will go with reverse proxy (easy way). nginx installed on my server already.. and showing nginx default page. how i can run all domains ? what i should to do in next step ? thank you again for your time
  14. C

    Nginx with kloxo [vhost conf] ?

    i have 3-4 websites on kloxo no more, need nginx as webserver .. if i use it as reverse proxy? will protected from Ddos attack ? which different between reverse proxy and second option?:( thanks for your reply
  15. C

    Nginx with kloxo [vhost conf] ?

    but my problem not with location (or path htpdocs) with configuration nginx with kloxo panel on centOS... just i need to know which changes i should to do with conf nginx to run all websites and in any files (nginx.conf, nginx.conf.default, virtual.conf, .... etc) exactly and in any line ? i...
  16. C

    Nginx with kloxo [vhost conf] ?

    i need nginx on my server not cherokee. any this location /home/admin/*WEBSITE NAME* incorrect any way thanks for you reply.
  17. C

    Nginx with kloxo [vhost conf] ?

    Hi, i have installed nginx on centOS. What changes must i do to run sites on nginx with kloxo panel? /etc/nginx/nginx.conf or /etc/nginx/nginx.conf.default /etc/nginx/conf.d/virtual.conf or where ? and what is the path of website files ? /home/domain.com/ or...
Back
Top