I have succeeded in doing this on my home ubuntu server by using the info on the same link Massimo provided ! ...
& not too long ago ... I have tried to do the same thing on a windows 7 ( with the real apache server installed with openssl ) .. it did not go as smoothly .. on windows 7 .. it does not work as smoothly .. but it works .. I get to have phpmyadmin to manage mysql databases & tables .!! .. I have not really resolved the few glitches left ... I also run in parralel on both servers the Yii framework .. so yes you can do it ! .. .. lately .. I only work from my ubuntu server 12.04 ! .. no glitches ! On Sunday, July 29, 2012 3:22:29 PM UTC-4, Massimo Di Pierro wrote: > > Yes but I have not done it. My understanding is that you can use a > configuration such as described here: > > > https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-ubuntu.sh#L80 > > and within the same virtualhost you map some paths to the php folder > > <Location /php> > php_admin_value open_basedir "/home/php/" > php_admin_value upload_tmp_dir "/tmp" > </Location> > > > > On Sunday, July 29, 2012 1:18:37 PM UTC-5, Robin Manoli wrote: >> >> Hey, >> I'm wondering if it is possible to run web2py on the same port as other >> php-websites run. I have a normally configured LAMP, and I can install the >> required apache mod. Then the question is if a web2py app can run parallel, >> just as different php/html sites do with different domain names, using port >> 80? >> >> Thanks for your help >> > --