Skip to content

Instantly share code, notes, and snippets.

@GPrathap
Last active August 29, 2015 14:14
Show Gist options
  • Save GPrathap/bf4e702c72d06de76ef0 to your computer and use it in GitHub Desktop.
Save GPrathap/bf4e702c72d06de76ef0 to your computer and use it in GitHub Desktop.
Installation log file (REST API in C)
[sudo] password for geesara:
Now CGI scripts are going to store in /usr/local/apache2/cgi-bin/
please wait ...
fun
================================== Compilation is started ==========================
cc -Wall -std=gnu99 -O2 -c -o ../libs/baseStruct.o ../libs/baseStruct.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/dbrequest.o ../libs/dbrequest.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/makeBuffer.o ../libs/makeBuffer.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/log.o ../libs/log.c
cc -Wall -std=gnu99 -O2 -c -o ../resources/externalLibs/jsmn.o ../resources/externalLibs/jsmn.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/jsonParser.o ../libs/jsonParser.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/curlreq.o ../libs/curlreq.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/signUp.o ../src/controllers/signUp.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/login.o ../src/controllers/login.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/addApplications.o ../src/controllers/addApplications.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/addSubscription.o ../src/controllers/addSubscription.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/generateApplicationKey.o ../src/controllers/generateApplicationKey.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/apilogin.o ../src/controllers/apilogin.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/addapi.o ../src/controllers/addapi.c
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/apipublish.o ../src/controllers/apipublish.c
cc -Wall -std=gnu99 -O2 -c -o ../src/routes/routing_index.o ../src/routes/routing_index.c
cc -o routing_index ../libs/baseStruct.o ../libs/dbrequest.o ../libs/makeBuffer.o ../libs/log.o ../resources/externalLibs/jsmn.o ../libs/jsonParser.o ../libs/curlreq.o ../src/controllers/signUp.o ../src/controllers/login.o ../src/controllers/addApplications.o ../src/controllers/addSubscription.o ../src/controllers/generateApplicationKey.o ../src/controllers/apilogin.o ../src/controllers/addapi.o ../src/controllers/apipublish.o ../src/routes/routing_index.o -l curl -l sqlite3 -l fcgi -l pthread
=================================== Compilation is done ==========================
Now CGI scripts are going to store in /usr/local/apache2/cgi-bin/
please wait ...
Now default configuration file is going to override
Are you alright? (y/n) y
Module proxy already enabled
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Considering dependency proxy for proxy_ajp:
Module proxy already enabled
Module proxy_ajp already enabled
Module rewrite already enabled
Considering dependency filter for deflate:
Module filter already enabled
Module deflate already enabled
Module headers already enabled
Considering dependency proxy for proxy_balancer:
Module proxy already enabled
Considering dependency alias for proxy_balancer:
Module alias already enabled
Considering dependency slotmem_shm for proxy_balancer:
Module slotmem_shm already enabled
Module proxy_balancer already enabled
Considering dependency proxy for proxy_connect:
Module proxy already enabled
Module proxy_connect already enabled
Considering dependency proxy for proxy_html:
Module proxy already enabled
Module proxy_html already enabled
* Restarting web server apache2 [Mon Feb 16 08:54:04.992025 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992106 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992118 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992128 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992138 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992149 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[Mon Feb 16 08:54:04.992159 2015] [proxy:info] [pid 5647] AH01145: Sharing worker 'https://localhost/api/routing_index' instead of creating new worker 'https://localhost/api/routing_index'
[ OK ]
Configuration is successfully done
Enabling modules in apache
cc -Wall -std=gnu99 -O2 -c -o ../src/controllers/initConfig.o ../src/controllers/initConfig.c
cc -o initConfig ../libs/baseStruct.o ../libs/dbrequest.o ../src/controllers/initConfig.o -l sqlite3
Initial configuration is done !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment