Is it possible to run 2 servers (Apache & Nginx) on the same system?

Maybe if they listen on different ports i.e. 80 & 81


On Sunday, 08 July, 2018 01:09 PM, m1chael wrote:
best not to fight Apache and just use nginx for django

On Sat, Jul 7, 2018, 11:07 PM <thebobbobs...@gmail.com <mailto:thebobbobs...@gmail.com>> wrote:


    Hi,
    I'm a novice with django but have been setting up django on a Win7
    Wamp stack.  We have several small non-django websites running on
    wamp.
    Those projects are in c:/wamp/www/myproject for ex. and are
    accessed as localhost/myproject or myipxxx/myproject.

    Under wamp I have tried putting the django project in
    c:/wamp/apps, in c:/wamp/www, and just in c:/wamp too. They all
    work fine with apache and mod_wsgi.
    At least I get a sample "helloworld" message in the webpage when I
    access the django site as localhost/mydjangosite or
    myipxxx/mydjangosite.  This is basically the simple tut01 or polls
    app kindof django project.

    But the django project, wherever I put it in wamp, buggers our
    other non-django websites.  I get a message back from urls.py
    saying it's been thru all the urls listed and it cannot access our
    regular (non django sites) in c:/wamp/www when I try to access one
    as localhost/myproject or myipxxx/myproject from the browser.

    I'm a bit stuck on how to get these two to play together nicely. 
    I'm not sure if it's a django project configuration, an apache
    httpd.conf problem, or a wamp issue.  I'm wondering if someone has
    experience with this issue and could point me in the right
    direction for how to use django, but continue to use localhost or
    myipxxx/ to access our non-django wamp sites.

    Thank you,
    Bob
-- You received this message because you are subscribed to the Google
    Groups "Django users" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to django-users+unsubscr...@googlegroups.com
    <mailto:django-users+unsubscr...@googlegroups.com>.
    To post to this group, send email to django-users@googlegroups.com
    <mailto:django-users@googlegroups.com>.
    Visit this group at https://groups.google.com/group/django-users.
    To view this discussion on the web visit
    
https://groups.google.com/d/msgid/django-users/f9e69bf3-5192-41b9-9b80-d80617c9f5d9%40googlegroups.com
    
<https://groups.google.com/d/msgid/django-users/f9e69bf3-5192-41b9-9b80-d80617c9f5d9%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto:django-users@googlegroups.com>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAuoY6Nan7vxHE%3DLXAMYnMhh58%3DiV6DwFxQnt0FPBd7vvS6J_w%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAAuoY6Nan7vxHE%3DLXAMYnMhh58%3DiV6DwFxQnt0FPBd7vvS6J_w%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c1af585f-19c4-5cd0-7697-e167726ae65e%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to