[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-21 Thread Tim Richardson
I thought it wasn't recommended to run php on a multi-threaded (MPM) apache? http://www.php.net/manual/en/faq.installation.php#faq.installation.apache2 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-17 Thread sonu kumar
Thanks a lot.. now it is working.. On Wednesday, 16 April 2014 19:09:20 UTC-7, LightDot wrote: Browser could not find... means exactly that. That might not be an apache error at all... If your domain / subdomain names are correct, than you're missing DNS entries for either caspdb or cleav

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-16 Thread LightDot
First thing that jumps at me is the Deny from all directive in your PHP vhost... The other things I notice are the typos: you have catdb subdomain, catpdb document root and caspdb directory. At least one of those is a clear typo. Apache logs are quite helpful with these stuff. Regards On

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-16 Thread sonu kumar
I just corrected all typos and deleted Deny from all and also added ErrorLog /data/www/html/caspdb/error_log but still not working as well as nothing is written in error_log file On Wednesday, 16 April 2014 17:04:58 UTC-7, LightDot wrote: First thing that jumps at me is the Deny from all

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-16 Thread LightDot
So what is the error you get? Apache should either complain at server restart or you should be able to see at least some error description when you attempt to open the page. Also, I assume you have PHP configured outside of this vhost and enabled server-wide? Are you using mod_fcgid or..? On

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-16 Thread sonu kumar
When I open my catdb application on web it says browser could not find... there is one php.conf file in /etc/httpd/conf.d/ my php application is totally independent of web2py application... On Wednesday, 16 April 2014 17:45:35 UTC-7, LightDot wrote: So what is the error you get? Apache should

[web2py] Re: Hosting separate web2py application and PHP application on same apache fedora server

2014-04-16 Thread LightDot
Browser could not find... means exactly that. That might not be an apache error at all... If your domain / subdomain names are correct, than you're missing DNS entries for either caspdb or cleav subdomains. They might work locally if you've put them in /etc/hosts, but they most certainly won't