Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Update page to include Apache 2.4 Example #10

Open
shadowbq opened this issue Jul 31, 2014 · 0 comments
Open

Update page to include Apache 2.4 Example #10

shadowbq opened this issue Jul 31, 2014 · 0 comments

Comments

@shadowbq
Copy link

<VirtualHost *:80>
    ServerName localhost

    WSGIDaemonProcess localhost user=www-data group=www-data processes=1 threads=5
    WSGIScriptAlias / /opt/vxcage/app.wsgi

    <Directory /opt/vxcage>
        WSGIProcessGroup localhost
        WSGIApplicationGroup %{GLOBAL}
        <Files app.wsgi>
        Require all granted
        </Files>
    </Directory>


    ErrorLog /opt/vxcage/error.log
    LogLevel debug
    CustomLog /opt/vxcage/access.log combined
    ServerSignature Off
</VirtualHost>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant