2011/12/8 Marco Tulio Cicero de M. Porto <[email protected]>: > I was wondering if there was any configuration on Apache that could help on > that, so that I could set the php application on www root and the web2py > applications on www-data ... >
That's exactly what explains the recipe http://www.web2pyslices.com/slices/take_slice/56 that I suggested you in my previous email. > > 2011/12/8 Marco Tulio Cicero de M. Porto <[email protected]> >> >> I'd appreciate, (that's what I was going to say when the mail was sent by >> itself... :P :) >> >> Thanks in advanced, >> Marco Tulio >> >> 2011/12/8 Marco Tulio Cicero de M. Porto <[email protected]> >>> >>> well, about this: I created an application called "maps" and moved the >>> whole php application to >>> /home/www-data/web2py/applications/maps/static/i3geo so that, now instead of >>> http://servername.com/i3geo I have http://servername.com/maps/static/i3geo >>> wich ends up working since I can see the static files and they seem to be >>> running fine. On the other hand, I'll have to configure that application >>> (php one), in order to work with the new path... If anyone thinks of another >>> way of making this work, I >>> >>> 2011/12/8 Marco Tulio Cicero de M. Porto <[email protected]> >>>> >>>> Hi there! >>>> >>>> ok, here's the deal: >>>> >>>> I installed web2py on ec2 following the instructions on the attached >>>> file. >>>> So far so good. I had it installed and working perfectly. >>>> >>>> Thing is that now, I want to use on that same server a geoprocessing >>>> application that will read from the databases I created with my web2py >>>> applications. >>>> This geoprocessing tool (i3geo), was made with PHP and works well when >>>> installed on another server. >>>> >>>> But on when I try to put them togheter, I won't be able to see the >>>> geoprocessing tool. >>>> >>>> At first, I thought I should put the application on /var/www >>>> (/var/www/i3geo for ex), but it wouldn't read the pages there... then I >>>> remembered that when I was installing web2py there, I placed it on >>>> /home/www-data/web2py and that all of it's applications are under that ( >>>> /home/www-data/web2py/applications/app_name for ex) then I tried to create >>>> a >>>> directory with a hello world on it and place it there. Couldn't read it. >>>> >>>> Well, problem: I can make applications with web2py that'll run smoothly >>>> on ec2. But I'm not beeing able to publish anything else (not a single >>>> html) >>>> on that server. >>>> >>>> Any hints? >>>> >>>> Thanks in advanced, >>>> Marco Tulio >>>> >>>> -- >>>> []'s >>>> Marco Tulio >>> >>> >>> >>> >>> -- >>> []'s >>> Marco Tulio >> >> >> >> >> -- >> []'s >> Marco Tulio > > > > > -- > []'s > Marco Tulio

