Skip to content

Instantly share code, notes, and snippets.

View NicolasRannou's full-sized avatar
🌴
Working from the beach

Nicolas Rannou NicolasRannou

🌴
Working from the beach
View GitHub Profile
@NicolasRannou
NicolasRannou / httpd.conf
Created September 14, 2016 12:40
Django REST WGSI client denied by server configuration
<IfModule !version_module>
LoadModule version_module '${MOD_WSGI_MODULES_DIRECTORY}/mod_version.so'
</IfModule>
ServerName 0.0.0.0
ServerRoot '/tmp/mod_wsgi-0.0.0.0:8001:1000'
PidFile '/tmp/mod_wsgi-0.0.0.0:8001:1000/httpd.pid'
<IfVersion >= 2.4>
DefaultRuntimeDir '/tmp/mod_wsgi-0.0.0.0:8001:1000'
switch ( CurrentPageID )
{
case 0:
{
//QGoConnectServerPage* ServerPage =
// dynamic_cast<QGoConnectServerPage*>(CurrentPage);
//ServerPage->m_ConnectionServer.second->Close();
//ServerPage->m_ConnectionServer.second->Delete();
//delete ServerPage;
break;