Sorry I am newbie. Can I ask that what is 'building the source code'. This 
means, I cant not import new serverside codes into the server?

13 Kasım 2013 Çarşamba 21:57:42 UTC+2 tarihinde Louis Charette yazdı:
>
> Careful, the .deb version from the website is outdated! Unless you cannot 
> build the source code yourself, you should use the 1.1.2 version from the 
> website. 
>
> For ApePubSub, you’ll find all the infos there: 
> https://github.com/ptejada/ApePubSub, 
> https://groups.google.com/forum/?fromgroups#!forum/apepubsub
>
>
>   - Louis
>
> Le 2013-11-13 à 14:54, Ahmet DAL <[email protected] <javascript:>> a 
> écrit :
>
> Actually I remembered something that I was using the alternetive version 
> which is named *ApePubSub-master. *After you asked this question to me, I 
> tried to install deb version of the original one and it works now with the 
> all configration that I gave in my question. Thank you for your interest.
>
> 13 Kasım 2013 Çarşamba 21:37:43 UTC+2 tarihinde Louis Charette yazdı:
>>
>> Which version are you using? Latest GitHub repo (1.1.3-DEV) or 1.1.2 from 
>> the website?
>>
>>
>>   - Louis
>>
>> Le 2013-11-13 à 14:32, Ahmet DAL <[email protected]> a écrit :
>>
>> Hi. I am trying to use APE project on my local machine at the moment. I 
>> configured it somehow, but it gives me an error and I could not figure it 
>> out yet. There are other question about same topic, but I could not found 
>> my anser in them too. 
>>
>> Here is my ape.conf file part ; 
>>
>> *Server {*
>> *        port = 6969*
>> *        daemon = no*
>> *        ip_listen = 0.0.0.0*
>> *        ip_local=127.0.0.1*
>> *        domain = auto*
>> *        rlimit_nofile = 10000*
>> *        pid_file = /var/run/aped.pid*
>> *}*
>>
>>
>> And here is my hosts file part;
>>
>> *127.0.0.1 ape-test.local*
>> *127.0.0.1 ape.ape-test.local*
>> *127.0.0.1 0.ape.ape-test.local*
>> *127.0.0.1 1.ape.ape-test.local*
>> *127.0.0.1 2.ape.ape-test.local*
>> *127.0.0.1 3.ape.ape-test.local*
>> *127.0.0.1 4.ape.ape-test.local*
>> *127.0.0.1 5.ape.ape-test.local*
>> *127.0.0.1 6.ape.ape-test.local*
>> *127.0.0.1 7.ape.ape-test.local*
>> *127.0.0.1 8.ape.ape-test.local*
>> *127.0.0.1 9.ape.ape-test.local*
>> *127.0.0.1 *.ape*
>>
>>
>>
>> And here is my virtualhost;
>>
>> *<VirtualHost *:80>*
>> *        ServerAdmin webmaster@localhost*
>> *        ServerAlias ape.ape-test.local*
>> *        ServerAlias *.ape.ape-test.local*
>>
>> *        DocumentRoot /var/www*
>> *        <Directory />*
>> *                Options FollowSymLinks*
>> *                AllowOverride None*
>> *        </Directory>*
>> *        <Directory /var/www/>*
>> *                Options Indexes FollowSymLinks MultiViews*
>> *                AllowOverride None*
>> *                Order allow,deny*
>> *                allow from all*
>> *        </Directory>*
>>
>> *        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/*
>> *        <Directory "/usr/lib/cgi-bin">*
>> *                AllowOverride None*
>> *                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch*
>> *                Order allow,deny*
>> *                Allow from all*
>> *        </Directory>*
>> *        ErrorLog ${APACHE_LOG_DIR}/error.log*
>>
>> *        # Possible values include: debug, info, notice, warn, error, 
>> crit,*
>> *        # alert, emerg.*
>> *        LogLevel warn*
>>
>> *        CustomLog ${APACHE_LOG_DIR}/access.log combined*
>>
>> *    Alias /doc/ "/usr/share/doc/"*
>> *    <Directory "/usr/share/doc/">*
>> *        Options Indexes MultiViews FollowSymLinks*
>> *        AllowOverride None*
>> *        Order deny,allow*
>> *        Deny from all*
>> *        Allow from 127.0.0.0/255.0.0.0 <http://127.0.0.0/255.0.0.0> 
>> ::1/128*
>> *    </Directory>*
>>
>> *</VirtualHost>*
>>
>>
>> And here is my Demos/config file;
>>
>> *APE.Config.baseUrl = 'http://ape-test.local/ape-jsf' 
>> <http://ape-test.local/ape-jsf'>; //APE JSF*
>>
>> *APE.Config.domain = 'ape-test.local'; // /etc/hosts domain, must be same 
>> as domain in aped.conf*
>>
>> *APE.Config.server = 'ape.ape-test.local:6969'; //APE server URL*
>>
>> *(function(){*
>> * for (var i = 0; i < arguments.length; i++)*
>> * APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + arguments[i] 
>> + '.js');*
>> *})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', 
>> 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 
>> 'Request/Request','Request/Request.Stack', 'Request/Request.CycledStack', 
>> 'Transport/Transport.longPolling','Transport/Transport.SSE', 
>> 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', 
>> 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON');*
>>
>> *(function(){*
>> * for (var i = 0; i < arguments.length; i++)*
>> * APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + arguments[i] 
>> + '.js');*
>> *})('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', 
>> 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 
>> 'Request/Request','Request/Request.Stack', 'Request/Request.CycledStack', 
>> 'Transport/Transport.longPolling','Transport/Transport.SSE', 
>> 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', 
>> 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON');*
>>
>>
>> Testing result gives me as it may be seen on the screen;
>>
>>
>> <https://lh3.googleusercontent.com/-T34kGHW_PK0/UoPTrlHtFkI/AAAAAAAAAFM/dPtupPdcGyc/s1600/ape-test.png>
>>
>>
>> What am I missing, please help me.
>>
>>
>> -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "APE Project" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/ape-project?hl=en
>> ---
>> APE Project (Ajax Push Engine)
>> Official website : http://www.ape-project.org/
>> Git Hub : http://github.com/APE-Project/
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "APE Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
> -- 
> -- 
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]<javascript:>
> To unsubscribe from this group, send email to
> [email protected] <javascript:>
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>  
> --- 
> You received this message because you are subscribed to the Google Groups 
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to