You have done this:
After run our script you should find these files/directory:
| /var/www/YourSite/media/ | Static media files |
| /var/www/YourSite/index.cgi | CGI handler (should only used for debugging!) |
| /var/www/YourSite/index.fcgi | fastCGI handler |
| /var/www/YourSite/index.wsgi | mod_wsgi handler |
| /var/www/YourSite/local_settings.py | your own settings |
| /var/www/YourSite/manage.py | Access to django cli management |
| /var/www/YourSite/.htaccess | prepared to use fastCGI/mod_wsgi/CGI via mod_rewrite |
The path to the Environment would be inserted into "index.cgi" and "index.fcgi".
The .htaccess file would be used the
fastCGI script (index.cgi should only used for debugging!)
(btw. the 'source' files are stored in /scripts/apache_files/)
You must edit the created files for you needs!
After the done all these steps here, go to:
django-processinfo: 5.2 ms of 307.4 ms (1.7%)