On 2/01/2023 1:44 pm, pankaj palmate wrote:
Hi i am using Apache with mod_wsgi.i want to serve 5000 users at a
time.how many processes and threads should I use in order to serve
5000 connections concurrently...in wsgi daemon process ?
I can't answer the question because it is above m
Hi i am using Apache with mod_wsgi.i want to serve 5000 users at a time.how
many processes and threads should I use in order to serve 5000 connections
concurrently...in wsgi daemon process ?
--
You received this message because you are subscribed to the Google Groups
"Django users"
On 13/05/2022 13.56, Nicolas Passarini wrote:
Hello, i ve deployed a django app in apache. the problem is that i works
for 5 minutes and then it stops responding.
That sucks. Sounds like you have some issues you need to look into.
Good luck.
Kind regards,
Kasper Laudrup
--
You received
Hello, i ve deployed a django app in apache. the problem is that i works
for 5 minutes and then it stops responding.
--
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 i
today, if for any reason you ever decide to undo this permanent
redirect or point it elsewhere, or simply if you make an error while configuring
apache, you are out of luck. In my opinion, this is an error in the RFC, and as
someone had commented, it is silly to have a provision that lets you
: Re: Off topic slightly - Apache https redirect On Sunday, February 6,
2022 at 9:12:38 PM UTC-5 Mike Dewhirst wrote:There seems to be a multitude of
ways to redirect from http to https.Any pointers to the absolutely correct
way?How about something like this? ServerName example.com
ServerAlias
On Sunday, February 6, 2022 at 9:12:38 PM UTC-5 Mike Dewhirst wrote:
> There seems to be a multitude of ways to redirect from http to https.
> Any pointers to the absolutely correct way?
>
>
How about something like this?
ServerName example.com
ServerAlias www.example.com
Redirect permane
There seems to be a multitude of ways to redirect from http to
https.Letsencrypt rewrote my conf for port 80 traffic to https but when a
customer used http://mysite.com it brought up the Apache "this is working"
page.Any pointers to the absolutely correct way?ThanksMike--(Unsigned mai
data.traveldata import settings (example)
>>
>> or via
>>
>> from django.conf import settings
>>
>> The latter is the recommended means because settings are lazy loaded.
>> On Wednesday, December 8, 2021 at 10:07:11 AM UTC-5 sencer...@gmail.com
>> wrote:
Wednesday, December 8, 2021 at 10:07:11 AM UTC-5 sencer...@gmail.com
> wrote:
>
>> Hi,
>>
>> I think this is not related with apache
>>
>> It seems like class object property is called as a method somehow.
>> Unfortunately the error does not reveal the p
lazy loaded.
On Wednesday, December 8, 2021 at 10:07:11 AM UTC-5 sencer...@gmail.com
wrote:
> Hi,
>
> I think this is not related with apache
>
> It seems like class object property is called as a method somehow.
> Unfortunately the error does not reveal the property name.
>
Hi,
I think this is not related with apache
It seems like class object property is called as a method somehow.
Unfortunately the error does not reveal the property name.
Regards,
Sencer HAMARAT
On Wed, Dec 8, 2021 at 4:59 PM Kyle Paterson
wrote:
> Started a new project after not us
Started a new project after not using Django for roughly two years, works
fine when running as a development server but throws TypeError:
SimpleLazyObject class: property object not callable.
>From apache error log:
[Wed Dec 08 10:11:53.023239 2021] [wsgi:error] [pid 10704:tid
140343150348
:
>>
>>>
>>> DEBUG=Yes in settings.py shows what you need even in Apache
>>>
>>> Don’t run like that in prod!
>>>
>>>
>>> On Fri, Feb 12, 2021 at 10:36 AM Ognjen B.
>>> wrote:
>>>
>>>> Hi ev
> wrote:
>
>>
>> DEBUG=Yes in settings.py shows what you need even in Apache
>>
>> Don’t run like that in prod!
>>
>>
>> On Fri, Feb 12, 2021 at 10:36 AM Ognjen B.
>> wrote:
>>
>>> Hi everyone,
>>> I was wondering can anyone point
DEBUG=Yes in settings.py shows what you need even in Apache
Don’t run like that in prod!
On Fri, Feb 12, 2021 at 10:36 AM Ognjen B. wrote:
> Hi everyone,
> I was wondering can anyone point me to a document describing how to setup
> debugging using any IDE (VS Code, PyCharm, etc) or
Sorry meant DEBUG=True :)
On Fri, Feb 12, 2021 at 10:39 AM Rob Wilkinson
wrote:
>
> DEBUG=Yes in settings.py shows what you need even in Apache
>
> Don’t run like that in prod!
>
>
> On Fri, Feb 12, 2021 at 10:36 AM Ognjen B.
> wrote:
>
>> Hi everyone,
>&
Hi everyone,
I was wondering can anyone point me to a document describing how to setup
debugging using any IDE (VS Code, PyCharm, etc) or at least from console
when using Django with Apache and mod_wsgi? Or if it's not possible please
let me know so I don't waste any more time.
Thank
Hi Giovanni,
On 31/08/2020 19.12, Giovanni Silva wrote:
Dear Kasper,
this is part of my code...
So you probably just need to ensure that the user running your Django
code has write access to BASE_DIR / media.
Now it's up to you to figure out who that user is, what that path is and
ensure
Dear Kasper,
this is part of my code...
[image: image.png]
Best Regards
Giovanni
Em seg., 31 de ago. de 2020 às 13:33, Kasper Laudrup
escreveu:
> Hi Giovanni,
>
> On 31/08/2020 18.11, Giovanni Silva wrote:
> > Hi Kasper,
> >
> > When I was running with the django local server, I have permiss
Hi Giovanni,
On 31/08/2020 18.11, Giovanni Silva wrote:
Hi Kasper,
When I was running with the django local server, I have permission and
works good. The error occurs when I publish the site with apache2
I gave 777 permission because I was trying to do it (give permission).
I understand th
Hi Kasper,
When I was running with the django local server, I have permission and
works good. The error occurs when I publish the site with apache2
I gave 777 permission because I was trying to do it (give permission).
Em seg., 31 de ago. de 2020 às 12:11, Kasper Laudrup
escreveu:
> Hi Giovan
Hi Giovanni,
On 31/08/2020 06.00, Giovanni Silva wrote:
Can anyone help me please?
All my project folder is 777 permissions with www-data user owner and group
Please don't do that. That's a huge security risk and can cause all
kinds of other problems.
It is hard to know how to solve your
I found out part of my code has problem, althogh I don't know why it didn't
output an error.
Anyway, thank you for reply.
--
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
AWS EC2 with Linux.
Since deployment of "polls" app works fine, I think there is no problem
with server...
But django and apache give no error about my app.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
what is your server
as you are Japanese might be use server or sakura?
On Sun, May 17, 2020 at 10:07 AM みやうち` wrote:
> I got completely stuck deploying django to production.
>
> I deployed my project using apache and mod_wsgi, and then it hangs I
> access it with browser.
> Nei
I got completely stuck deploying django to production.
I deployed my project using apache and mod_wsgi, and then it hangs I access
it with browser.
Neither django nor apache gives me any errors at all, so I can't guess the
cause of problem.
Since it can be accessed by starting with "
于2020年3月26日周四 上午6:03写道:
>>>
>>>> Hello Everyone
>>>> I have complied python 3.8.2 with django 2.2. it run locally fine but
>>>> when i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the
>>>> below error. Any suggestions ?
&
020 at 8:30:35 PM UTC-7, Hella Nick wrote:
>>
>> 你的服务器是安装的python3.8.2的版本吗?
>>
>> Fateh Budwal 于2020年3月26日周四 上午6:03写道:
>>
>>> Hello Everyone
>>> I have complied python 3.8.2 with django 2.2. it run locally fine but
>>> when i try to deploy
in Django 2.2.8 but you
> don't mention which Django is installed in production.
>
> > it run locally fine but when i try to deploy it with Apache and
> > mod_wsgi 4.7.1 and getting the below error. Any suggestions ?
> >
> > |Currentthread 0x7f5aa48af
ut
>> when i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the
>> below error. Any suggestions ?
>>
>> Current thread 0x7f5aa48af880 (most recent call first):
>> no Python framePython path configuration:
>> PYTHONHOME = (not set)
>>
t page says Python 3.8 support was added in Django 2.2.8 but you
don't mention which Django is installed in production.
it run locally fine but when i try to deploy it with Apache and
mod_wsgi 4.7.1 and getting the below error. Any suggestions ?
|Currentthread 0x7f5aa4
你的服务器是安装的python3.8.2的版本吗?
Fateh Budwal 于2020年3月26日周四 上午6:03写道:
> Hello Everyone
> I have complied python 3.8.2 with django 2.2. it run locally fine but
> when i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the
> below error. Any suggestions ?
>
&
Hello Everyone
I have complied python 3.8.2 with django 2.2. it run locally fine but when
i try to deploy it with Apache and mod_wsgi 4.7.1 and getting the below
error. Any suggestions ?
Current thread 0x7f5aa48af880 (most recent call first):
no Python framePython path configuration
Hello Everyone,
I have build a basic Website using Python 3.7 + Django 3.0.0 + MySQL 8.0.18
+ Pandas 1.0.1. This site works very well using py manage.py runserver on
my local environment.
However, as soon as I deploy it on Apache 2.4.41 configured on Windows 10
Server. The site starts giving
I would like to know if anyone has ever managed to publish web pages
created with geodjango using the OSGEO, mod_wsgi, Python36 libraries and
drivers in PyCharm with APACHE. I would be interested in starting a
discussion on which compilers in windows is better to use, or if to compile
the
Hi do you hire contract based python/django freelancer?
We can help you in this and related tasks mere at $7 per hour
Best Regards,
Divyesh Khamele,
Pythonmate
On Thu, 12 Dec 2019 at 10:30, Rupam Hazra wrote:
>
> Please help me out.
>
> How to run django app runserv
https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/modwsgi/
Virendra
On Wed, Dec 11, 2019 at 8:59 PM Rupam Hazra wrote:
>
> Please help me out.
>
> How to run django app runserver on Apache ?
>
> --
> You received this message because you are subscribed
Please help me out.
How to run django app runserver on Apache ?
--
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...@google
Hello
I need to run my project in windows with apache.
I have installed apache and it's running because when i browse to
127.0.0.1:5000 i get "It works!", i change the default port to 5000 because
on windows you have IIS working on port 80
this are my file I write only what i h
I'm trying to set up an Apache reverse proxy for a django app that is
running in a singularity container.
I've tried the following in my apache conf.d/app.conf:
ProxyPreserveHost OnRequestHeader set X-Forwarded-Proto 'https'
env=HTTPSProxyPass "/app_prefix/
I'm trying to set up an Apache reverse proxy for a django app that is
running in a singularity container. I'm also trying to enforce HTTPS on
the Apache frontend.
I've tried the following in my apache conf.d/app.conf:
ProxyPreserveHost OnRequestHeader set X-Forwarded-Pro
Yes, certainly!
You can run Django apps under apache using mod_wsgi. There’s an example
configuration here:
https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/modwsgi/
Best
Brian
—
Best Regards,
Brian Maher
On 15 Aug 2019, at 09:17, gopi p
mailto:gopi.s...@gmail.com>> wrot
Hi,
It is possible to run instead of ngnix server to apache server
--
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...@google
working.
Kindly guide me on how to run laravel and django project on different
domain but on same apache server (version 2.4) on Ubuntu.
We have added following configuration in apache2.conf file
WSGIScriptAlias /
/var/www/vhosts/itssmartworld.com/MyAwesomeCart/mac/wsgi.py
WSGIPythonHome /var
t;> The only thing i'm seeing is "Truncated or oversized response headers
>> received from daemon process" in the apache error log.
>>
>> Works fine when using the Django development server. Broke last week
>> after updating the system python and openssl pa
27;m having the same problem, totally unable to find a resolution so far.
>
> I get no error messages of any use, even with all logging set to DEBUG.
> The only thing i'm seeing is "Truncated or oversized response headers
> received from daemon process" in the apache er
I'm having the same problem, totally unable to find a resolution so far.
I get no error messages of any use, even with all logging set to DEBUG. The
only thing i'm seeing is "Truncated or oversized response headers received
from daemon process" in the apache error log.
W
Two days ago my django app which runs on an Ubuntu 18.04.2 LTS server with
apache 2.4 (from repo9 and mod_wsgi in an venv with Python 3.6 throws an
exception after https login - as it seems - after a package upgrade.
To my understanding libssl/openssl is causing the error. The error message
Two days ago my django app which runs on an Ubuntu 18.04.2 LTS server with
apache and mod_wsgi in an venv with Python 3.6 throws an exception after
https login - as it seems - after a package upgrade.
To my understanding libssl/openssl is causing the error. The error message
below states that
Hi All,
We are having two server.
In one server ,
- django runs with apache
- Weasyprint version 0.40
- PDF is rendered with CSS applied (path is in static folder)
In another server,
- django runs with runserver
- Weasyprint version 0.40
- PDF is rendered *WITHOUT* the CSS
Please post the specific error you're getting.
On May 30, 2019 6:59:22 AM CDT, Kurosh Sol wrote:
>is that any way to set Django in apache with wsgi mod in centos
>I keep reading and still get error
>any good resource can really work?
>
>--
>You received this message bec
Hi,
I found this video helpful
https://www.youtube.com/watch?v=DzXCHAuHf0I&t=1553s but with Nginx and
Uwsgi.
Hope this helps you!
Suresh
On Thu, May 30, 2019 at 7:59 AM Kurosh Sol wrote:
> is that any way to set Django in apache with wsgi mod in centos
> I keep reading and still
is that any way to set Django in apache with wsgi mod in centos
I keep reading and still get error
any good resource can really work?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiv
thank you everyone I managed the deployment
Le mar. 7 mai 2019 à 18:48, Subhodeep Das a
écrit :
> Try:
>
> WSGIScriptAlias /test/tc-test /var/www/stage/hello/tc-test/django.wsgi
>
> You shouldn't have trailing slash on first argument.
>
> On Tue, May 7, 2019 at 7:27 PM N'BE SORO wrote:
>
>>
>>
p2,
> app3) and I would like to get on my vps (CentOS, Apache, PostgreSQL,
> Django) app1.projekt.cz app2.projekt.cz and app3.projekt.cz
>
> I searched everywhere and I found only django-subdomains and
> django-domains ... unfortunately, I have not managed to get started,
> because
e to get on my vps (CentOS, Apache,
> PostgreSQL, Django) app1.projekt.cz app2.projekt.cz and
> app3.projekt.cz
I can read two interpretations of what what you describe:
1) each application is distinct/independent and you want each one to
run on its own subdomain. This seems like the most
Hi,
I want to ask you if someone has solved how to prove that is possible the
applications in one project run in different subdomains?
I have 1 project (projekt.cz) and provide of 3 applications (app1, app2,
app3) and I would like to get on my vps (CentOS, Apache, PostgreSQL,
Django) app1
Try:
WSGIScriptAlias /test/tc-test /var/www/stage/hello/tc-test/django.wsgi
You shouldn't have trailing slash on first argument.
On Tue, May 7, 2019 at 7:27 PM N'BE SORO wrote:
>
> Hi I'm a beginner in python and I realized a project in Django. I have
> problems in hosting my project. here is
Remove the spaces in the paths:
WSGIPythonPath / var / www / html / ecommerce /
should be
WSGIPythonPath /var/www/html/ecommerce/
Do the same for the other paths
On Tue, May 7, 2019 at 8:57 AM N'BE SORO wrote:
>
> Hi I'm a beginner in python and I realized a project in Django. I have
> problem
Hi I'm a beginner in python and I realized a project in Django. I have
problems in hosting my project. here is my code in the 000-default.conf
#ServerName #ServerAlias ServerAdmin webmaster @
localhost DocumentRoot / var / www / html / ecommerce WSGIScriptAlias /
/var/www/html/ecommerce/eco
ation. I haven't made
>> any changes in the application. Only added the application to the settings
>> and updated static and media urls.
>>
>> Migration is done and super user was created.
>>
>> I have configured apache(version:2.4.29) and mod_wsgi(4.5.17)
cation. I haven't made
> any changes in the application. Only added the application to the settings
> and updated static and media urls.
>
> Migration is done and super user was created.
>
> I have configured apache(version:2.4.29) and mod_wsgi(4.5.17) according to
> Authe
>>
>> I have created a django project with only one application. I haven't made
>> any changes in the application. Only added the application to the settings
>> and updated static and media urls.
>>
>> Migration is done and super user was created.
>>
>&
t;
> Migration is done and super user was created.
>
> I have configured apache(version:2.4.29) and mod_wsgi(4.5.17) according to
> Authenticating
> against Django’s user database from Apache
> <https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/apache-auth/>
>
Hello,
I have created a django project with only one application. I haven't made
any changes in the application. Only added the application to the settings
and updated static and media urls.
Migration is done and super user was created.
I have configured apache(version:2.4.29) and mod
the mod_wsgi myself using the python I've installed, get it
done in a few minutes.lol
Now I am dealing with another mysterious problem. ˊ___>ˋ
seems endless...
ANi於 2019年1月16日星期三 UTC+8下午12時04分23秒寫道:
>
> Hey guys.
> I am trying to deploy my Django project on CentOS 7 with Apach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On Tue, Jan 15, 2019 at 08:04:23PM -0800, ANi wrote:
> Hey guys.
Maybe consider asking not just the guys next time. ;)
> I am trying to deploy my Django project on CentOS 7 with Apache.
> and I got an error of *ImportError: No mod
Hey guys.
I am trying to deploy my Django project on CentOS 7 with Apache.
and I got an error of *ImportError: No module named django.core.wsgi*
I think it is because the Apache did not use the python version inside the
virtualenv
However I dont know where the problem is.
this is my httpd.conf
Hi,
I come across a problem when I want to deploy Django using Apache on
Windows.
I separated some configurations into production.py and local.py, like
database configurations.
And each files will read the actual setting data from a another file
config.json.
I try to set the environment
I am using Django 1.8 on Jython in Windows 10. Have created a simple Django
project following the tutorial
https://docs.djangoproject.com/en/1.8/intro/tutorial01. After packaging
using buildwar(including jars), when I deploy the mysite.war archive in
tomcat, I get an error.
My project name is
https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/#serving-files
Note the bit
>
>
--
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-use
I'm having trouble getting serving static files.
My project is at /home/joel/myappointments
The app is at /home/joel/myappointments/appointments
An example template contains:
myappointments/myappointments/settings.py contains:
# Static files (CSS, JavaScript, Images)
# https://docs.djangoprojec
First time )
Now when we access 111.93.87.11:26060 (Public router ip) - due to port
forwarding it comes to internal server ip but as apache receives
host:111.93.87.11:26060,apache execute/run whole django application second
time.
So ulimately our application is being run two times for ip i.e intern
Hi Archit,
On 2018-07-23 20:09, archit mehta wrote:
I have oraclejet frontend application and want to server that using
django, I did it with flask but don't know how to do with django.
Here is complete description of my problem Please go through it and
suggest some solution.
https://stac
i dont understand .. why you need backend anyway ?
On Mon, 23 Jul 2018, 23:21 archit mehta, wrote:
>
> Hi,
>
> I have oraclejet frontend application and want to server that using
> django, I did it with flask but don't know how to do with django.
>
> Here is complete description of my problem Pl
Hi,
I have oraclejet frontend application and want to server that using django,
I did it with flask but don't know how to do with django.
Here is complete description of my problem Please go through it and suggest
some solution.
https://stackoverflow.com/questions/51484839/how-to-serve-comple
o
whether port 80 is open in a firewall or similar.
If you get a "504 Gateway Timeout", then there's an issue with the
connection between Apache and the WSGI application. Possibly the Django
app is not running?
I cannot really come with a solution, but I hope that can hel
I have installed Ubuntu server 18.04 and *VirtualMin* on it. installed
python3-pip and then virtualenv.
Also installed *libapache2-mod-wsgi-py3*
Created new virtual server and configured the modwsgi for it.
Also created fresh django website for it.
But I get Timeout error!
Here is my apache
Hi,
I think I see the problem now.
WAMP is a special case for aliases, and it's root directory default setup
in c:wamp\www for ex.. I need to do some more work on, say for ex. using
Django Tut 01, setting up mysite as an alias in wamp, and then putting the
polls app in it. I believe a
Hi,
I'm still stuck on getting Apache to verify as working with wsgi.
Wondering what I might be doing incorrectly.
I'm reading lots of tuts, but it's a jungle out there.
I changed the folder hierarchy for the project and app so
venv, django_project, and django_app are all on th
Bruce, I work in an environment with exactly
> this limitation: a shared hosting running Apache where I don't have
> access
> to ssh.
>
> I build my environment (install libs, for that matter) locally and
> transfer all my pack through ftp in one shot.
>
> As Melvyn
I second Melvyn.
On top of what he wrote, Bruce, I work in an environment with exactly
this limitation: a shared hosting running Apache where I don't have
access
to ssh.
I build my environment (install libs, for that matter) locally and
transfer all my pack through ftp in one shot.
As M
On donderdag 28 juni 2018 17:46:42 CEST Bruce Whealton wrote:
> In all cases, a virtualenv is recommended for any Python
> deployment. In both cases, I have Apache as the web server with mod_wsgi.
> Obviously, I need the server, Apache, to activate the
> Django environ
-with-apache-and-mod_wsgi-on-ubuntu-14-04
This one shows how to use apache on ubuntu, and you should be able to
extrapolate to use wamp.
what I would do is just set up a simple view to return a http response
saying "working", and map that to the root. Something like
app/views
de
deployment from
dev to production. I can't seem to locate a good uptodate tut for wamp
that shows how to test everything is working properly in a simple manner
for the wsgi part.
I'm just trying to verify the plumbing (httpd.conf, settings.py wsgi.py) is
working with apache, before spending too
appreciate the detailed report :-)
so, have you set up the django tutorial project? that application method
in wsgi doesn't make any sense. you should have urls and views set up in
your project
--
You received this message because you are subscribed to the Google Groups
"Django users" group
Hi,
I'm new to this group, and also new to Python, and Django. Seems like lots
of good info for django on this group.
Sorry for long, detailed descriptions, below, but I am stuck trying to
verify wamp, apache and django are working as a production server on a
Windows 7, 32-bit machin
You can specify your VirtualEnv using WSGIDaemonProcess:
http://modwsgi.readthedocs.io/en/develop/configuration-directives/WSGIPythonPath.html
Alternatively, you can use gunicorn to run your server behind Apache:
https://docs.djangoproject.com/en/2.0/howto/deployment/wsgi/gunicorn/
My
gt; It appears that the shared Python environment does not allow ssh access.
> In all cases, a virtualenv is recommended for any Python
> deployment. In both cases, I have Apache as the web server with mod_wsgi.
> Obviously, I need the server, Apache, to activate the
> Django
is shared hosting that specifically targets users
of Python-based applications such as Django.
It appears that the shared Python environment does not allow ssh access.
In all cases, a virtualenv is recommended for any Python
deployment. In both cases, I have Apache as the web
Thanks,
i've try that but still doesn't solve the problem
On Fri, May 4, 2018 at 11:51 AM, James Farris
wrote:
> Did you run
> $ python manage.py collectstatic in your project folder on the server that
> is running Apache?
>
> This add all css, js, and images to t
Did you run
$ python manage.py collectstatic in your project folder on the server that
is running Apache?
This add all css, js, and images to the static root folder you specified in
settings.py
On Thu, May 3, 2018 at 4:40 PM sum abiut wrote:
> Hi,
> I have recently setup my django ap
Hi,
I have recently setup my django app with Apache. The app files are serve
alright but, however when i access the admin page it looks all over the
place. Please advise how to i serve the admin files in Apache.
Cheers,
--
You received this message because you are subscribed to the Google
>
> But the following is still saying, “Forbidden”:
>
>
> https://www.angeles4four.info/static/admin/
>
This is normal. The reason is not the filesystem permissions, but that Apache is
configured to not list files inside that directory (to change that you'd need to
use &quo
p;rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjJ_d_P0OfYAhVlxoMKHZlBBkEQFgg0MAI&url=https%3A%2F%2Fwww.digitalocean.com%2Fcommunity%2Ftutorials%2Fhow-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04&usg=AOvVaw2wt2StyReKq9zmPyQnkrO7>
which I r
locally when I was coding my app.
The keyword here is mod_wsgi. So I found this guide
<https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-14-04>.
I followed along but the issue I now have is that Apache serves my
public_html
Hi
If you use ssl on apache, the ssl terminate only on apache request from
client, then the wsgi from apache is no https.
So ssl handled by your webserver service, whether the webserver you use is
apache or nginx.
Try access the static file with https is it working?
On 21 Jan 2018 4:26 pm
Hello,
I'm not certain I understand what you are describing. Is Apache listening on
port 8000? How is it possible that you are using "runserver" when you are
running Django through mod_wsgi? Something is wrong there.
Also, don't put your Django app's files in public_ht
I’ve played with a little Django (v2.0.1) locally. Now I am trying to
implement a test case on my production Apache web server. I’m running an
Ubuntu 14.04 DigitalOcean droplet (will upgrade to 18.04 later this year).
I got Django running.
Here it is: http://www.angeles4four.info:8000/
Before
1 - 100 of 2582 matches
Mail list logo